From: Edward Mann Date: Tue, 1 Jul 2008 02:34:59 +0000 (+0000) Subject: adding entry to runtime to put compatibility.jar in the class path. This will support... X-Git-Url: http://git.phpeclipse.com adding entry to runtime to put compatibility.jar in the class path. This will support the fragment to allow PHPEclipse to run on Eclipse 3.2 --- diff --git a/net.sourceforge.phpeclipse/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse/META-INF/MANIFEST.MF index facece9..3f494ca 100644 --- a/net.sourceforge.phpeclipse/META-INF/MANIFEST.MF +++ b/net.sourceforge.phpeclipse/META-INF/MANIFEST.MF @@ -3,7 +3,8 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: net.sourceforge.phpeclipse; singleton:=true Bundle-Version: 0.0.0 -Bundle-ClassPath: phpeclipse.jar +Bundle-ClassPath: compatibility.jar, + phpeclipse.jar Bundle-Activator: net.sourceforge.phpeclipse.PHPeclipsePlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/net.sourceforge.phpeclipse/build.properties b/net.sourceforge.phpeclipse/build.properties index bf86075..2874055 100644 --- a/net.sourceforge.phpeclipse/build.properties +++ b/net.sourceforge.phpeclipse/build.properties @@ -33,3 +33,4 @@ src.includes = src/,\ templates/,\ test/ output.phpeclipse.jar = bin/ +jars.compile.order = phpeclipse.jar