Changing version to 0.0.0 so pluginbuilder will be able to work from cvs, and not...
[phpeclipse.git] / net.sourceforge.phpeclipse.core / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: PHPeclipse Web Development Tools Core
4 Bundle-SymbolicName: net.sourceforge.phpeclipse.core
5 Bundle-Version: 0.0.0
6 Bundle-ClassPath: webcore.jar
7 Bundle-Activator: net.sourceforge.phpeclipse.core.WebCore
8 Bundle-Vendor: PHPEclipse project team
9 Bundle-Localization: plugin
10 Export-Package: net.sourceforge.phpeclipse.core,
11  net.sourceforge.phpeclipse.core.model
12 Require-Bundle: org.eclipse.core.runtime,
13  org.eclipse.text
14 Eclipse-LazyStart: true
15 Bundle-RequiredExecutionEnvironment: J2SE-1.4