Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-09-29 16:16:06 +0000
committerJean Michel-Lemieux2004-09-29 16:16:06 +0000
commit9195906b380d96cfe9403ff5d34eaa742e57ab2d (patch)
tree9011f6eccea8cfb87f2d17b57ead2e1d9bc03c26 /tests/org.eclipse.team.tests.cvs.core
parent6c47b5687eaf41869249f3bbadf303086ed72c62 (diff)
downloadeclipse.platform.team-9195906b380d96cfe9403ff5d34eaa742e57ab2d.tar.gz
eclipse.platform.team-9195906b380d96cfe9403ff5d34eaa742e57ab2d.tar.xz
eclipse.platform.team-9195906b380d96cfe9403ff5d34eaa742e57ab2d.zip
Added resources/ folder to perf test build.properties
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core')
-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