From 71d318d0bd6011c6b2a3504061fe5967f43dc84a Mon Sep 17 00:00:00 2001 From: scorphus Date: Mon, 3 Dec 2007 18:54:17 +0000 Subject: [PATCH] Making the plug-in compatible with Java 1.4 --- .../.classpath | 2 +- .../META-INF/MANIFEST.MF | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) 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 -- 1.7.1