Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2007-01-19 19:55:42 +0000
committerKim Moir2007-01-19 19:55:42 +0000
commitfe0edacad0999b031299b9d9204cb418d72649aa (patch)
treef0e2be5619f74ab60aee0e1815445eacfe9ed949
parenta73a586dc54c826ca6f580e3460f09abbfd4c1a6 (diff)
downloadeclipse.platform.team-fe0edacad0999b031299b9d9204cb418d72649aa.tar.gz
eclipse.platform.team-fe0edacad0999b031299b9d9204cb418d72649aa.tar.xz
eclipse.platform.team-fe0edacad0999b031299b9d9204cb418d72649aa.zip
Bug 170807 incorporate new org.eclipse.cvs-feature into buildsv20070122
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index 385ccd706..8362da853 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -22,6 +22,13 @@
<import feature="org.eclipse.platform" version="3.3.0" match="compatible"/>
</requires>
+<plugin
+ id="org.eclipse.cvs"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
<plugin
id="org.eclipse.team.cvs.core"
download-size="0"

Back to the top