From: scorphus Date: Mon, 3 Dec 2007 18:54:17 +0000 (+0000) Subject: Making the plug-in compatible with Java 1.4 X-Git-Url: http://secure.phpeclipse.com Making the plug-in compatible with Java 1.4 --- diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath b/net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath index ba78900..8d7b0df 100644 --- a/net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath +++ b/net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath @@ -6,7 +6,7 @@ - + diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF index 8652c8a..b568868 100644 --- a/net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF +++ b/net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF @@ -41,3 +41,4 @@ Export-Package: ., org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers +Bundle-RequiredExecutionEnvironment: J2SE-1.4