Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-01-22 01:08:46 +0000
committerMatthias Sohn2010-01-22 12:06:37 +0000
commit3222bfc4e3e543f93439253e90e7efd6e5c248c2 (patch)
tree5d49ae872229303e632f4c9ef6b1b40f8f69fee4 /org.eclipse.egit-updatesite
parent1283ddfdfe86adb2586f4d7547273942cd320268 (diff)
downloadegit-3222bfc4e3e543f93439253e90e7efd6e5c248c2.tar.gz
egit-3222bfc4e3e543f93439253e90e7efd6e5c248c2.tar.xz
egit-3222bfc4e3e543f93439253e90e7efd6e5c248c2.zip
Add JGit plugin and feature to EGit update site
Change-Id: I00cf10c2b86182f4e604293a6ce9423f0d0d3d91 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-updatesite')
-rw-r--r--org.eclipse.egit-updatesite/pom.xml5
-rw-r--r--org.eclipse.egit-updatesite/site.xml7
2 files changed, 10 insertions, 2 deletions
diff --git a/org.eclipse.egit-updatesite/pom.xml b/org.eclipse.egit-updatesite/pom.xml
index e689a0042a..dae0799145 100644
--- a/org.eclipse.egit-updatesite/pom.xml
+++ b/org.eclipse.egit-updatesite/pom.xml
@@ -30,6 +30,11 @@
<artifactId>org.eclipse.jgit</artifactId>
<version>${jgit-version}</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.feature</artifactId>
+ <version>${jgit-version}</version>
+ </dependency>
</dependencies>
<!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
diff --git a/org.eclipse.egit-updatesite/site.xml b/org.eclipse.egit-updatesite/site.xml
index 03760fa59f..72181c00f4 100644
--- a/org.eclipse.egit-updatesite/site.xml
+++ b/org.eclipse.egit-updatesite/site.xml
@@ -4,9 +4,12 @@
This is a pure Java implementation of the Git version control system. The native Git version is also required in this version.
</description>
<feature url="features/org.eclipse.egit_0.0.0.qualifier.jar" id="org.eclipse.egit" version="0.0.0" patch="true">
- <category name="Eclipse Git Plugin (Incubation)"/>
+ <category name="Eclipse Git Team Provider (Incubation)"/>
</feature>
- <category-def name="Eclipse Git Plugin (Incubation)" label="Eclipse Git Team Provider (Incubation)">
+ <feature url="features/org.eclipse.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true">
+ <category name="Eclipse Git Team Provider (Incubation)"/>
+ </feature>
+ <category-def name="Eclipse Git Team Provider (Incubation)" label="Eclipse Git Team Provider (Incubation)">
<description>
Eclipse Git Team Provider (Incubation)
</description>

Back to the top