Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2006-06-06 16:23:59 +0000
committerThomas Watson2006-06-06 16:23:59 +0000
commitf3f8b89444cd246299a288047943acdf2bb2ef4e (patch)
tree2b4db88543871f8b3f75cce5628332c1a35d8340 /bundles/org.eclipse.osgi.util/.project
parentbb0c2bf6a34ce83f835e85cf3736f5c647c48f10 (diff)
downloadrt.equinox.framework-f3f8b89444cd246299a288047943acdf2bb2ef4e.tar.gz
rt.equinox.framework-f3f8b89444cd246299a288047943acdf2bb2ef4e.tar.xz
rt.equinox.framework-f3f8b89444cd246299a288047943acdf2bb2ef4e.zip
Updates to add PDE nature and classpath container
Diffstat (limited to 'bundles/org.eclipse.osgi.util/.project')
-rw-r--r--bundles/org.eclipse.osgi.util/.project11
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.util/.project b/bundles/org.eclipse.osgi.util/.project
index 2d0ce3af1..778609c31 100644
--- a/bundles/org.eclipse.osgi.util/.project
+++ b/bundles/org.eclipse.osgi.util/.project
@@ -10,8 +10,19 @@
<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>

Back to the top