From: scorphus Date: Tue, 20 Nov 2007 01:42:36 +0000 (+0000) Subject: Initial import of the phpmanual.htmlparser plugin X-Git-Url: http://git.phpeclipse.com Initial import of the phpmanual.htmlparser plugin --- diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath b/net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath new file mode 100644 index 0000000..ba78900 --- /dev/null +++ b/net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/.project b/net.sourceforge.phpeclipse.phpmanual.htmlparser/.project new file mode 100644 index 0000000..6ff95c1 --- /dev/null +++ b/net.sourceforge.phpeclipse.phpmanual.htmlparser/.project @@ -0,0 +1,28 @@ + + + net.sourceforge.phpeclipse.phpmanual.htmlparser + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF new file mode 100644 index 0000000..8652c8a --- /dev/null +++ b/net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF @@ -0,0 +1,43 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Htmlparser Plug-in +Bundle-SymbolicName: net.sourceforge.phpeclipse.phpmanual.htmlparser +Bundle-Version: 1.6.0 +Bundle-ClassPath: filterbuilder.jar, + htmllexer.jar, + htmlparser.jar, + junit.jar, + sax2.jar, + thumbelina.jar +Bundle-Localization: plugin +Export-Package: ., + junit.awtui, + junit.extensions, + junit.framework, + junit.runner, + junit.swingui, + junit.swingui.icons, + junit.textui, + org.htmlparser, + org.htmlparser.beans, + org.htmlparser.beans.images, + org.htmlparser.filters, + org.htmlparser.http, + org.htmlparser.lexer, + org.htmlparser.lexerapplications.thumbelina, + org.htmlparser.nodes, + org.htmlparser.parserapplications, + org.htmlparser.parserapplications.filterbuilder, + org.htmlparser.parserapplications.filterbuilder.images, + org.htmlparser.parserapplications.filterbuilder.layouts, + org.htmlparser.parserapplications.filterbuilder.wrappers, + org.htmlparser.parserapplications.filterbuilder.wrappers.images, + org.htmlparser.sax, + org.htmlparser.scanners, + org.htmlparser.tags, + org.htmlparser.util, + org.htmlparser.util.sort, + org.htmlparser.visitors, + org.xml.sax, + org.xml.sax.ext, + org.xml.sax.helpers diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/build.properties b/net.sourceforge.phpeclipse.phpmanual.htmlparser/build.properties new file mode 100644 index 0000000..057f8b9 --- /dev/null +++ b/net.sourceforge.phpeclipse.phpmanual.htmlparser/build.properties @@ -0,0 +1,7 @@ +bin.includes = META-INF/,\ + filterbuilder.jar,\ + htmllexer.jar,\ + htmlparser.jar,\ + junit.jar,\ + sax2.jar,\ + thumbelina.jar diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/filterbuilder.jar b/net.sourceforge.phpeclipse.phpmanual.htmlparser/filterbuilder.jar new file mode 100644 index 0000000..b923d60 Binary files /dev/null and b/net.sourceforge.phpeclipse.phpmanual.htmlparser/filterbuilder.jar differ diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/htmllexer.jar b/net.sourceforge.phpeclipse.phpmanual.htmlparser/htmllexer.jar new file mode 100644 index 0000000..39df3ba Binary files /dev/null and b/net.sourceforge.phpeclipse.phpmanual.htmlparser/htmllexer.jar differ diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/htmlparser.jar b/net.sourceforge.phpeclipse.phpmanual.htmlparser/htmlparser.jar new file mode 100644 index 0000000..2981ca5 Binary files /dev/null and b/net.sourceforge.phpeclipse.phpmanual.htmlparser/htmlparser.jar differ diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/junit.jar b/net.sourceforge.phpeclipse.phpmanual.htmlparser/junit.jar new file mode 100644 index 0000000..674d71e Binary files /dev/null and b/net.sourceforge.phpeclipse.phpmanual.htmlparser/junit.jar differ diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/sax2.jar b/net.sourceforge.phpeclipse.phpmanual.htmlparser/sax2.jar new file mode 100644 index 0000000..9074463 Binary files /dev/null and b/net.sourceforge.phpeclipse.phpmanual.htmlparser/sax2.jar differ diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/thumbelina.jar b/net.sourceforge.phpeclipse.phpmanual.htmlparser/thumbelina.jar new file mode 100644 index 0000000..5e6eeba Binary files /dev/null and b/net.sourceforge.phpeclipse.phpmanual.htmlparser/thumbelina.jar differ