Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-07-27 10:54:44 +0000
committerAlexander Kurtakov2017-07-27 11:40:37 +0000
commit57f600629b0436c8d830d1b7eec9663ec6069344 (patch)
tree2f4c5793527cc4f43054b3cf55768bdf2786cbd8
parentb5efb78a837b7ae02ba08412fd04e395493a1800 (diff)
downloadrt.equinox.framework-57f600629b0436c8d830d1b7eec9663ec6069344.tar.gz
rt.equinox.framework-57f600629b0436c8d830d1b7eec9663ec6069344.tar.xz
rt.equinox.framework-57f600629b0436c8d830d1b7eec9663ec6069344.zip
Bug 520227 - Remove 2.0 plug-in support plug-in and feature from OSGI
Remove forgotten project files. Change-Id: Ief19e5e08caf1d9fdac40ebd4dd11c6c6bc04faf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.osgi.compatibility.plugins/.project28
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/.project17
2 files changed, 0 insertions, 45 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.plugins/.project b/bundles/org.eclipse.osgi.compatibility.plugins/.project
deleted file mode 100644
index 40eea3d76..000000000
--- a/bundles/org.eclipse.osgi.compatibility.plugins/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.osgi.compatibility.plugins</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/.project b/features/org.eclipse.osgi.compatibility.plugins.feature/.project
deleted file mode 100644
index b7df3d881..000000000
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.osgi.compatibility.plugins.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>

Back to the top