Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/build.properties')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/build.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/build.properties b/tests/org.eclipse.team.tests.cvs.core/build.properties
index df89da511..88d081dd5 100644
--- a/tests/org.eclipse.team.tests.cvs.core/build.properties
+++ b/tests/org.eclipse.team.tests.cvs.core/build.properties
@@ -9,4 +9,10 @@
# IBM Corporation - initial API and implementation
###############################################################################
source.cvstests.jar=src/
-bin.includes=about.html,plugin.xml,*.jar,test.xml,repository.properties \ No newline at end of file
+bin.includes = about.html,\
+ plugin.xml,\
+ *.jar,\
+ test.xml,\
+ repository.properties,\
+ resources/
+src.includes = resources/

Back to the top