Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2008-09-15 21:31:37 +0000
committerPawel Piech2008-09-15 21:31:37 +0000
commitf88b03fbd00979cb2adf20f2c4c72f44a8dfd2f1 (patch)
tree6d23cc529bb2e3ca7df664fccb69a4e7b030780d /plugins/org.eclipse.dd.dsf
parent0fb7dec6359756a01472d61a2da993642735bcee (diff)
downloadorg.eclipse.cdt-f88b03fbd00979cb2adf20f2c4c72f44a8dfd2f1.tar.gz
org.eclipse.cdt-f88b03fbd00979cb2adf20f2c4c72f44a8dfd2f1.tar.xz
org.eclipse.cdt-f88b03fbd00979cb2adf20f2c4c72f44a8dfd2f1.zip
[247356] Use API tooling.
Diffstat (limited to 'plugins/org.eclipse.dd.dsf')
-rw-r--r--plugins/org.eclipse.dd.dsf/.project6
-rw-r--r--plugins/org.eclipse.dd.dsf/src/org/eclipse/dd/dsf/datamodel/DMContexts.java1
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.dd.dsf/.project b/plugins/org.eclipse.dd.dsf/.project
index 63ae142e1be..58988a3056c 100644
--- a/plugins/org.eclipse.dd.dsf/.project
+++ b/plugins/org.eclipse.dd.dsf/.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>
diff --git a/plugins/org.eclipse.dd.dsf/src/org/eclipse/dd/dsf/datamodel/DMContexts.java b/plugins/org.eclipse.dd.dsf/src/org/eclipse/dd/dsf/datamodel/DMContexts.java
index 54306ec86d4..d2b95cf2cc7 100644
--- a/plugins/org.eclipse.dd.dsf/src/org/eclipse/dd/dsf/datamodel/DMContexts.java
+++ b/plugins/org.eclipse.dd.dsf/src/org/eclipse/dd/dsf/datamodel/DMContexts.java
@@ -78,6 +78,7 @@ public class DMContexts {
* @param ctx DMC to search.
* @param ancestorType Class type of the desired DMC ancestor.
* @return Returns all ancestors found, null if none.
+ * @since 1.1
*/
@ThreadSafe
@SuppressWarnings("unchecked")

Back to the top