Skip to content

Commit a31bb42

Browse files
committed
Remove .classpath attributes about containing only test source
- The downstream dependencies in the workspace end up with a sea of red.
1 parent 17fbbb8 commit a31bb42

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

eclipse.platform.releng/bundles/org.eclipse.test.performance/.classpath

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
4-
<classpathentry kind="src" path="src">
5-
<attributes>
6-
<attribute name="test" value="true"/>
7-
</attributes>
8-
</classpathentry>
4+
<classpathentry kind="src" path="src"/>
95
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
106
<attributes>
117
<attribute name="module" value="true"/>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
64
<attributes>
7-
<attribute name="test" value="true"/>
5+
<attribute name="module" value="true"/>
86
</attributes>
97
</classpathentry>
8+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9+
<classpathentry kind="src" path="src"/>
1010
<classpathentry kind="output" path="bin"/>
1111
</classpath>

0 commit comments

Comments
 (0)