Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2004-11-15 16:55:42 +0000
committerAndre Weinand2004-11-15 16:55:42 +0000
commit6af625238be155a1ea1100f8b73dafb2df786b23 (patch)
tree1da4cc4f6700a7c7077b1ea47f262133543fa17b /tests/org.eclipse.compare.tests/build.properties
parent4ca45bbc0ee8f8c8b8660145498b9d594fec5dd4 (diff)
downloadeclipse.platform.team-6af625238be155a1ea1100f8b73dafb2df786b23.tar.gz
eclipse.platform.team-6af625238be155a1ea1100f8b73dafb2df786b23.tar.xz
eclipse.platform.team-6af625238be155a1ea1100f8b73dafb2df786b23.zip
prepared tests for first appearance in build
Diffstat (limited to 'tests/org.eclipse.compare.tests/build.properties')
-rw-r--r--tests/org.eclipse.compare.tests/build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/org.eclipse.compare.tests/build.properties b/tests/org.eclipse.compare.tests/build.properties
index 36c12d3a8..91d761ead 100644
--- a/tests/org.eclipse.compare.tests/build.properties
+++ b/tests/org.eclipse.compare.tests/build.properties
@@ -9,7 +9,11 @@
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes= plugin.xml,\
+ plugin.properties,\
test.xml,\
about.html,\
*.jar
-source.comparetests.jar= JUnit Tests/
+
+src.includes = about.html
+
+source.comparetests.jar= src/

Back to the top