diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-01 00:36:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-02 00:41:12 +0200 |
commit | 77d2f3ca83e804234a025173a1a57f168d9be132 (patch) | |
tree | 7908e99b50505ccd0eb98f5f6a5de72216b9d78f /org.eclipse.jgit.packaging/org.eclipse.jgit.target/build.properties | |
parent | 60a4b5b27e924b13dd26148704c27e3209a04e0a (diff) | |
download | jgit-77d2f3ca83e804234a025173a1a57f168d9be132.tar.gz jgit-77d2f3ca83e804234a025173a1a57f168d9be132.zip |
Add jgit target platform to define dependencies more precisely
Avoid that the packaging build picks an older jgit version coming with
eclipse platform by using a target platform which allows to define the
dependencies more precisely.
Change-Id: I39bba3baa4517e2b5e5fe0de096e756f2904e3e9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/build.properties')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/build.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/build.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/build.properties new file mode 100644 index 0000000000..34d2e4d2da --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/build.properties @@ -0,0 +1,4 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + . |