Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2012-01-10 20:19:33 +0000
committernitind2012-01-10 20:19:33 +0000
commit7e8857f89094a403cf261322967b9698adadf46c (patch)
tree1f03f3de883abba5ee25506c1c9601649973f42b
parent66ae48b275d67e67addb6ec8622187ab748043be (diff)
downloadwebtools.jsdt.core-7e8857f89094a403cf261322967b9698adadf46c.tar.gz
webtools.jsdt.core-7e8857f89094a403cf261322967b9698adadf46c.tar.xz
webtools.jsdt.core-7e8857f89094a403cf261322967b9698adadf46c.zip
[223780] Adopt PDE API Tooling
-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