Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-01-09 15:23:34 +0000
committerMichael Valenta2007-01-09 15:23:34 +0000
commitcf4da365f89f92502f8aa77ddc720d9bfa49ef47 (patch)
tree8a615bea0e547565e223bc6c016e1d274c7dda7f /features/org.eclipse.cvs-feature/feature.xml
parentdacfccb13bfa79dc80cb31286aa38dcd90a7d4b6 (diff)
downloadeclipse.platform.team-cf4da365f89f92502f8aa77ddc720d9bfa49ef47.tar.gz
eclipse.platform.team-cf4da365f89f92502f8aa77ddc720d9bfa49ef47.tar.xz
eclipse.platform.team-cf4da365f89f92502f8aa77ddc720d9bfa49ef47.zip
Initial cut at creating a CVS feature
Diffstat (limited to 'features/org.eclipse.cvs-feature/feature.xml')
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
new file mode 100644
index 000000000..c192a00b0
--- /dev/null
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.cvs"
+ label="%featureName"
+ version="1.0.0"
+ provider-name="%providerName">
+
+ <description>
+ %description
+ </description>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://update.eclipse.org/updates/3.2"/>
+ <discovery label="%updateSiteName" url="http://update.eclipse.org/updates/3.2"/>
+ </url>
+
+ <requires>
+ <import feature="org.eclipse.platform" version="3.3.0" match="compatible"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.team.cvs.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.team.cvs.ssh"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.team.cvs.ssh2"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.team.cvs.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.jcraft.jsch"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top