Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-01-21 11:46:09 +0000
committermkuppe2009-01-21 11:46:09 +0000
commit822978ab42b3a5411faad943228da68e2a9815cf (patch)
tree7bdf8006746f6514abab476f22c1563c889e9d47 /framework/bundles
parent11361c12a445bc3708dbe7d202255a3296a49366 (diff)
downloadorg.eclipse.ecf-822978ab42b3a5411faad943228da68e2a9815cf.tar.gz
org.eclipse.ecf-822978ab42b3a5411faad943228da68e2a9815cf.tar.xz
org.eclipse.ecf-822978ab42b3a5411faad943228da68e2a9815cf.zip
ASSIGNED - bug 261791: Activate APITooling for ECF
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261791
Diffstat (limited to 'framework/bundles')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/.project8
1 files changed, 7 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/.project b/framework/bundles/org.eclipse.ecf.identity/.project
index 879d30b5d..68ea1fff4 100644
--- a/framework/bundles/org.eclipse.ecf.identity/.project
+++ b/framework/bundles/org.eclipse.ecf.identity/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.eclipse.ecf.core.identity</name>
+ <name>org.eclipse.ecf.identity</name>
<comment></comment>
<projects>
</projects>
@@ -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