diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-01 00:36:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-08-21 14:44:30 +0200 |
commit | f94b258717015157e69c10ed316a07fa44ea2196 (patch) | |
tree | 05c9141e7c892a76ec181453dcde91512f854d6e /org.eclipse.jgit.packaging/org.eclipse.jgit.target/.project | |
parent | fdd1ac930e702760456b1cca69c415b404be1ca3 (diff) | |
download | jgit-f94b258717015157e69c10ed316a07fa44ea2196.tar.gz jgit-f94b258717015157e69c10ed316a07fa44ea2196.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> |