diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/org.eclipse.jgit.target.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.3.target similarity index 99% rename from org.eclipse.jgit.packaging/org.eclipse.jgit.target/org.eclipse.jgit.target.target rename to org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.3.target index 9da29f808..269b90be6 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/org.eclipse.jgit.target.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.3.target @@ -57,7 +57,7 @@ - + diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.4.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.4.target new file mode 100644 index 000000000..a8d5d05eb --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.4.target @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml index afeb3347c..a30f3c155 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -53,6 +53,33 @@ org.eclipse.jgit.target - eclipse-target-definition + pom JGit Target Platform + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + ${target-platform}.target + target + ${target-platform} + + + + + + + + \ No newline at end of file diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 7640955d8..f6ed15a59 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -164,6 +164,7 @@ org.eclipse.jgit org.eclipse.jgit.target ${project.version} + ${target-platform} @@ -215,11 +216,42 @@ eclipse-jarsigner-plugin 1.0.4 + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + platform-kepler + + true + + platform-version-name + kepler + + + + jgit-4.3 + + + + platform-luna + + true + + platform-version-name + luna + + + + jgit-4.4 + + eclipse-sign