org.eclipse.ant.core/META-INF/MANIFEST.MF

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.20 - (download) (annotate)
Thu Oct 8 18:33:05 2009 UTC (7 weeks ago) by darin
Branch: MAIN
CVS Tags: v20091012
Changes since 1.19: +1 -1 lines
Bug 264338 - External tool builder fails in headless mode because of dependencies to UI
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ant.core; singleton:=true
Bundle-Version: 3.2.100.qualifier
Bundle-Activator: org.eclipse.ant.core.AntCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.ant.core,
 org.eclipse.ant.internal.core;x-friends:="org.eclipse.ant.ui,org.eclipse.ant.launching",
 org.eclipse.ant.internal.core.contentDescriber;x-internal:=true
Require-Bundle: org.eclipse.core.variables;bundle-version="[3.1.0,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)"
Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.ant.internal.core.contentDescriber"
Bundle-RequiredExecutionEnvironment: J2SE-1.4