Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-05-29 20:08:18 +0000
committerThomas Watson2008-05-29 20:08:18 +0000
commit7c0cbde205a9254d766427a6b4b341838b00eaa6 (patch)
tree3b6323bded00ca5986f5963fe3795988e2104aa1
parent33db7913acf6b7858a92a0545ba9279935fe1926 (diff)
downloadrt.equinox.bundles-7c0cbde205a9254d766427a6b4b341838b00eaa6.tar.gz
rt.equinox.bundles-7c0cbde205a9254d766427a6b4b341838b00eaa6.tar.xz
rt.equinox.bundles-7c0cbde205a9254d766427a6b4b341838b00eaa6.zip
Bug 234689 Converting org.eclipse.equinox.security to use API toolsv20080529-1600
-rw-r--r--bundles/org.eclipse.equinox.security.ui/.project6
-rw-r--r--bundles/org.eclipse.equinox.security.win32.x86/.project6
2 files changed, 12 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.security.ui/.project b/bundles/org.eclipse.equinox.security.ui/.project
index 3506a5987..82ede7eb0 100644
--- a/bundles/org.eclipse.equinox.security.ui/.project
+++ b/bundles/org.eclipse.equinox.security.ui/.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/bundles/org.eclipse.equinox.security.win32.x86/.project b/bundles/org.eclipse.equinox.security.win32.x86/.project
index fd6e4d9f8..4ba0fa06e 100644
--- a/bundles/org.eclipse.equinox.security.win32.x86/.project
+++ b/bundles/org.eclipse.equinox.security.win32.x86/.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>

Back to the top