Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 9d683db1bec9600824d4e70257d3906f > files > 6

eclipse-phpeclipse-1.2.1-0.2.0mdv2009.1.src.rpm

Index: /home/mbooth/workspace-plugins/net.sourceforge.phpeclipse.phpmanual/META-INF/MANIFEST.MF
===================================================================
--- /home/mbooth/workspace-plugins/net.sourceforge.phpeclipse.phpmanual/META-INF/MANIFEST.MF	(revision 1625)
+++ /home/mbooth/workspace-plugins/net.sourceforge.phpeclipse.phpmanual/META-INF/MANIFEST.MF	(working copy)
@@ -13,7 +13,6 @@
  org.eclipse.ui.editors,
  org.eclipse.ui.workbench.texteditor,
  net.sourceforge.phpeclipse,
- net.sourceforge.phpeclipse.phphelp,
- net.sourceforge.phpeclipse.phpmanual.htmlparser
+ net.sourceforge.phpeclipse.phphelp
 Eclipse-LazyStart: true
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
Index: /home/mbooth/workspace-plugins/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java
===================================================================
--- /home/mbooth/workspace-plugins/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java	(revision 1625)
+++ /home/mbooth/workspace-plugins/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java	(working copy)
@@ -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 "";
 	}
 	/**
Index: /home/mbooth/workspace-plugins/net.sourceforge.phpeclipse.feature/feature.xml
===================================================================
--- /home/mbooth/workspace-plugins/net.sourceforge.phpeclipse.feature/feature.xml	(revision 1625)
+++ /home/mbooth/workspace-plugins/net.sourceforge.phpeclipse.feature/feature.xml	(working copy)
@@ -309,12 +309,6 @@
          version="0.0.0"/>
 
    <plugin
-         id="net.sourceforge.phpeclipse.phpmanual.htmlparser"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
          id="net.sourceforge.phpeclipse.phphelp"
          download-size="0"
          install-size="0"