Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2010-04-02 14:34:38 +0000
committerStephan Herrmann2010-04-02 14:34:38 +0000
commit9850213e4b684bf06f7096879068db5e36e51b42 (patch)
tree8e1101c15d1562846b5412a5f2b9fe5a9daf46de /testplugins/org.eclipse.objectteams.otdt.ui.tests.dom
parent787ee708e1af7b257179906b6ff8106ffdc55f5b (diff)
downloadorg.eclipse.objectteams-9850213e4b684bf06f7096879068db5e36e51b42.tar.gz
org.eclipse.objectteams-9850213e4b684bf06f7096879068db5e36e51b42.tar.xz
org.eclipse.objectteams-9850213e4b684bf06f7096879068db5e36e51b42.zip
Prepare for building on build.eclipse.org:
* Change all version numbers to 0.7.0 * Update / cleanup names (bundle & provider) * Fix some configuration warnings (build.properties) * Remove Java-Builder from ot.runtime (not needed)
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.ui.tests.dom')
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.ui.tests.dom/build.properties7
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.ui.tests.dom/plugin.xml4
2 files changed, 2 insertions, 9 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.ui.tests.dom/build.properties b/testplugins/org.eclipse.objectteams.otdt.ui.tests.dom/build.properties
index 7a73f16ab..cd3ef4c7e 100644
--- a/testplugins/org.eclipse.objectteams.otdt.ui.tests.dom/build.properties
+++ b/testplugins/org.eclipse.objectteams.otdt.ui.tests.dom/build.properties
@@ -1,11 +1,8 @@
source.otdt-domtests.jar = src/
output.otdt-domtests.jar = bin/
-bin.includes = plugin.xml,\
- META-INF/,\
+bin.includes = META-INF/,\
otdt-domtests.jar,\
workspace/,\
test.xml,\
JCL/
-src.includes = .classpath,\
- .project,\
- build.properties
+src.includes = src/
diff --git a/testplugins/org.eclipse.objectteams.otdt.ui.tests.dom/plugin.xml b/testplugins/org.eclipse.objectteams.otdt.ui.tests.dom/plugin.xml
deleted file mode 100644
index 4d8a63167..000000000
--- a/testplugins/org.eclipse.objectteams.otdt.ui.tests.dom/plugin.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-</plugin>

Back to the top