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 | |
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')
4 files changed, 0 insertions, 22 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/.classpath b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/.classpath deleted file mode 100644 index eca7bdba8f..0000000000 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/.classpath +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src"/> - <classpathentry kind="output" path="bin"/> -</classpath> 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> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF deleted file mode 100644 index a95c4c4026..0000000000 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF +++ /dev/null @@ -1,5 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: JGit Target Platform Bundle -Bundle-SymbolicName: org.eclipse.jgit.target -Bundle-Version: 5.4.0.qualifier diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/build.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/build.properties deleted file mode 100644 index 34d2e4d2da..0000000000 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/build.properties +++ /dev/null @@ -1,4 +0,0 @@ -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - . |