diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-03-12 00:40:34 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-05-04 02:04:52 +0200 |
commit | e1c489530adba833e660306e578f10d8e2209d67 (patch) | |
tree | c3c9a78d4440795925d019007e54ce8fa6e8bf4d /org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/.project | |
parent | dd3181603e0a42c46299c25cede66fdbd67da518 (diff) | |
download | jgit-e1c489530adba833e660306e578f10d8e2209d67.tar.gz jgit-e1c489530adba833e660306e578f10d8e2209d67.zip |
Add optional feature to install Java 7 support
Change-Id: I15cfd91857830d69abbe729be3e237fc9cd4fca0
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/.project')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/.project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/.project b/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/.project new file mode 100644 index 0000000000..318860efab --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jgit.java7.feature</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.FeatureBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.FeatureNature</nature> + </natures> +</projectDescription> |