--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry exported="true" kind="lib" path="filterbuilder.jar"/>
+ <classpathentry exported="true" kind="lib" path="htmllexer.jar"/>
+ <classpathentry exported="true" kind="lib" path="htmlparser.jar"/>
+ <classpathentry exported="true" kind="lib" path="junit.jar"/>
+ <classpathentry exported="true" kind="lib" path="sax2.jar"/>
+ <classpathentry exported="true" kind="lib" path="thumbelina.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>net.sourceforge.phpeclipse.phpmanual.htmlparser</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
--- /dev/null
+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