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