Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-02-27 16:42:39 +0000
committerDarin Wright2008-02-27 16:42:39 +0000
commit87065caa1c96d65ddb30771932da7db9f26579cf (patch)
treeed18f809d7fd74bea341b3934f7f63701733b3bd /org.eclipse.core.variables/.project
parentf04f6a3abc62eeb9c77df5577be2512d6d0d27eb (diff)
downloadeclipse.platform.debug-87065caa1c96d65ddb30771932da7db9f26579cf.tar.gz
eclipse.platform.debug-87065caa1c96d65ddb30771932da7db9f26579cf.tar.xz
eclipse.platform.debug-87065caa1c96d65ddb30771932da7db9f26579cf.zip
API tooling set up
Diffstat (limited to 'org.eclipse.core.variables/.project')
-rw-r--r--org.eclipse.core.variables/.project8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.core.variables/.project b/org.eclipse.core.variables/.project
index efb82a149..03df26fb2 100644
--- a/org.eclipse.core.variables/.project
+++ b/org.eclipse.core.variables/.project
@@ -2,6 +2,8 @@
<projectDescription>
<name>org.eclipse.core.variables</name>
<comment></comment>
+ <projects>
+ </projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
@@ -18,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