Some serious cleanup on manifests, plugin.xml, build.properties and plugin.properties...
[phpeclipse.git] / net.sourceforge.phpeclipse.tests / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Core Tests
4 Bundle-SymbolicName: net.sourceforge.phpeclipse.tests; singleton:=true
5 Bundle-Version: 1.1.0
6 Bundle-ClassPath: coretests.jar
7 Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
8 Bundle-Vendor: PHPEclipse project team
9 Bundle-Localization: plugin
10 Require-Bundle: org.eclipse.core.runtime.compatibility,
11  org.eclipse.ui,
12  org.junit,
13  net.sourceforge.phpeclipse,
14  org.eclipse.jface.text,
15  org.eclipse.core.resources
16 Eclipse-LazyStart: true
17 Export-Package: net.sourceforge.phpdt.core.tests.util,
18  net.sourceforge.phpeclipse.example.outline,
19  net.sourceforge.phpeclipse.phpeditor.php.test,
20  net.sourceforge.phpeclipse.tests.parser