From 3f9ac3776fd6d895c951d52b5bf77ca482ad31d4 Mon Sep 17 00:00:00 2001 From: Edward Mann Date: Tue, 1 Jul 2008 02:34:59 +0000 Subject: [PATCH] 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 --- net.sourceforge.phpeclipse/META-INF/MANIFEST.MF | 3 ++- net.sourceforge.phpeclipse/build.properties | 1 + 2 files changed, 3 insertions(+), 1 deletions(-) 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 -- 1.7.1