Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2015-05-05 15:37:17 +0000
committerStephan Herrmann2015-05-05 15:37:17 +0000
commitf4cfdb54ced5eac58e4c524a10fff943034ffe74 (patch)
tree30d427b8867eb7e5b97c54b7fb192aff272aeee1 /testplugins/org.eclipse.objectteams.otdt.debug.tests/build.properties
parent7c1e20ec7ce6ec4180406315d0bdc301efd1286f (diff)
downloadorg.eclipse.objectteams-f4cfdb54ced5eac58e4c524a10fff943034ffe74.tar.gz
org.eclipse.objectteams-f4cfdb54ced5eac58e4c524a10fff943034ffe74.tar.xz
org.eclipse.objectteams-f4cfdb54ced5eac58e4c524a10fff943034ffe74.zip
Clean-up:
- avoid warnings - remove copy of test class that never had any OT specifics
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.debug.tests/build.properties')
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.debug.tests/build.properties9
1 files changed, 1 insertions, 8 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.debug.tests/build.properties b/testplugins/org.eclipse.objectteams.otdt.debug.tests/build.properties
index 925883405..6d8f36913 100644
--- a/testplugins/org.eclipse.objectteams.otdt.debug.tests/build.properties
+++ b/testplugins/org.eclipse.objectteams.otdt.debug.tests/build.properties
@@ -1,15 +1,8 @@
source.otdt-debugtests.jar = src/
output.otdt-debugtests.jar = bin/
-bin.includes = plugin.xml,\
- META-INF/,\
+bin.includes = META-INF/,\
otdt-debugtests.jar,\
- testjars/,\
testprograms/,\
testresources/,\
- BCEL.jar,\
classfiles/,\
test.xml
-src.includes = build.properties,\
- test.xml,\
- .classpath,\
- .project

Back to the top