1) Introduced a warning log message for breakpoints that do not match the local path...
[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 Bundle-ActivationPolicy: lazy
15 Bundle-RequiredExecutionEnvironment: J2SE-1.4