Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 47689adde66a7c314509226275c8923d > files > 6

eclipse-phpeclipse-1.2.0-0.2.svn1573.1mdv2009.0.src.rpm

--- net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java	2008-04-07 19:44:48.000000000 +0100
+++ net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java	2008-06-22 11:49:09.000000000 +0100
@@ -38,11 +38,11 @@
 import org.eclipse.ui.INullSelectionListener;
 import org.eclipse.ui.IWorkbenchPart;
 import org.eclipse.ui.part.ViewPart;
-import org.htmlparser.Node;
-import org.htmlparser.Parser;
-import org.htmlparser.tags.Div;
-import org.htmlparser.util.ParserException;
-import org.htmlparser.visitors.TagFindingVisitor;
+//import org.htmlparser.Node;
+//import org.htmlparser.Parser;
+//import org.htmlparser.tags.Div;
+//import org.htmlparser.util.ParserException;
+//import org.htmlparser.visitors.TagFindingVisitor;
 import org.osgi.framework.Bundle;
 
 /**
@@ -195,6 +195,7 @@
 	 * @return HTML source of reference page
 	 */
 	private String filterHtmlSource(String source) {
+/*
 		try {
 			Parser parser = new Parser(source);
 			String[] tagsToBeFound = { "DIV" };
@@ -220,6 +221,7 @@
 		} catch (ParserException e) {
 			e.printStackTrace();
 		}
+*/
 		return "";
 	}
 	/**
@@ -357,4 +359,4 @@
 		}
 	}
 
-}
\ No newline at end of file
+}
--- net.sourceforge.phpeclipse.phpmanual.htmlparser/build.properties	2007-11-20 01:42:36.000000000 +0000
+++ net.sourceforge.phpeclipse.phpmanual.htmlparser/build.properties	2008-06-22 13:27:52.000000000 +0100
@@ -1,7 +1,2 @@
 bin.includes = META-INF/,\
-               filterbuilder.jar,\
-               htmllexer.jar,\
-               htmlparser.jar,\
-               junit.jar,\
-               sax2.jar,\
-               thumbelina.jar
+               xml-commons-apis.jar
--- net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath	2007-12-03 18:54:17.000000000 +0000
+++ net.sourceforge.phpeclipse.phpmanual.htmlparser/.classpath	2008-06-22 11:54:07.000000000 +0100
@@ -1,11 +1,6 @@
 <?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 exported="true" kind="lib" path="xml-commons-apis.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>
--- net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF	2007-12-03 18:54:17.000000000 +0000
+++ net.sourceforge.phpeclipse.phpmanual.htmlparser/META-INF/MANIFEST.MF	2008-06-22 13:27:30.000000000 +0100
@@ -3,41 +3,9 @@
 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-ClassPath: xml-commons-apis.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