Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-01-18 21:45:40 +0000
committerThomas Watson2010-01-18 21:45:40 +0000
commit66908c3520fc2ce87e66577eed7ba84795fd3893 (patch)
tree1d31058f8e98136381b0201502ad1e7d12561899 /bundles/org.eclipse.equinox.security.macosx
parent5670184a5fe57560876ca2334a28b52da1440684 (diff)
downloadrt.equinox.bundles-66908c3520fc2ce87e66577eed7ba84795fd3893.tar.gz
rt.equinox.bundles-66908c3520fc2ce87e66577eed7ba84795fd3893.tar.xz
rt.equinox.bundles-66908c3520fc2ce87e66577eed7ba84795fd3893.zip
Bug 299090 org.eclipse.equinox.event should be set to use API Toolingv20100118
Diffstat (limited to 'bundles/org.eclipse.equinox.security.macosx')
-rw-r--r--bundles/org.eclipse.equinox.security.macosx/.project6
-rw-r--r--bundles/org.eclipse.equinox.security.macosx/META-INF/MANIFEST.MF2
2 files changed, 7 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.security.macosx/.project b/bundles/org.eclipse.equinox.security.macosx/.project
index 0353de1dd..7a9d78854 100644
--- a/bundles/org.eclipse.equinox.security.macosx/.project
+++ b/bundles/org.eclipse.equinox.security.macosx/.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.macosx/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.security.macosx/META-INF/MANIFEST.MF
index b79f94580..404e4774a 100644
--- a/bundles/org.eclipse.equinox.security.macosx/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.security.macosx/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName
Bundle-SymbolicName: org.eclipse.equinox.security.macosx;singleton:=true
-Bundle-Version: 1.100.0.qualifier
+Bundle-Version: 1.100.100.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top