Initial import of the phpmanual.htmlparser plugin
authorscorphus <scorphus>
Tue, 20 Nov 2007 01:42:36 +0000 (01:42 +0000)
committerscorphus <scorphus>
Tue, 20 Nov 2007 01:42:36 +0000 (01:42 +0000)
net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath [new file with mode: 0644]
net.sourceforge.phpeclipse.phpmanual.htmlparser/.project [new file with mode: 0644]
net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF [new file with mode: 0644]
net.sourceforge.phpeclipse.phpmanual.htmlparser/build.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.phpmanual.htmlparser/filterbuilder.jar [new file with mode: 0644]
net.sourceforge.phpeclipse.phpmanual.htmlparser/htmllexer.jar [new file with mode: 0644]
net.sourceforge.phpeclipse.phpmanual.htmlparser/htmlparser.jar [new file with mode: 0644]
net.sourceforge.phpeclipse.phpmanual.htmlparser/junit.jar [new file with mode: 0644]
net.sourceforge.phpeclipse.phpmanual.htmlparser/sax2.jar [new file with mode: 0644]
net.sourceforge.phpeclipse.phpmanual.htmlparser/thumbelina.jar [new file with mode: 0644]

diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath b/net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath
new file mode 100644 (file)
index 0000000..ba78900
--- /dev/null
@@ -0,0 +1,12 @@
+<?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>
diff --git a/net.sourceforge.phpeclipse.phpmanual.htmlparser/.project b/net.sourceforge.phpeclipse.phpmanual.htmlparser/.project
new file mode 100644 (file)
index 0000000..6ff95c1
--- /dev/null
@@ -0,0 +1,28 @@
+<?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>
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 (file)
index 0000000..8652c8a
--- /dev/null
@@ -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 (file)
index 0000000..057f8b9
--- /dev/null
@@ -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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..5e6eeba
Binary files /dev/null and b/net.sourceforge.phpeclipse.phpmanual.htmlparser/thumbelina.jar differ