[579441] Eliminate the classpath test attributes
diff --git a/org.eclipse.modisco.facet.util.tests.swtbot/.classpath b/org.eclipse.modisco.facet.util.tests.swtbot/.classpath
index ef24ced..b862a29 100644
--- a/org.eclipse.modisco.facet.util.tests.swtbot/.classpath
+++ b/org.eclipse.modisco.facet.util.tests.swtbot/.classpath
@@ -2,10 +2,6 @@
 <classpath>

 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>

 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

-	<classpathentry kind="src" path="src">

-		<!--attributes>

-			<attribute name="test" value="true"/>

-		</attributes-->

-	</classpathentry>

+	<classpathentry kind="src" path="src"/>

 	<classpathentry kind="output" path="bin"/>

 </classpath>

diff --git a/org.eclipse.modisco.infra.facet.tests/.classpath b/org.eclipse.modisco.infra.facet.tests/.classpath
index 57915ed..8aa6a91 100644
--- a/org.eclipse.modisco.infra.facet.tests/.classpath
+++ b/org.eclipse.modisco.infra.facet.tests/.classpath
@@ -2,15 +2,7 @@
 <classpath>

 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>

 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

-	<classpathentry kind="src" path="src">

-		<attributes>

-			<attribute name="test" value="true"/>

-		</attributes>

-	</classpathentry>

-	<classpathentry kind="src" path="src-gen">

-		<attributes>

-			<attribute name="test" value="true"/>

-		</attributes>

-	</classpathentry>

+	<classpathentry kind="src" path="src"/>

+	<classpathentry kind="src" path="src-gen"/>

 	<classpathentry kind="output" path="bin"/>

 </classpath>

diff --git a/org.eclipse.modisco.infra.query.tests/.classpath b/org.eclipse.modisco.infra.query.tests/.classpath
index 57915ed..8aa6a91 100644
--- a/org.eclipse.modisco.infra.query.tests/.classpath
+++ b/org.eclipse.modisco.infra.query.tests/.classpath
@@ -2,15 +2,7 @@
 <classpath>

 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>

 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

-	<classpathentry kind="src" path="src">

-		<attributes>

-			<attribute name="test" value="true"/>

-		</attributes>

-	</classpathentry>

-	<classpathentry kind="src" path="src-gen">

-		<attributes>

-			<attribute name="test" value="true"/>

-		</attributes>

-	</classpathentry>

+	<classpathentry kind="src" path="src"/>

+	<classpathentry kind="src" path="src-gen"/>

 	<classpathentry kind="output" path="bin"/>

 </classpath>

diff --git a/org.eclipse.modisco.tests/.classpath b/org.eclipse.modisco.tests/.classpath
index 7498416..ca3785c 100644
--- a/org.eclipse.modisco.tests/.classpath
+++ b/org.eclipse.modisco.tests/.classpath
@@ -2,10 +2,6 @@
 <classpath>

 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>

 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

-	<classpathentry kind="src" path="src">

-		<attributes>

-			<attribute name="test" value="true"/>

-		</attributes>

-	</classpathentry>

+	<classpathentry kind="src" path="src"/>

 	<classpathentry kind="output" path="bin"/>

 </classpath>