Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2003-01-28 08:28:27 +0000
committerKai Maetzel2003-01-28 08:28:27 +0000
commitad4cef1bfc5f0a10cc8c67a1a6eb7d60fdc0ed8c (patch)
treeb0c13686c2502fd86a2546fe17e3e810e437e8db /org.eclipse.text/.project
parent72b8a1e555c7c0501aac36f657898fe270b1f59c (diff)
downloadeclipse.platform.text-ad4cef1bfc5f0a10cc8c67a1a6eb7d60fdc0ed8c.tar.gz
eclipse.platform.text-ad4cef1bfc5f0a10cc8c67a1a6eb7d60fdc0ed8c.tar.xz
eclipse.platform.text-ad4cef1bfc5f0a10cc8c67a1a6eb7d60fdc0ed8c.zip
Added PDE nature and switch from JRE lib to JRE container.
Diffstat (limited to 'org.eclipse.text/.project')
-rw-r--r--org.eclipse.text/.project11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.text/.project b/org.eclipse.text/.project
index 9e0b25af586..1481146e9ee 100644
--- a/org.eclipse.text/.project
+++ b/org.eclipse.text/.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.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>

Back to the top