From b4e44e37f79af2226db7264af6282a15157f54c8 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Mon, 25 Mar 2019 18:05:47 +0100 Subject: 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: Ibe6df1d82eb90e8c8520772eea651385e950aa1b Signed-off-by: Michael Keppler --- org.eclipse.egit.target/.classpath | 7 ------- org.eclipse.egit.target/.project | 6 ------ org.eclipse.egit.target/META-INF/MANIFEST.MF | 6 ------ org.eclipse.egit.target/build.properties | 4 ---- 4 files changed, 23 deletions(-) delete mode 100644 org.eclipse.egit.target/.classpath delete mode 100644 org.eclipse.egit.target/META-INF/MANIFEST.MF delete mode 100644 org.eclipse.egit.target/build.properties diff --git a/org.eclipse.egit.target/.classpath b/org.eclipse.egit.target/.classpath deleted file mode 100644 index eca7bdba8f..0000000000 --- a/org.eclipse.egit.target/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/org.eclipse.egit.target/.project b/org.eclipse.egit.target/.project index bc69c1b9c9..48933c4190 100644 --- a/org.eclipse.egit.target/.project +++ b/org.eclipse.egit.target/.project @@ -10,14 +10,8 @@ - - org.eclipse.pde.ManifestBuilder - - - - org.eclipse.pde.PluginNature org.eclipse.xtext.ui.shared.xtextNature diff --git a/org.eclipse.egit.target/META-INF/MANIFEST.MF b/org.eclipse.egit.target/META-INF/MANIFEST.MF deleted file mode 100644 index 9d4b625a47..0000000000 --- a/org.eclipse.egit.target/META-INF/MANIFEST.MF +++ /dev/null @@ -1,6 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: EGit Target Platform Bundle -Bundle-SymbolicName: org.eclipse.egit.target -Bundle-Version: 5.4.0.qualifier -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.eclipse.egit.target/build.properties b/org.eclipse.egit.target/build.properties deleted file mode 100644 index 34d2e4d2da..0000000000 --- a/org.eclipse.egit.target/build.properties +++ /dev/null @@ -1,4 +0,0 @@ -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - . -- cgit v1.2.3