Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCamille Letavernier2013-07-12 11:06:55 +0000
committerCamille Letavernier2013-07-12 11:06:55 +0000
commit6a068e95bef2e4f05b21caae8ace0857dc576e0e (patch)
treef1fb89d09645b26484bf1c694b08eaf199c66014 /tests
parentaff35d2d9362e44fadbd361fc3aad202197db78b (diff)
downloadorg.eclipse.papyrus-6a068e95bef2e4f05b21caae8ace0857dc576e0e.tar.gz
org.eclipse.papyrus-6a068e95bef2e4f05b21caae8ace0857dc576e0e.tar.xz
org.eclipse.papyrus-6a068e95bef2e4f05b21caae8ace0857dc576e0e.zip
[Releng] Fix nightly tests build after Git migration
Diffstat (limited to 'tests')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/.classpath1
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/build.properties3
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/.classpath b/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/.classpath
index 45f024e850e..f6e5811e42c 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/.classpath
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/.classpath
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/build.properties b/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/build.properties
index 1f509768200..b5b64632427 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/build.properties
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/build.properties
@@ -4,6 +4,3 @@ bin.includes = .,\
plugin.xml,\
about.html,\
resource/
-output.. = bin/
-jars.compile.order = .
-source.. = src/

Back to the top