diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-01-23 01:03:37 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-01-23 01:29:21 +0100 |
commit | 407fe631aec08ec4b0f24462b3fa2cee67a83914 (patch) | |
tree | 48da86fc4eb8986fc3b718071e3c55f0f8b2222f /org.eclipse.jgit.packaging | |
parent | 86e0c1e036d4a04e396947842d4760fb6efb23ea (diff) | |
download | jgit-407fe631aec08ec4b0f24462b3fa2cee67a83914.tar.gz jgit-407fe631aec08ec4b0f24462b3fa2cee67a83914.zip |
Use build timestamp as OSGi version qualifier
Translate the version qualifier using maven-antrun-plugin since we want
manifest-first and currently cannot rely on Tycho for the JGit build.
Introduce property for Eclipse p2 repository to enable builds against
other Eclipse versions.
Change-Id: I62c4e77ae91fe17f56c5a5338d53828d4e225395
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index a32a862d94..3c21e26b6f 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -60,6 +60,7 @@ <properties> <tycho-version>0.6.0</tycho-version> + <eclipse-site>http://download.eclipse.org/releases/galileo</eclipse-site> </properties> <modules> @@ -71,7 +72,7 @@ <repository> <id>galileo</id> <layout>p2</layout> - <url>http://download.eclipse.org/releases/galileo</url> + <url>${eclipse-site}</url> </repository> </repositories> |