Skip to main content
summaryrefslogtreecommitdiffstats
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.ui.examples.javaeditor
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.ui.examples.javaeditor')
-rw-r--r--org.eclipse.ui.examples.javaeditor/.classpath2
-rw-r--r--org.eclipse.ui.examples.javaeditor/.project11
2 files changed, 12 insertions, 1 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/.classpath b/org.eclipse.ui.examples.javaeditor/.classpath
index 828ce7c2fdb..01f4fdee4d5 100644
--- a/org.eclipse.ui.examples.javaeditor/.classpath
+++ b/org.eclipse.ui.examples.javaeditor/.classpath
@@ -5,6 +5,6 @@
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.ui.examples.javaeditor/.project b/org.eclipse.ui.examples.javaeditor/.project
index 50be6132535..67b7e50f0cf 100644
--- a/org.eclipse.ui.examples.javaeditor/.project
+++ b/org.eclipse.ui.examples.javaeditor/.project
@@ -14,8 +14,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