diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-04-16 17:40:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-10 00:48:59 +0200 |
commit | 43543e79a4039c213be5d82cd9425f4b878d753e (patch) | |
tree | 8d1bf27203e4355b8ac2a8d31bf210e5aa6f61d2 /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml | |
parent | c3709f4ef0f0eca8e6b4f1bba44f15a8c0d30c03 (diff) | |
download | jgit-43543e79a4039c213be5d82cd9425f4b878d753e.tar.gz jgit-43543e79a4039c213be5d82cd9425f4b878d753e.zip |
Update tycho version to 0.14.1
Tycho 0.14.1 enforces that artifactId and feature/bundle SymbolicName
must match, hence follow recommended migration practice and change
groupId of feature projects in order not to change the feature names as
this would require a feature migration.
Also migrate the p2 repository build from the deprecated packaging type
eclipse-update-site to packaging type eclipse-repository.
Change-Id: I99fc6c2bbb20efbd6514bdd9940f3535707c21bc
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml deleted file mode 100644 index 7fdef57125..0000000000 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<site> - <description url="JGit"> - 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.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true"> - <category name="JGit"/> - </feature> - <feature url="features/org.eclipse.jgit.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.source" version="0.0.0" patch="true"> - <category name="JGit"/> - </feature> - <feature url="features/org.eclipse.jgit.junit_0.0.0.qualifier.jar" id="org.eclipse.jgit.junit" version="0.0.0" patch="true"> - <category name="JGit"/> - </feature> - <category-def name="JGit" label="JGit"> - <description> - JGit - </description> - </category-def> -</site> |