Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-04-06 14:34:43 +0000
committerMichael Valenta2005-04-06 14:34:43 +0000
commit1c3bf8879e957a46c0ccee0c6e82576ca25783e8 (patch)
treea8f9c1a2eecbb82365f6272d4b8b845f092d17ad /bundles/org.eclipse.team.cvs.core/build.properties
parent9fd70dbc07ba0d492049d03bad32905c4c321459 (diff)
downloadeclipse.platform.team-1c3bf8879e957a46c0ccee0c6e82576ca25783e8.tar.gz
eclipse.platform.team-1c3bf8879e957a46c0ccee0c6e82576ca25783e8.tar.xz
eclipse.platform.team-1c3bf8879e957a46c0ccee0c6e82576ca25783e8.zip
JARed the Team/CVS plugins
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core/build.properties')
-rw-r--r--bundles/org.eclipse.team.cvs.core/build.properties9
1 files changed, 7 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/build.properties b/bundles/org.eclipse.team.cvs.core/build.properties
index f849a8a91..f837a8b64 100644
--- a/bundles/org.eclipse.team.cvs.core/build.properties
+++ b/bundles/org.eclipse.team.cvs.core/build.properties
@@ -9,6 +9,11 @@
# IBM Corporation - initial API and implementation
###############################################################################
# Eclipse build contribution
-bin.includes=about.html,plugin.xml,plugin.properties,*.jar,.options
-source.cvs.jar=src/
+bin.includes = about.html,\
+ plugin.xml,\
+ plugin.properties,\
+ .,\
+ .options,\
+ META-INF/
+source..=src/
src.includes=about.html

Back to the top