Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2011-07-20 21:50:52 +0000
committerJohn Arthorne2011-07-20 21:50:52 +0000
commit24ff61b1814e2a5338dbdbbf944457cfc0cc6183 (patch)
treec63ce658050921ed8b71c74d04aae521c7812641
parent76fdbba0b1a21793cc4b0f2f2e00247854348ce3 (diff)
downloadrt.equinox.p2-24ff61b1814e2a5338dbdbbf944457cfc0cc6183.tar.gz
rt.equinox.p2-24ff61b1814e2a5338dbdbbf944457cfc0cc6183.tar.xz
rt.equinox.p2-24ff61b1814e2a5338dbdbbf944457cfc0cc6183.zip
Remove java nature from empty project
-rw-r--r--bundles/org.eclipse.equinox.p2.common/.project23
1 files changed, 0 insertions, 23 deletions
diff --git a/bundles/org.eclipse.equinox.p2.common/.project b/bundles/org.eclipse.equinox.p2.common/.project
index b2faed800..9c09338e1 100644
--- a/bundles/org.eclipse.equinox.p2.common/.project
+++ b/bundles/org.eclipse.equinox.p2.common/.project
@@ -5,30 +5,7 @@
<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>
- <buildCommand>
- <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>

Back to the top