Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.wst.jsdt.core/.project5
-rw-r--r--bundles/org.eclipse.wst.jsdt.manipulation/.project2
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/.project5
3 files changed, 11 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.core/.project b/bundles/org.eclipse.wst.jsdt.core/.project
index c508d53a..b4d46ea6 100644
--- a/bundles/org.eclipse.wst.jsdt.core/.project
+++ b/bundles/org.eclipse.wst.jsdt.core/.project
@@ -25,10 +25,15 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments/>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/.project b/bundles/org.eclipse.wst.jsdt.manipulation/.project
index 17b16576..d280b679 100644
--- a/bundles/org.eclipse.wst.jsdt.manipulation/.project
+++ b/bundles/org.eclipse.wst.jsdt.manipulation/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.eclipse.wst.jsdt.core.manipulation</name>
+ <name>org.eclipse.wst.jsdt.manipulation</name>
<comment></comment>
<projects>
</projects>
diff --git a/bundles/org.eclipse.wst.jsdt.ui/.project b/bundles/org.eclipse.wst.jsdt.ui/.project
index a707526a..64a8c46c 100644
--- a/bundles/org.eclipse.wst.jsdt.ui/.project
+++ b/bundles/org.eclipse.wst.jsdt.ui/.project
@@ -20,9 +20,14 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <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