X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.xml.ui/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.xml.ui/META-INF/MANIFEST.MF index 564e4d0..4c37cb2 100644 --- a/net.sourceforge.phpeclipse.xml.ui/META-INF/MANIFEST.MF +++ b/net.sourceforge.phpeclipse.xml.ui/META-INF/MANIFEST.MF @@ -1,11 +1,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName +Bundle-Name: PHPEclipse XML UI Bundle-SymbolicName: net.sourceforge.phpeclipse.xml.ui; singleton:=true -Bundle-Version: 1.2.0 +Bundle-Version: 0.0.0 Bundle-ClassPath: xmlui.jar Bundle-Activator: net.sourceforge.phpeclipse.xml.ui.XMLPlugin -Bundle-Vendor: %providerName +Bundle-Vendor: PHPEclipse project team Bundle-Localization: plugin Export-Package: net.sourceforge.phpeclipse.xml.ui, net.sourceforge.phpeclipse.xml.ui.internal.compare;x-internal:=true, @@ -26,4 +26,5 @@ Require-Bundle: net.sourceforge.phpeclipse.core, org.eclipse.ui.ide, org.eclipse.ui.views, org.eclipse.ui.workbench.texteditor -Eclipse-LazyStart: true +Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Bundle-ActivationPolicy: lazy