Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/build.properties8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/build.properties b/plugins/org.eclipse.emf.cdo.tests/build.properties
index fa910b4b46..380edbb7e7 100644
--- a/plugins/org.eclipse.emf.cdo.tests/build.properties
+++ b/plugins/org.eclipse.emf.cdo.tests/build.properties
@@ -3,7 +3,7 @@
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-#
+#
# Contributors:
# Eike Stepper - initial API and implementation
@@ -12,7 +12,6 @@ bin.includes = .,\
META-INF/,\
plugin.xml,\
plugin.properties,\
- CDO AllTests.launch,\
copyright.txt,\
about.html,\
about.ini,\
@@ -21,20 +20,17 @@ bin.includes = .,\
defs/,\
ecore/,\
license.html,\
- epl-v10.html,\
model1.ecore,\
modeling32.png,\
model2.ecore,\
test.xml,\
uml2/,\
My.ecore,\
- .options,\
- CDO AllTests (All Configs).launch
+ .options
jars.compile.order = .
source.. = src/,\
model/
output.. = bin/
src.includes = about.html,\
- epl-v10.html,\
license.html,\
copyright.txt

Back to the top