Changing version to 0.0.0 so pluginbuilder will be able to work from cvs, and not...
[phpeclipse.git] / net.sourceforge.phpeclipse.xml.core / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: %pluginName
4 Bundle-SymbolicName: net.sourceforge.phpeclipse.xml.core;singleton:=true
5 Bundle-Version: 0.0.0
6 Bundle-ClassPath: xmlcore.jar
7 Bundle-Vendor: %providerName
8 Bundle-Localization: plugin
9 Export-Package: net.sourceforge.phpeclipse.xml.core.internal.model;x-internal:=true,
10  net.sourceforge.phpeclipse.xml.core.internal.parser;x-internal:=true,
11  net.sourceforge.phpeclipse.xml.core.model,
12  net.sourceforge.phpeclipse.xml.core.parser
13 Require-Bundle: net.sourceforge.phpeclipse.core,
14  org.eclipse.core.resources,
15  org.eclipse.core.runtime,
16  org.eclipse.text