<plugin
id="net.sourceforge.phpeclipse.css.core"
name="PHPeclipse Web Development Tools CSS Core"
- version="1.1.1"
+ version="1.1.2"
provider-name="WDTE Project/PHPeclipse.de"
class="net.sourceforge.phpeclipse.css.core.CssCore">
<plugin
id="net.sourceforge.phpeclipse.css.ui"
name="%pluginName"
- version="1.1.1"
+ version="1.1.2"
provider-name="%providerName"
class="net.sourceforge.phpeclipse.css.ui.CssUI">
<plugin
id="net.sourceforge.phpeclipse.html.ui"
name="%pluginName"
- version="1.1.1"
+ version="1.1.2"
provider-name="%providerName"
class="net.sourceforge.phpeclipse.html.ui.HTMLUI">
Contributors:
IBM Corporation - Initial implementation
- Klaus Hartlage - www.eclipseproject.de
+ www.phpeclipse.de
**********************************************************************/
package net.sourceforge.phpeclipse.html.ui.internal.editor;
import org.eclipse.jface.text.source.ISourceViewer;
import org.eclipse.ui.texteditor.ITextEditor;
-/**
- * @author khartlage
- *
- * TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
- */
public class HTMLConfiguration extends XMLConfiguration {
public HTMLConfiguration(XMLTextTools tools) {
this(tools, null);
<plugin
id="net.sourceforge.phpeclipse.js.core"
name="%pluginName"
- version="1.1.1"
+ version="1.1.2"
provider-name="%providerName"
class="net.sourceforge.phpeclipse.js.core.JSCorePlugin">
<plugin
id="net.sourceforge.phpeclipse.js.ui"
name="%pluginName"
- version="1.1.1"
+ version="1.1.2"
provider-name="%providerName"
class="net.sourceforge.phpeclipse.js.ui.JSUIPlugin">
Contributors:
IBM Corporation - Initial implementation
- Klaus Hartlage - www.eclipseproject.de
+ www.phpeclipse.de
**********************************************************************/
package net.sourceforge.phpeclipse.js.ui.editors;
src.includes = build.properties,\
schema/
output.monitorcore.jar = bin/
-source.monitorcore.jar = monitorcore/
+source.monitorcore.jar = src/
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="net.sourceforge.phpeclipse.monitor.core" default="build.jars" basedir=".">
+
+ <property name="bootclasspath" value=""/>
+ <property name="basews" value="${ws}"/>
+ <property name="baseos" value="${os}"/>
+ <property name="basearch" value="${arch}"/>
+ <property name="basenl" value="${nl}"/>
+ <property name="javacFailOnError" value="false"/>
+ <property name="javacDebugInfo" value="on"/>
+ <property name="javacVerbose" value="true"/>
+ <property name="javacSource" value="1.3"/>
+ <property name="javacTarget" value="1.2"/>
+ <property name="compilerArg" value=""/>
+
+ <target name="init" depends="properties">
+ <condition property="pluginTemp" value="${buildTempFolder}/plugins">
+ <isset property="buildTempFolder"/>
+ </condition>
+ <property name="pluginTemp" value="${basedir}"/>
+ <condition property="build.result.folder" value="${pluginTemp}/net.sourceforge.phpeclipse.monitor.core">
+ <isset property="buildTempFolder"/>
+ </condition>
+ <property name="build.result.folder" value="${basedir}"/>
+ <property name="temp.folder" value="${basedir}/temp.folder"/>
+ <property name="plugin.destination" value="${basedir}"/>
+ </target>
+
+ <target name="properties" if="eclipse.running">
+ <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
+ </target>
+
+ <target name="build.update.jar" depends="init" description="Build the plug-in: net.sourceforge.phpeclipse.monitor.core for an update site.">
+ <delete dir="${temp.folder}"/>
+ <mkdir dir="${temp.folder}"/>
+ <antcall target="build.jars"/>
+ <antcall target="gather.bin.parts">
+ <param name="destination.temp.folder" value="${temp.folder}/"/>
+ </antcall>
+ <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.monitor.core_1.1.2.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.monitor.core_1.1.2" filesonly="false" whenempty="skip" update="false"/>
+ <delete dir="${temp.folder}"/>
+ </target>
+
+ <target name="monitorcore.jar" depends="init" unless="monitorcore.jar" description="Create jar: monitorcore.jar.">
+ <delete dir="${temp.folder}/monitorcore.jar.bin"/>
+ <mkdir dir="${temp.folder}/monitorcore.jar.bin"/>
+ <!-- compile the source code -->
+ <javac destdir="${temp.folder}/monitorcore.jar.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bootclasspath}" source="${javacSource}" target="${javacTarget}" >
+ <compilerarg line="${compilerArg}"/>
+ <classpath>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.core.runtime_3.0.1/runtime.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/core.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/console.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/resolver.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui_3.0.1/ui.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.help_3.0.0/help.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.swt_3.0.1/ws/${basews}/swt.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1/ws/${basews}/swt.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
+ <pathelement path="../org.eclipse.ui.workbench/bin"/>
+ <pathelement path="../org.eclipse.ui.workbench/compatibility.jar"/>
+ <pathelement path="../org.eclipse.ui.workbench/workbench.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/workbench.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.core.expressions_3.0.0/expressions.jar"/>
+ </classpath>
+ <src path="src/" />
+ </javac>
+ <!-- Copy necessary resources -->
+ <copy todir="${temp.folder}/monitorcore.jar.bin" failonerror="true">
+ <fileset dir="src/" excludes="**/*.java, **/package.htm*" />
+ </copy>
+ <mkdir dir="${build.result.folder}"/>
+ <jar jarfile="${build.result.folder}/monitorcore.jar" basedir="${temp.folder}/monitorcore.jar.bin"/>
+ <delete dir="${temp.folder}/monitorcore.jar.bin"/>
+ </target>
+
+ <target name="monitorcoresrc.zip" depends="init" unless="monitorcoresrc.zip">
+ <mkdir dir="${build.result.folder}"/>
+ <zip zipfile="${build.result.folder}/monitorcoresrc.zip" filesonly="false" whenempty="skip" update="false">
+ <fileset dir="src/" includes="**/*.java" />
+ </zip>
+ </target>
+
+ <target name="build.jars" depends="init" description="Build all the jars for the plug-in: net.sourceforge.phpeclipse.monitor.core.">
+ <available property="monitorcore.jar" file="${build.result.folder}/monitorcore.jar"/>
+ <antcall target="monitorcore.jar"/>
+ </target>
+
+ <target name="build.sources" depends="init">
+ <available property="monitorcoresrc.zip" file="${build.result.folder}/monitorcoresrc.zip"/>
+ <antcall target="monitorcoresrc.zip"/>
+ </target>
+
+ <target name="gather.bin.parts" depends="init" if="destination.temp.folder">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.core_1.1.2"/>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.core_1.1.2" failonerror="true">
+ <fileset dir="${build.result.folder}" includes="monitorcore.jar" />
+ </copy>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.core_1.1.2" failonerror="true">
+ <fileset dir="${basedir}" includes="plugin.xml,*.jar,monitorcore.jar,plugin.properties,.options" />
+ </copy>
+ </target>
+
+ <target name="build.zips" depends="init">
+ </target>
+
+ <target name="gather.sources" depends="init" if="destination.temp.folder">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.core_1.1.2"/>
+ <copy file="${build.result.folder}/monitorcoresrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.core_1.1.2" failonerror="false"/>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.core_1.1.2" failonerror="false">
+ <fileset dir="${basedir}" includes="build.properties,schema/" />
+ </copy>
+ </target>
+
+ <target name="gather.logs" depends="init" if="destination.temp.folder">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.core_1.1.2"/>
+ <copy file="${temp.folder}/monitorcore.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.core_1.1.2" failonerror="false"/>
+ </target>
+
+ <target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.monitor.core of all the zips, jars and logs created.">
+ <delete file="${build.result.folder}/monitorcore.jar"/>
+ <delete file="${build.result.folder}/monitorcoresrc.zip"/>
+ <delete file="${plugin.destination}/net.sourceforge.phpeclipse.monitor.core_1.1.2.jar"/>
+ <delete file="${plugin.destination}/net.sourceforge.phpeclipse.monitor.core_1.1.2.zip"/>
+ <delete dir="${temp.folder}"/>
+ </target>
+
+ <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
+ <eclipse.convertPath fileSystemPath="C:/eclipse3/workspace/net.sourceforge.phpeclipse.monitor.core" property="resourcePath"/>
+ <eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
+ </target>
+
+ <target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: net.sourceforge.phpeclipse.monitor.core.">
+ <delete dir="${temp.folder}"/>
+ <mkdir dir="${temp.folder}"/>
+ <antcall target="build.jars"/>
+ <antcall target="build.sources"/>
+ <antcall target="gather.bin.parts">
+ <param name="destination.temp.folder" value="${temp.folder}/"/>
+ </antcall>
+ <antcall target="gather.sources">
+ <param name="destination.temp.folder" value="${temp.folder}/"/>
+ </antcall>
+ <delete>
+ <fileset dir="${temp.folder}" includes="**/*.bin.log" />
+ </delete>
+ <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.monitor.core_1.1.2.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
+ <delete dir="${temp.folder}"/>
+ </target>
+
+</project>
<plugin id="net.sourceforge.phpeclipse.monitor.core"
name="%pluginName"
- version="3.0.0"
+ version="1.1.2"
provider-name="%providerName"
class="net.sourceforge.phpdt.monitor.core.internal.MonitorPlugin">
src.includes = schema/,\
build.properties
output.monitorui.jar = bin/
-source.monitorui.jar = monitorui/
+source.monitorui.jar = src/
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="net.sourceforge.phpeclipse.monitor.ui" default="build.jars" basedir=".">
+
+ <property name="bootclasspath" value=""/>
+ <property name="basews" value="${ws}"/>
+ <property name="baseos" value="${os}"/>
+ <property name="basearch" value="${arch}"/>
+ <property name="basenl" value="${nl}"/>
+ <property name="javacFailOnError" value="false"/>
+ <property name="javacDebugInfo" value="on"/>
+ <property name="javacVerbose" value="true"/>
+ <property name="javacSource" value="1.3"/>
+ <property name="javacTarget" value="1.2"/>
+ <property name="compilerArg" value=""/>
+
+ <target name="init" depends="properties">
+ <condition property="pluginTemp" value="${buildTempFolder}/plugins">
+ <isset property="buildTempFolder"/>
+ </condition>
+ <property name="pluginTemp" value="${basedir}"/>
+ <condition property="build.result.folder" value="${pluginTemp}/net.sourceforge.phpeclipse.monitor.ui">
+ <isset property="buildTempFolder"/>
+ </condition>
+ <property name="build.result.folder" value="${basedir}"/>
+ <property name="temp.folder" value="${basedir}/temp.folder"/>
+ <property name="plugin.destination" value="${basedir}"/>
+ </target>
+
+ <target name="properties" if="eclipse.running">
+ <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
+ </target>
+
+ <target name="build.update.jar" depends="init" description="Build the plug-in: net.sourceforge.phpeclipse.monitor.ui for an update site.">
+ <delete dir="${temp.folder}"/>
+ <mkdir dir="${temp.folder}"/>
+ <antcall target="build.jars"/>
+ <antcall target="gather.bin.parts">
+ <param name="destination.temp.folder" value="${temp.folder}/"/>
+ </antcall>
+ <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.monitor.ui_1.1.2.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.monitor.ui_1.1.2" filesonly="false" whenempty="skip" update="false"/>
+ <delete dir="${temp.folder}"/>
+ </target>
+
+ <target name="monitorui.jar" depends="init" unless="monitorui.jar" description="Create jar: monitorui.jar.">
+ <delete dir="${temp.folder}/monitorui.jar.bin"/>
+ <mkdir dir="${temp.folder}/monitorui.jar.bin"/>
+ <!-- compile the source code -->
+ <javac destdir="${temp.folder}/monitorui.jar.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bootclasspath}" source="${javacSource}" target="${javacTarget}" >
+ <compilerarg line="${compilerArg}"/>
+ <classpath>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.core.runtime_3.0.1/runtime.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/core.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/console.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/resolver.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources_3.0.1/resources.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources.win32_3.0.0/resources.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources.win32_3.0.0/resources-win32.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar"/>
+ <pathelement path="../org.eclipse.ui.ide/bin"/>
+ <pathelement path="../org.eclipse.ui.ide/ide.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.win32_3.0.1/ide.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.win32_3.0.1/workbenchwin32.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.help_3.0.0/help.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui_3.0.1/ui.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.swt_3.0.1/ws/${basews}/swt.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1/ws/${basews}/swt.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
+ <pathelement path="../org.eclipse.ui.workbench/bin"/>
+ <pathelement path="../org.eclipse.ui.workbench/compatibility.jar"/>
+ <pathelement path="../org.eclipse.ui.workbench/workbench.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/workbench.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.core.expressions_3.0.0/expressions.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.views_3.0.0/views.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.update.core_3.0.1/updatecore.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.update.core.win32_3.0.0/updatecore.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.update.ui_3.0.1/updateui.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.help.base_3.0.1/helpbase.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.apache.lucene_1.3.1/parser.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.apache.lucene_1.3.1/lucene-1.3-final.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.help.appserver_3.0.0/appserver.jar"/>
+ <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.forms_3.0.0/forms.jar"/>
+ <pathelement path="../net.sourceforge.phpeclipse.monitor.core/bin"/>
+ <pathelement path="../net.sourceforge.phpeclipse.monitor.core/monitorcore.jar"/>
+ </classpath>
+ <src path="src/" />
+ </javac>
+ <!-- Copy necessary resources -->
+ <copy todir="${temp.folder}/monitorui.jar.bin" failonerror="true">
+ <fileset dir="src/" excludes="**/*.java, **/package.htm*" />
+ </copy>
+ <mkdir dir="${build.result.folder}"/>
+ <jar jarfile="${build.result.folder}/monitorui.jar" basedir="${temp.folder}/monitorui.jar.bin"/>
+ <delete dir="${temp.folder}/monitorui.jar.bin"/>
+ </target>
+
+ <target name="monitoruisrc.zip" depends="init" unless="monitoruisrc.zip">
+ <mkdir dir="${build.result.folder}"/>
+ <zip zipfile="${build.result.folder}/monitoruisrc.zip" filesonly="false" whenempty="skip" update="false">
+ <fileset dir="src/" includes="**/*.java" />
+ </zip>
+ </target>
+
+ <target name="build.jars" depends="init" description="Build all the jars for the plug-in: net.sourceforge.phpeclipse.monitor.ui.">
+ <available property="monitorui.jar" file="${build.result.folder}/monitorui.jar"/>
+ <antcall target="monitorui.jar"/>
+ </target>
+
+ <target name="build.sources" depends="init">
+ <available property="monitoruisrc.zip" file="${build.result.folder}/monitoruisrc.zip"/>
+ <antcall target="monitoruisrc.zip"/>
+ </target>
+
+ <target name="gather.bin.parts" depends="init" if="destination.temp.folder">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.ui_1.1.2"/>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.ui_1.1.2" failonerror="true">
+ <fileset dir="${build.result.folder}" includes="monitorui.jar" />
+ </copy>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.ui_1.1.2" failonerror="true">
+ <fileset dir="${basedir}" includes="plugin.xml,*.jar,monitorui.jar,plugin.properties,icons/" />
+ </copy>
+ </target>
+
+ <target name="build.zips" depends="init">
+ </target>
+
+ <target name="gather.sources" depends="init" if="destination.temp.folder">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.ui_1.1.2"/>
+ <copy file="${build.result.folder}/monitoruisrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.ui_1.1.2" failonerror="false"/>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.ui_1.1.2" failonerror="false">
+ <fileset dir="${basedir}" includes="schema/,build.properties" />
+ </copy>
+ </target>
+
+ <target name="gather.logs" depends="init" if="destination.temp.folder">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.ui_1.1.2"/>
+ <copy file="${temp.folder}/monitorui.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.monitor.ui_1.1.2" failonerror="false"/>
+ </target>
+
+ <target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.monitor.ui of all the zips, jars and logs created.">
+ <delete file="${build.result.folder}/monitorui.jar"/>
+ <delete file="${build.result.folder}/monitoruisrc.zip"/>
+ <delete file="${plugin.destination}/net.sourceforge.phpeclipse.monitor.ui_1.1.2.jar"/>
+ <delete file="${plugin.destination}/net.sourceforge.phpeclipse.monitor.ui_1.1.2.zip"/>
+ <delete dir="${temp.folder}"/>
+ </target>
+
+ <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
+ <eclipse.convertPath fileSystemPath="C:/eclipse3/workspace/net.sourceforge.phpeclipse.monitor.ui" property="resourcePath"/>
+ <eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
+ </target>
+
+ <target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: net.sourceforge.phpeclipse.monitor.ui.">
+ <delete dir="${temp.folder}"/>
+ <mkdir dir="${temp.folder}"/>
+ <antcall target="build.jars"/>
+ <antcall target="build.sources"/>
+ <antcall target="gather.bin.parts">
+ <param name="destination.temp.folder" value="${temp.folder}/"/>
+ </antcall>
+ <antcall target="gather.sources">
+ <param name="destination.temp.folder" value="${temp.folder}/"/>
+ </antcall>
+ <delete>
+ <fileset dir="${temp.folder}" includes="**/*.bin.log" />
+ </delete>
+ <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.monitor.ui_1.1.2.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
+ <delete dir="${temp.folder}"/>
+ </target>
+
+</project>
<plugin id="net.sourceforge.phpeclipse.monitor.ui"
name="%pluginName"
- version="3.0.0"
+ version="1.1.2"
provider-name="%providerName"
class="net.sourceforge.phpdt.monitor.ui.internal.MonitorUIPlugin">
<import plugin="org.eclipse.ui.ide" version="3.0.0" match="equivalent"/>
<import plugin="org.eclipse.ui.views" version="3.0.0" match="equivalent"/>
<import plugin="org.eclipse.ui" version="3.0.0" match="equivalent"/>
- <import plugin="net.sourceforge.phpeclipse.monitor.core" version="3.0.0" match="equivalent"/>
+ <import plugin="net.sourceforge.phpeclipse.monitor.core"/>
</requires>
<runtime>
<antcall target="gather.bin.parts">
<param name="destination.temp.folder" value="${temp.folder}/"/>
</antcall>
- <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.core_1.1.1.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.core_1.1.1" filesonly="false" whenempty="skip" update="false"/>
+ <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.core_1.1.2.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.core_1.1.2" filesonly="false" whenempty="skip" update="false"/>
<delete dir="${temp.folder}"/>
</target>
</target>
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
- <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.1"/>
- <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.1" failonerror="true">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.2"/>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.2" failonerror="true">
<fileset dir="${build.result.folder}" includes="webcore.jar" />
</copy>
- <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.1" failonerror="true">
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.2" failonerror="true">
<fileset dir="${basedir}" includes="plugin.xml,webcore.jar" />
</copy>
</target>
</target>
<target name="gather.sources" depends="init" if="destination.temp.folder">
- <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.1"/>
- <copy file="${build.result.folder}/webcoresrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.1" failonerror="false"/>
- <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.1" failonerror="false">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.2"/>
+ <copy file="${build.result.folder}/webcoresrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.2" failonerror="false"/>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.2" failonerror="false">
<fileset dir="${basedir}" includes="src/" />
</copy>
</target>
<target name="gather.logs" depends="init" if="destination.temp.folder">
- <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.1"/>
- <copy file="${temp.folder}/webcore.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.1" failonerror="false"/>
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.2"/>
+ <copy file="${temp.folder}/webcore.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.core_1.1.2" failonerror="false"/>
</target>
<target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.core of all the zips, jars and logs created.">
<delete file="${build.result.folder}/webcore.jar"/>
<delete file="${build.result.folder}/webcoresrc.zip"/>
- <delete file="${plugin.destination}/net.sourceforge.phpeclipse.core_1.1.1.jar"/>
- <delete file="${plugin.destination}/net.sourceforge.phpeclipse.core_1.1.1.zip"/>
+ <delete file="${plugin.destination}/net.sourceforge.phpeclipse.core_1.1.2.jar"/>
+ <delete file="${plugin.destination}/net.sourceforge.phpeclipse.core_1.1.2.zip"/>
<delete dir="${temp.folder}"/>
</target>
<delete>
<fileset dir="${temp.folder}" includes="**/*.bin.log" />
</delete>
- <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.core_1.1.1.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
+ <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.core_1.1.2.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${temp.folder}"/>
</target>
<plugin
id="net.sourceforge.phpeclipse.core"
name="PHPeclipse Web Development Tools Core"
- version="1.1.1"
+ version="1.1.2"
provider-name="WDTE Project/PHPeclipse"
class="net.sourceforge.phpeclipse.core.WebCore">
Applicable Licenses
Unless otherwise indicated, all Content made available by PHPeclipse.de is provided to you under the terms and conditions of the Common Public License Version 1.0 ("CPL"). A copy of the CPL is provided with this Content and is also available at http://www.eclipse.org/legal/cpl-v10.html. For purposes of the CPL, "Program" will mean the Content.
-Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS modules ("Modules") and made available as downloadable archives ("Downloads").
+Content includes, but is not limited to, source code, object code, documentation and other files maintained in the PHPeclipse.de CVS repository ("Repository") in CVS modules ("Modules") and made available as downloadable archives ("Downloads").
Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features"). A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments are located in directories named "plugins" and Features are located in directories named "features".
Plug-in and Fragment directories
Subdirectories of the directory named "src" of certain Plug-ins
Feature directories
-Note: if a Feature made available by Eclipse.org is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties". Such Abouts, Feature Licenses and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in that directory.
+Note: if a Feature made available by PHPeclipse.de is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties". Such Abouts, Feature Licenses and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in that directory.
THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER TO THE CPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
<import plugin="org.eclipse.update.ui"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="org.eclipse.core.boot"/>
- <import plugin="org.eclipse.core.resources" version="3.0.0" match="equivalent"/>
- <import plugin="org.eclipse.core.runtime" version="3.0.0" match="equivalent"/>
- <import plugin="org.eclipse.ui" version="3.0.0" match="equivalent"/>
- <import plugin="org.eclipse.ui.ide" version="3.0.0" match="equivalent"/>
- <import plugin="org.eclipse.ui.editors" version="3.0.0" match="equivalent"/>
+ <import plugin="org.eclipse.core.resources" version="3.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.runtime" version="3.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui" version="3.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui.ide" version="3.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui.editors" version="3.0.0" match="greaterOrEqual"/>
</requires>
<plugin
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
-<title>Eclipse.org Software User Agreement</title>
+<title>PHPeclipse.de Software User Agreement</title>
</head>
<body lang="EN-US" link=blue vlink=purple>
-<h2>Eclipse.org Software User Agreement</h2>
+<h2>PHPeclipse.de Software User Agreement</h2>
<p>15<sup>th</sup> June, 2004</p>
<h3>Usage Of Content</h3>
-<p>ECLIPSE.ORG MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+<p>PHPECLIPSE.DE MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
(COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
<h3>Applicable Licenses</h3>
-<p>Unless otherwise indicated, all Content made available by Eclipse.org is provided to you under the terms and conditions of the Common Public License Version 1.0
+<p>Unless otherwise indicated, all Content made available by PHPeclipse.de is provided to you under the terms and conditions of the Common Public License Version 1.0
("CPL"). A copy of the CPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
For purposes of the CPL, "Program" will mean the Content.</p>
-<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the PHPeclipse.de CVS repository ("Repository") in CVS
modules ("Modules") and made available as downloadable archives ("Downloads").</p>
<p>Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features"). A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments are located in directories
<li>Feature directories</li>
</ul>
-<p>Note: if a Feature made available by Eclipse.org is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the
+<p>Note: if a Feature made available by PHPeclipse.de is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the
installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties".
Such Abouts, Feature Licenses and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
</ul>
<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License or Feature Update License is provided, please
-contact Eclipse.org to determine what terms and conditions govern that particular Content.</p>
+contact PHPeclipse.de to determine what terms and conditions govern that particular Content.</p>
<h3>Cryptography</h3>
<antcall target="gather.bin.parts">
<param name="destination.temp.folder" value="${temp.folder}/"/>
</antcall>
- <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.1.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.1" filesonly="false" whenempty="skip" update="false"/>
+ <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.2.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" filesonly="false" whenempty="skip" update="false"/>
<delete dir="${temp.folder}"/>
</target>
<pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar"/>
- <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.ide_3.0.1/ide.jar"/>
+ <pathelement path="../org.eclipse.ui.ide/bin"/>
+ <pathelement path="../org.eclipse.ui.ide/ide.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.ui.win32_3.0.1/ide.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.ui.win32_3.0.1/workbenchwin32.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources_3.0.1/resources.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1/ws/${basews}/swt.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
- <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench_3.0.1/compatibility.jar"/>
- <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench_3.0.1/workbench.jar"/>
+ <pathelement path="../org.eclipse.ui.workbench/bin"/>
+ <pathelement path="../org.eclipse.ui.workbench/compatibility.jar"/>
+ <pathelement path="../org.eclipse.ui.workbench/workbench.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/workbench.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.core.expressions_3.0.0/expressions.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.core.filebuffers_3.0.1/filebuffers.jar"/>
<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse/bin"/>
<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse/phpeclipse.jar"/>
- <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.console_3.0.0/console.jar"/>
+ <pathelement path="../org.eclipse.ui.console/bin"/>
+ <pathelement path="../org.eclipse.ui.console/console.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.search_3.0.1/search.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.debug.core_3.0.1/dtcore.jar"/>
<pathelement path="../../../eclipse301/plugins/org.eclipse.core.variables_3.0.0/variables.jar"/>
</target>
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
- <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.1"/>
- <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.1" failonerror="true">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2"/>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="true">
<fileset dir="${build.result.folder}" includes="phphelp.jar" />
</copy>
- <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.1" failonerror="true">
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="true">
<fileset dir="${basedir}" includes="phphelp.jar,phphelp.xml,plugin.properties,plugin.xml,.classpath,doc.zip,cpl-v10.html" />
</copy>
</target>
</target>
<target name="gather.sources" depends="init" if="destination.temp.folder">
- <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.1"/>
- <copy file="${build.result.folder}/phphelpsrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.1" failonerror="false"/>
- <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.1" failonerror="false">
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2"/>
+ <copy file="${build.result.folder}/phphelpsrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="false"/>
+ <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="false">
<fileset dir="${basedir}" includes="src/,.cvsignore,.project,.template,.classpath,build.properties,build.xml,plugin.properties,plugin.xml" />
</copy>
</target>
<target name="gather.logs" depends="init" if="destination.temp.folder">
- <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.1"/>
- <copy file="${temp.folder}/phphelp.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.1" failonerror="false"/>
+ <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2"/>
+ <copy file="${temp.folder}/phphelp.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="false"/>
</target>
<target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.phphelp of all the zips, jars and logs created.">
<delete file="${build.result.folder}/phphelp.jar"/>
<delete file="${build.result.folder}/phphelpsrc.zip"/>
- <delete file="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.1.jar"/>
- <delete file="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.1.zip"/>
+ <delete file="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.2.jar"/>
+ <delete file="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.2.zip"/>
<delete dir="${temp.folder}"/>
</target>
<delete>
<fileset dir="${temp.folder}" includes="**/*.bin.log" />
</delete>
- <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.1.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
+ <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.2.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${temp.folder}"/>
</target>
providerName=phpeclipse.de
phphelpLabel=PHP Help
phphelpFormat=Help (WIN_32 *.chm format)
+
+context.editingPHPSource.name= Editing PHP Source
+context.editingPHPSource.description= Editing PHP Source Context
+
+category.source.name=Source
+category.source.description= PHP Source Actions
+ActionDefinition.contexthelp.name= Open PHP HTML help
+ActionDefinition.contexthelp.description= Open PHP HTML help in browser
<plugin
id="net.sourceforge.phpeclipse.phphelp"
name="%pluginName"
- version="1.1.1"
+ version="1.1.2"
provider-name="%providerName"
class="net.sourceforge.phpdt.phphelp.PHPHelpPlugin">
targetID="#PHPEditorContext"
id="net.sourceforge.phpdt.phphelp.actions.popup.editor">
<action
+ definitionId="net.sourceforge.phpdt.phphelp.actions.contexthelp"
label="%phphelpLabel"
class="net.sourceforge.phpdt.phphelp.actions.PHPEclipseShowContextHelp"
menubarPath="additions"
- id="net.sourceforge.phpdt.phphelp.actions.contexthelp">
+ id="net.sourceforge.phpdt.phphelp.actions.PHPEclipseShowContextHelp">
</action>
</viewerContribution>
</extension>
id="net.sourceforge.phpdt.phphelp.PHPHelpPreferencePage">
</page>
</extension>
+
+ <extension
+ point="org.eclipse.ui.editorActions">
+ <editorContribution
+ id="net.sourceforge.phpdt.phphelp.actions"
+ targetID="net.sourceforge.phpeclipse.PHPUnitEditor">
+ <action
+ definitionId="net.sourceforge.phpdt.phphelp.actions.contexthelp"
+ label="PHP Help"
+ class="net.sourceforge.phpdt.phphelp.actions.PHPEclipseShowContextHelp"
+ id="net.sourceforge.phpdt.phphelp.actions.PHPEclipseShowContextHelp">
+ </action>
+ </editorContribution>
+ </extension>
+
+ <extension point="org.eclipse.ui.contexts">
+ <context
+ name="%context.editingPHPSource.name"
+ description="%context.editingPHPSource.description"
+ parentId="org.eclipse.ui.textEditorScope"
+ id="net.sourceforge.phpdt.ui.phpEditorScope" />
+ </extension>
+ <extension
+ point="org.eclipse.ui.commands">
+ <category
+ name="%category.source.name"
+ description="%category.source.description"
+ id="net.sourceforge.phpeclipse.ui.category.source">
+ </category>
+
+ <command
+ name="%ActionDefinition.contexthelp.name"
+ description="%ActionDefinition.contexthelp.description"
+ category="net.sourceforge.phpeclipse.ui.category.source"
+ id="net.sourceforge.phpdt.phphelp.actions.contexthelp">
+ </command>
+
+ <keyBinding
+ string="Ctrl+Shift+H"
+ scope="net.sourceforge.phpdt.ui.phpEditorScope"
+ command="net.sourceforge.phpdt.phphelp.actions.contexthelp"
+ configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+ </keyBinding>
+ </extension>
</plugin>
Contributors:
IBM Corporation - Initial implementation
- Klaus Hartlage - www.eclipseproject.de
+ www.phpeclipse.de
**********************************************************************/
package net.sourceforge.phpdt.phphelp;
Contributors:
IBM Corporation - Initial implementation
- Klaus Hartlage - www.eclipseproject.de
+ www.phpeclipse.de
**********************************************************************/
package net.sourceforge.phpdt.phphelp.actions;
Contributors:
IBM Corporation - Initial implementation
- Klaus Hartlage - www.eclipseproject.de
+ www.phpeclipse.de
**********************************************************************/
package net.sourceforge.phpdt.phphelp.actions;
Contributors:
IBM Corporation - Initial implementation
- Klaus Hartlage - www.eclipseproject.de
+ www.phpeclipse.de
**********************************************************************/
package net.sourceforge.phpdt.smarty.ui.internal.editor;
import org.eclipse.jface.text.source.ISourceViewer;
import org.eclipse.ui.texteditor.ITextEditor;
-/**
- * @author khartlage
- *
- * TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
- */
public class SmartyConfiguration extends XMLConfiguration {
private SmartyTagScanner smartyTagScanner;
public SmartyConfiguration(XMLTextTools tools) {
* Contributors:
* Igor Malinin - initial contribution
*
- * $Id: SmartyTagRule.java,v 1.1 2004-09-02 18:25:04 jsurfer Exp $
+ * $Id: SmartyTagRule.java,v 1.2 2004-12-29 21:30:33 axelcl Exp $
*/
package net.sourceforge.phpdt.smarty.ui.internal.text;
import org.eclipse.jface.text.rules.Token;
/**
- * Rule detecting XML tag brackets and name.
- *
- * @author Igor Malinin
+ * Rule detecting smarty tags
*/
public class SmartyTagRule implements IRule {