diff options
author | Michael Keppler <Michael.Keppler@gmx.de> | 2019-03-25 18:06:58 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-30 17:31:10 -0400 |
commit | a2901cf9dcd6145f3e2aa4c17b8bff67aed5639e (patch) | |
tree | f561da49a41a857fe62dd7b8a377364d9992b813 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/.project | |
parent | 04b84dbd7489317e824f2f1e0f4d22244cb24028 (diff) | |
download | jgit-a2901cf9dcd6145f3e2aa4c17b8bff67aed5639e.tar.gz jgit-a2901cf9dcd6145f3e2aa4c17b8bff67aed5639e.zip |
Convert target platform to simple POM project
There is no reason why this is a plugin project. It is sufficient as
Xtext nature project which is only built via Maven.
Change-Id: I000f61f27aeb5c377fbbb7f452c26b0d0bff0ae0
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/.project')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/.project | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/.project b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/.project index 48c2bd1de3..ed148da848 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/.project +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/.project @@ -10,14 +10,8 @@ <arguments> </arguments> </buildCommand> - <buildCommand> - <name>org.eclipse.pde.ManifestBuilder</name> - <arguments> - </arguments> - </buildCommand> </buildSpec> <natures> - <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.xtext.ui.shared.xtextNature</nature> </natures> </projectDescription> |