X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.xml.core/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.xml.core/META-INF/MANIFEST.MF index 59e84cb..9dc1383 100644 --- a/net.sourceforge.phpeclipse.xml.core/META-INF/MANIFEST.MF +++ b/net.sourceforge.phpeclipse.xml.core/META-INF/MANIFEST.MF @@ -1,10 +1,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName +Bundle-Name: PHPEclipse XML Core Bundle-SymbolicName: net.sourceforge.phpeclipse.xml.core;singleton:=true Bundle-Version: 0.0.0 Bundle-ClassPath: xmlcore.jar -Bundle-Vendor: %providerName +Bundle-Vendor: PHPEclipse project team Bundle-Localization: plugin Export-Package: net.sourceforge.phpeclipse.xml.core.internal.model;x-internal:=true, net.sourceforge.phpeclipse.xml.core.internal.parser;x-internal:=true, @@ -14,3 +14,5 @@ Require-Bundle: net.sourceforge.phpeclipse.core, org.eclipse.core.resources, org.eclipse.core.runtime, org.eclipse.text +Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Eclipse-LazyStart: true