2 Bundle-ManifestVersion: 2
3 Bundle-Name: Core Tests
4 Bundle-SymbolicName: net.sourceforge.phpeclipse.tests; singleton:=true
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,
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