Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-04-02 21:25:41 +0000
committerThomas Watson2009-04-02 21:25:41 +0000
commit26fb271620e79e8fa2f52cd7bee3b3214dd8f09e (patch)
tree6bfaa12d8a41647f87052d0903a66a42ee03c38d /bundles/org.eclipse.equinox.util
parent40569d6d8ca3364fd2c57b16f91d5ccd679b5fb6 (diff)
downloadrt.equinox.bundles-26fb271620e79e8fa2f52cd7bee3b3214dd8f09e.tar.gz
rt.equinox.bundles-26fb271620e79e8fa2f52cd7bee3b3214dd8f09e.tar.xz
rt.equinox.bundles-26fb271620e79e8fa2f52cd7bee3b3214dd8f09e.zip
Bug 270981 org.eclipse.equinox.util and org.eclipse.equinox.ds are not API tooling enabledv20090406
Diffstat (limited to 'bundles/org.eclipse.equinox.util')
-rw-r--r--bundles/org.eclipse.equinox.util/.classpath2
-rw-r--r--bundles/org.eclipse.equinox.util/.project6
2 files changed, 7 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.util/.classpath b/bundles/org.eclipse.equinox.util/.classpath
index 6c7a4d8eb..47d99aa20 100644
--- a/bundles/org.eclipse.equinox.util/.classpath
+++ b/bundles/org.eclipse.equinox.util/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/OSGi%Minimum-1.0"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/OSGi%Minimum-1.1"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
diff --git a/bundles/org.eclipse.equinox.util/.project b/bundles/org.eclipse.equinox.util/.project
index e0c4bd69a..25f0d0c17 100644
--- a/bundles/org.eclipse.equinox.util/.project
+++ b/bundles/org.eclipse.equinox.util/.project
@@ -20,9 +20,15 @@
<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