Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-01-08 16:22:33 +0000
committerThomas Watson2010-01-08 16:22:33 +0000
commit8e384a718b642d4650c00da32f120ce6605a650a (patch)
tree3d7d6e0395b0451fd7211d28230793c4190914ba /bundles/org.eclipse.equinox.weaving.caching.j9/.project
parentc9d86b3186d9c84fbf75d1c3a2195ac581163199 (diff)
downloadrt.equinox.bundles-8e384a718b642d4650c00da32f120ce6605a650a.tar.gz
rt.equinox.bundles-8e384a718b642d4650c00da32f120ce6605a650a.tar.xz
rt.equinox.bundles-8e384a718b642d4650c00da32f120ce6605a650a.zip
Bug 299090 org.eclipse.equinox.event should be set to use API Tooling
Diffstat (limited to 'bundles/org.eclipse.equinox.weaving.caching.j9/.project')
-rw-r--r--bundles/org.eclipse.equinox.weaving.caching.j9/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.weaving.caching.j9/.project b/bundles/org.eclipse.equinox.weaving.caching.j9/.project
index 3443fe7fc..e6ede3095 100644
--- a/bundles/org.eclipse.equinox.weaving.caching.j9/.project
+++ b/bundles/org.eclipse.equinox.weaving.caching.j9/.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