adding entry to runtime to put compatibility.jar in the class path. This will support...
authorEdward Mann <phpeclipse.dev@edmann.com>
Tue, 1 Jul 2008 02:34:59 +0000 (02:34 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Tue, 1 Jul 2008 02:34:59 +0000 (02:34 +0000)
net.sourceforge.phpeclipse/META-INF/MANIFEST.MF
net.sourceforge.phpeclipse/build.properties

index facece9..3f494ca 100644 (file)
@@ -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
index bf86075..2874055 100644 (file)
@@ -33,3 +33,4 @@ src.includes = src/,\
                templates/,\
                test/
 output.phpeclipse.jar = bin/
+jars.compile.order = phpeclipse.jar