From: khartlage Date: Thu, 6 Feb 2003 20:34:45 +0000 (+0000) Subject: HTML Tidy plugin initial version X-Git-Url: http://secure.phpeclipse.com HTML Tidy plugin initial version --- diff --git a/archive/net.sourceforge.phpeclipse.jtidy/.classpath b/archive/net.sourceforge.phpeclipse.jtidy/.classpath new file mode 100644 index 0000000..94ccb17 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.jtidy/.classpath @@ -0,0 +1,18 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/archive/net.sourceforge.phpeclipse.jtidy/.project b/archive/net.sourceforge.phpeclipse.jtidy/.project new file mode 100644 index 0000000..32654ea --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.jtidy/.project @@ -0,0 +1,28 @@ + + + de.katzien.jtidy + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/archive/net.sourceforge.phpeclipse.jtidy/.template b/archive/net.sourceforge.phpeclipse.jtidy/.template new file mode 100644 index 0000000..f3bcd41 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.jtidy/.template @@ -0,0 +1,4 @@ + +
+

Tips on working with this plug-in project

  • For the view of the new plug-in at a glance, go to the Overview.
  • You can test the contributions of this plug-in by launching another instance of the workbench. On the Run menu, click Run As and choose Run-time Workbench from the available choices.
  • You can add more functionality to this plug-in by adding extensions using the New Extension Wizard.
  • The plug-in project contains Java code that you can debug. Place breakpoints in Java classes. On the Run menu, select Debug As and choose Run-time Workbench from the available choices.
  • +
    diff --git a/archive/net.sourceforge.phpeclipse.jtidy/build.properties b/archive/net.sourceforge.phpeclipse.jtidy/build.properties new file mode 100644 index 0000000..5a0215b --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.jtidy/build.properties @@ -0,0 +1 @@ +source.jtidy.jar = src/ diff --git a/archive/net.sourceforge.phpeclipse.jtidy/classpath_windows_eclipse_2.0.0.bak b/archive/net.sourceforge.phpeclipse.jtidy/classpath_windows_eclipse_2.0.0.bak new file mode 100644 index 0000000..5f19033 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.jtidy/classpath_windows_eclipse_2.0.0.bak @@ -0,0 +1,18 @@ + + + + + + + + + + + + diff --git a/archive/net.sourceforge.phpeclipse.jtidy/classpath_windows_eclipse_2.1.0.bak b/archive/net.sourceforge.phpeclipse.jtidy/classpath_windows_eclipse_2.1.0.bak new file mode 100644 index 0000000..b60a780 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.jtidy/classpath_windows_eclipse_2.1.0.bak @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + diff --git a/archive/net.sourceforge.phpeclipse.jtidy/icons/obj16/jtidy.gif b/archive/net.sourceforge.phpeclipse.jtidy/icons/obj16/jtidy.gif new file mode 100644 index 0000000..06dfa7a Binary files /dev/null and b/archive/net.sourceforge.phpeclipse.jtidy/icons/obj16/jtidy.gif differ diff --git a/archive/net.sourceforge.phpeclipse.jtidy/plugin.xml b/archive/net.sourceforge.phpeclipse.jtidy/plugin.xml new file mode 100644 index 0000000..18d5609 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.jtidy/plugin.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +