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.repository/.project | |
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.repository/.project')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.project b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.project new file mode 100644 index 0000000000..2c3c4fd016 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jgit.repository</name> + <comment>JGit P2 Repository</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.UpdateSiteBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.UpdateSiteNature</nature> + </natures> +</projectDescription> |