diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-14 00:20:22 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-14 00:20:48 +0200 |
commit | 221554e35ffc8ac261a333091df2c9b33db34cd7 (patch) | |
tree | 7162c1c2c1d8dfe7780bfd100a7f614991d0e74d /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/.project | |
parent | 55f42a8c1d77c6cf6d85a773d2b1f6153ff2fc7f (diff) | |
parent | 2f27d5ae12ef0dbb8c493573e389bf9f6a10f570 (diff) | |
download | jgit-221554e35ffc8ac261a333091df2c9b33db34cd7.tar.gz jgit-221554e35ffc8ac261a333091df2c9b33db34cd7.zip |
Merge branch 'stable-2.0'
* stable-2.0:
Prepare post v2.0.0.201206130900-r builds
JGit v2.0.0.201206130900-r
Add org.eclipse.jgit.pgm.feature to enable consumption via p2
Do not set core.autocrlf when creating repo
Change-Id: Ifdd71a6bc14d9c79f4433ebc3b53bf0042a4d4c8
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/.project')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/.project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/.project b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/.project new file mode 100644 index 0000000000..e13fafde27 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.jgit.pgm.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> |