Removing legacy build scripts. build.xml scripts are generated by pde-build, and...
authorpombredanne <pombredanne>
Sat, 21 Oct 2006 22:58:22 +0000 (22:58 +0000)
committerpombredanne <pombredanne>
Sat, 21 Oct 2006 22:58:22 +0000 (22:58 +0000)
net.sourceforge.phpeclipse.feature.core/build.xml [deleted file]
net.sourceforge.phpeclipse.feature.core/build_export.xml [deleted file]
net.sourceforge.phpeclipse.feature/build_export.xml [deleted file]
net.sourceforge.phpeclipse.nl1/build.xml [deleted file]
net.sourceforge.phpeclipse.phpunit/build.xml [deleted file]

diff --git a/net.sourceforge.phpeclipse.feature.core/build.xml b/net.sourceforge.phpeclipse.feature.core/build.xml
deleted file mode 100644 (file)
index f838b81..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="net.sourceforge.phpeclipse.core" default="build.update.jar" basedir=".">
-
-       <target name="init">
-               <property name="feature.temp.folder" value="${basedir}/feature.temp.folder"/>
-               <property name="feature.destination" value="${basedir}"/>
-       </target>
-
-       <target name="all.plugins" depends="init">
-               <ant antfile="build.xml" dir="../net.sourceforge.phpeclipse.webbrowser" target="${target}">
-               </ant>
-               <ant antfile="build.xml" dir="../net.sourceforge.phpeclipse.news" target="${target}">
-               </ant>
-               <ant antfile="build.xml" dir="../net.sourceforge.phpeclipse.wiki" target="${target}">
-               </ant>
-       </target>
-       <target name="all.features" depends="init">
-       </target>
-       <target name="update.feature" depends="init">
-       </target>
-
-       <target name="all.children" depends="init,all.features,all.plugins,update.feature">
-       </target>
-
-       <target name="children" if="include.children">
-               <antcall target="all.children"/>
-       </target>
-
-       <target name="build.jars" depends="init" description="Build all the jars for the feature: net.sourceforge.phpeclipse.core.">
-               <antcall target="all.children">
-                       <param name="target" value="build.jars"/>
-               </antcall>
-       </target>
-
-       <target name="build.sources" depends="init">
-               <antcall target="all.children">
-                       <param name="target" value="build.sources"/>
-               </antcall>
-       </target>
-
-       <target name="build.zips" depends="init">
-               <antcall target="all.children">
-                       <param name="target" value="build.zips"/>
-               </antcall>
-       </target>
-
-       <target name="build.update.jar" depends="init" description="Build the feature jar of: net.sourceforge.phpeclipse.core for an update site.">
-               <antcall target="all.children">
-                       <param name="target" value="build.update.jar"/>
-               </antcall>
-               <property name="feature.base" value="${feature.temp.folder}"/>
-               <delete dir="${feature.temp.folder}"/>
-               <mkdir dir="${feature.temp.folder}"/>
-               <antcall target="gather.bin.parts" inheritAll="false">
-                       <param name="arch" value="*"/>
-                       <param name="ws" value="*"/>
-                       <param name="nl" value="*"/>
-                       <param name="os" value="*"/>
-                       <param name="feature.base" value="${feature.temp.folder}"/>
-               </antcall>
-               <jar jarfile="${feature.destination}/net.sourceforge.phpeclipse.core_1.1.2.jar" basedir="${feature.temp.folder}/features/net.sourceforge.phpeclipse.core_1.1.2"/>
-               <delete dir="${feature.temp.folder}"/>
-       </target>
-
-       <target name="gather.bin.parts" depends="init" if="feature.base">
-               <antcall target="children">
-                       <param name="destination.temp.folder" value="${feature.base}/plugins"/>
-                       <param name="target" value="gather.bin.parts"/>
-               </antcall>
-               <copy todir="${feature.base}/features/net.sourceforge.phpeclipse.core_1.1.2" failonerror="true">
-                       <fileset dir="${basedir}" includes="feature.xml,phpeclipse.jpeg,license.html,cpl-v10.html"                      />
-               </copy>
-               <eclipse.idReplacer featureFilePath="${feature.base}/features/net.sourceforge.phpeclipse.core_1.1.2/feature.xml"  selfVersion="1.1.2" featureIds="" pluginIds="net.sourceforge.phpeclipse.webbrowser,1.1.2,net.sourceforge.phpeclipse.news,1.1.2,net.sourceforge.phpeclipse.wiki,1.1.2,"/>
-               <antcall target="rootFiles${os}_${ws}_${arch}"/>
-       </target>
-       <target name="rootFiles*_*_*">
-       </target>
-
-       <target name="zip.distribution" depends="init" description="Create a zip containing all the plug-ins and features for the feature: net.sourceforge.phpeclipse.core.">
-               <delete dir="${feature.temp.folder}"/>
-               <mkdir dir="${feature.temp.folder}"/>
-               <antcall target="gather.bin.parts">
-                       <param name="arch" value="*"/>
-                       <param name="ws" value="*"/>
-                       <param name="nl" value="*"/>
-                       <param name="include.children" value="true"/>
-                       <param name="feature.base" value="${feature.temp.folder}"/>
-                       <param name="os" value="*"/>
-               </antcall>
-               <zip zipfile="${feature.destination}/net.sourceforge.phpeclipse.core_1.1.2.bin.dist.zip" basedir="${feature.temp.folder}" filesonly="false" whenempty="skip" update="false"/>
-               <delete dir="${feature.temp.folder}"/>
-       </target>
-
-       <target name="zip.sources" depends="init">
-               <delete dir="${feature.temp.folder}"/>
-               <mkdir dir="${feature.temp.folder}"/>
-               <antcall target="all.children">
-                       <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/net.sourceforge.phpeclipse.core.source_1.1.2/src"/>
-                       <param name="include.children" value="true"/>
-                       <param name="target" value="gather.sources"/>
-               </antcall>
-               <zip zipfile="${feature.destination}/net.sourceforge.phpeclipse.core_1.1.2.src.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>
-               <delete dir="${feature.temp.folder}"/>
-       </target>
-
-       <target name="zip.logs" depends="init">
-               <delete dir="${feature.temp.folder}"/>
-               <mkdir dir="${feature.temp.folder}"/>
-               <antcall target="all.children" inheritAll="false">
-                       <param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/>
-                       <param name="include.children" value="true"/>
-                       <param name="target" value="gather.logs"/>
-               </antcall>
-               <zip zipfile="${feature.destination}/net.sourceforge.phpeclipse.core_1.1.2.log.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>
-               <delete dir="${feature.temp.folder}"/>
-       </target>
-
-       <target name="clean" depends="init" description="Clean the feature: net.sourceforge.phpeclipse.core of all the zips, jars and logs created.">
-               <delete file="${feature.destination}/net.sourceforge.phpeclipse.core_1.1.2.jar"/>
-               <delete file="${feature.destination}/net.sourceforge.phpeclipse.core_1.1.2.bin.dist.zip"/>
-               <delete file="${feature.destination}/net.sourceforge.phpeclipse.core_1.1.2.log.zip"/>
-               <delete file="${feature.destination}/net.sourceforge.phpeclipse.core_1.1.2.src.zip"/>
-               <delete dir="${feature.temp.folder}"/>
-               <antcall target="all.children">
-                       <param name="target" value="clean"/>
-               </antcall>
-       </target>
-
-       <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
-               <eclipse.convertPath fileSystemPath="C:/eclipse3/workspace/net.sourceforge.phpeclipse.feature.core/" property="resourcePath"/>
-               <eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
-               <antcall target="all.children">
-                       <param name="target" value="refresh"/>
-               </antcall>
-       </target>
-       <target name="gather.sources">
-               <antcall target="children">
-                       <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/net.sourceforge.phpeclipse.core.source_1.1.2/src"/>
-                       <param name="target" value="gather.sources"/>
-               </antcall>
-       </target>
-
-       <target name="gather.logs" depends="init">
-               <mkdir dir="${feature.temp.folder}"/>
-               <antcall target="all.children" inheritAll="false">
-                       <param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/>
-                       <param name="target" value="gather.logs"/>
-               </antcall>
-       </target>
-
-</project>
diff --git a/net.sourceforge.phpeclipse.feature.core/build_export.xml b/net.sourceforge.phpeclipse.feature.core/build_export.xml
deleted file mode 100644 (file)
index b85f1e1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="build" default="feature_export">
-       <target name="feature_export">
-               <pde.exportFeatures features="net.sourceforge.phpeclipse" destination="C:\eclipse3\workspace\net.sourceforge.phpeclipse.feature" filename="net.sourceforge.phpeclipse_1.1.1.zip" exportType="zip" exportSource="true"/>
-       </target>
-</project>
diff --git a/net.sourceforge.phpeclipse.feature/build_export.xml b/net.sourceforge.phpeclipse.feature/build_export.xml
deleted file mode 100644 (file)
index b85f1e1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="build" default="feature_export">
-       <target name="feature_export">
-               <pde.exportFeatures features="net.sourceforge.phpeclipse" destination="C:\eclipse3\workspace\net.sourceforge.phpeclipse.feature" filename="net.sourceforge.phpeclipse_1.1.1.zip" exportType="zip" exportSource="true"/>
-       </target>
-</project>
diff --git a/net.sourceforge.phpeclipse.nl1/build.xml b/net.sourceforge.phpeclipse.nl1/build.xml
deleted file mode 100644 (file)
index a21e947..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="net.sourceforge.phpeclipse.nl1" default="build.jars" basedir=".">
-
-       <property name="bootclasspath" value=""/>
-       <property name="ws" value="win32"/>
-       <property name="os" value="win32"/>
-       <property name="arch" value="x86"/>
-       <property name="javacFailOnError" value="false"/>
-       <property name="javacDebugInfo" value="on"/>
-       <property name="javacVerbose" value="true"/>
-
-       <target name="init" depends="properties">
-               <property name="fragment" value="net.sourceforge.phpeclipse.nl1"/>
-               <property name="version.suffix" value="_1.0.9"/>
-               <property name="full.name" value="${fragment}${version.suffix}"/>
-               <property name="temp.folder" value="${basedir}/temp.folder"/>
-               <property name="plugin.destination" value="${basedir}"/>
-               <property name="build.result.folder" 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.nl1 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}/${full.name}.jar" basedir="${temp.folder}/${full.name}" filesonly="false" update="no"/>
-               <delete dir="${temp.folder}"/>
-       </target>
-
-       <target name="gather.bin.parts" depends="init" if="destination.temp.folder">
-               <mkdir dir="${destination.temp.folder}/${full.name}"/>
-               <copy file="${build.result.folder}/nl1.jar" todir="${destination.temp.folder}/${full.name}"/>
-               <copy todir="${destination.temp.folder}/${full.name}">
-                       <fileset dir="${basedir}" includes="fragment.xml,*.jar,nl1.jar"/>
-               </copy>
-       </target>
-
-       <target name="nl1.jar" depends="init" unless="nl1.jar" description="Create jar: nl1.jar.">
-               <property name="destdir" value="${temp.folder}/nl1.jar.bin"/>
-               <delete dir="${temp.folder}/nl1.jar.bin"/>
-               <mkdir dir="${temp.folder}/nl1.jar.bin"/>
-               <!-- compile the source code -->
-               <javac destdir="${temp.folder}/nl1.jar.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bootclasspath}" classpath="../../plugins/org.eclipse.core.boot_2.1.1/bin;../../plugins/org.eclipse.core.boot_2.1.1/boot.jar;../net.sourceforge.phpeclipse/bin;../net.sourceforge.phpeclipse/phpeclipse.jar;../../plugins/org.eclipse.core.runtime_2.1.1/bin;../../plugins/org.eclipse.core.runtime_2.1.1/runtime.jar;../../plugins/org.apache.xerces_4.0.13/bin;../../plugins/org.apache.xerces_4.0.13/xmlParserAPIs.jar;../../plugins/org.apache.xerces_4.0.13/xercesImpl.jar;../../plugins/org.eclipse.core.resources_2.1.1/bin;../../plugins/org.eclipse.core.resources_2.1.1/resources.jar;../../plugins/org.eclipse.core.resources.win32_2.1.0/resources.jar;../../plugins/org.eclipse.ui_2.1.1/bin;../../plugins/org.eclipse.ui_2.1.1/ui.jar;../../plugins/org.eclipse.update.core_2.1.0/bin;../../plugins/org.eclipse.update.core_2.1.0/updatecore.jar;../../plugins/org.eclipse.update.core.win32_2.1.0/updatecore.jar;../../plugins/org.eclipse.help_2.1.1/bin;../../plugins/org.eclipse.help_2.1.1/help.jar;../../plugins/org.apache.lucene_1.2.1/bin;../../plugins/org.apache.lucene_1.2.1/parser.jar;../../plugins/org.apache.lucene_1.2.1/lucene-1.2.jar;../../plugins/org.eclipse.help.appserver_2.1.0/bin;../../plugins/org.eclipse.help.appserver_2.1.0/appserver.jar;../../plugins/org.eclipse.swt_2.1.1/bin;../../plugins/org.eclipse.swt_2.1.1/ws/${ws}/swt.jar;../../plugins/org.eclipse.swt.win32_2.1.1/ws/${ws}/swt.jar;../../plugins/org.eclipse.text_2.1.0/bin;../../plugins/org.eclipse.text_2.1.0/text.jar;../../plugins/org.eclipse.jface_2.1.1/bin;../../plugins/org.eclipse.jface_2.1.1/jface.jar;../../plugins/org.eclipse.jface.text_2.1.0/bin;../../plugins/org.eclipse.jface.text_2.1.0/jfacetext.jar;../../plugins/org.eclipse.ui.views_2.1.0/bin;../../plugins/org.eclipse.ui.views_2.1.0/views.jar;../../plugins/org.eclipse.ui.workbench_2.1.1/bin;../../plugins/org.eclipse.ui.workbench_2.1.1/workbench.jar;../../plugins/org.eclipse.ui.win32_2.1.0/workbench.jar;../../plugins/org.eclipse.ui.win32_2.1.0/bin;../../plugins/org.eclipse.ui.win32_2.1.0/workbenchwin32.jar;../../plugins/org.eclipse.ui.workbench.texteditor_2.1.0/bin;../../plugins/org.eclipse.ui.workbench.texteditor_2.1.0/texteditor.jar;../../plugins/org.eclipse.ui.editors_2.1.0/bin;../../plugins/org.eclipse.ui.editors_2.1.0/editors.jar;../../plugins/org.eclipse.ui.externaltools_2.1.1/bin;../../plugins/org.eclipse.ui.externaltools_2.1.1/externaltools.jar;../../plugins/org.apache.ant_1.5.3/bin;../../plugins/org.apache.ant_1.5.3/ant.jar;../../plugins/org.apache.ant_1.5.3/optional.jar;../../plugins/org.eclipse.ant.core_2.1.1/bin;../../plugins/org.eclipse.ant.core_2.1.1/antsupport.jar;../../plugins/org.eclipse.debug.core_2.1.0/bin;../../plugins/org.eclipse.debug.core_2.1.0/dtcore.jar;../../plugins/org.eclipse.debug.ui_2.1.1/bin;../../plugins/org.eclipse.debug.ui_2.1.1/dtui.jar;../../plugins/org.eclipse.search_2.1.1/bin;../../plugins/org.eclipse.search_2.1.1/search.jar;../../plugins/org.eclipse.update.ui_2.1.1/bin;../../plugins/org.eclipse.update.ui_2.1.1/updateui.jar;../../plugins/org.eclipse.update.ui.win32_2.1.0/updateui.jar;../../plugins/org.eclipse.update.ui.win32_2.1.0/bin;../../plugins/org.eclipse.update.ui.win32_2.1.0/updateui32.jar;../../plugins/org.eclipse.update.ui.forms_2.1.0/bin;../../plugins/org.eclipse.update.ui.forms_2.1.0/forms.jar">
-                       <src path="src/"/>
-               </javac>
-               <!-- copy necessary resources -->
-               <copy todir="${temp.folder}/nl1.jar.bin">
-                       <fileset dir="src/" excludes="**/*.java"/>
-               </copy>
-               <mkdir dir="${build.result.folder}"/>
-               <jar jarfile="${build.result.folder}/nl1.jar" basedir="${temp.folder}/nl1.jar.bin"/>
-               <delete dir="${temp.folder}/nl1.jar.bin"/>
-       </target>
-
-       <target name="nl1src.zip" depends="init" unless="nl1.jar">
-               <mkdir dir="${build.result.folder}"/>
-               <zip zipfile="${build.result.folder}/nl1src.zip" filesonly="false" update="no">
-                       <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.nl1.">
-               <available property="nl1.jar" file="${build.result.folder}/nl1.jar"/>
-               <antcall target="nl1.jar"/>
-       </target>
-
-       <target name="build.sources" depends="init">
-               <available property="nl1src.zip" file="${build.result.folder}/nl1src.zip"/>
-               <antcall target="nl1src.zip"/>
-       </target>
-
-               <target name="build.zips" depends="init">
-               </target>
-
-       <target name="gather.sources" depends="init" if="destination.temp.folder">
-               <mkdir dir="${destination.temp.folder}/${full.name}"/>
-               <copy file="${build.result.folder}/nl1src.zip" todir="${destination.temp.folder}/${full.name}"/>
-       </target>
-
-       <target name="gather.logs" depends="init" if="destination.temp.folder">
-               <mkdir dir="${destination.temp.folder}/${full.name}"/>
-               <copy file="${temp.folder}/nl1.jar.bin.log" todir="${destination.temp.folder}/${full.name}"/>
-       </target>
-
-       <target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.nl1 of all the zips, jars and logs created.">
-               <delete file="${build.result.folder}/nl1.jar"/>
-               <delete file="${build.result.folder}/nl1src.zip"/>
-               <delete file="${plugin.destination}/${full.name}.jar"/>
-               <delete file="${plugin.destination}/${full.name}.zip"/>
-               <delete dir="${temp.folder}"/>
-       </target>
-
-       <target name="refresh" depends="init" if="eclipse.running">
-               <eclipse.convertPath fileSystemPath="D:\eclipse\workspace\net.sourceforge.phpeclipse.nl1\" 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.nl1.">
-               <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>
-               <antcall target="zip.folder"/>
-               <delete dir="${temp.folder}"/>
-       </target>
-       <target name="zip.folder" depends="init">
-               <zip zipfile="${plugin.destination}/${full.name}.zip" basedir="${temp.folder}" filesonly="true" update="no" excludes="**/*.bin.log"/>
-       </target>
-
-</project>
diff --git a/net.sourceforge.phpeclipse.phpunit/build.xml b/net.sourceforge.phpeclipse.phpunit/build.xml
deleted file mode 100644 (file)
index 0319d09..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="net.sourceforge.phpeclipse.phpunit" 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.phpunit">
-                       <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.phpunit 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.phpunit_1.0.0.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.phpunit_1.0.0" filesonly="false" whenempty="skip" update="false"/>
-               <delete dir="${temp.folder}"/>
-       </target>
-
-       <target name="phpunit.jar" depends="init" unless="phpunit.jar" description="Create jar: phpunit.jar.">
-               <delete dir="${temp.folder}/phpunit.jar.bin"/>
-               <mkdir dir="${temp.folder}/phpunit.jar.bin"/>
-               <!-- compile the source code -->
-               <javac destdir="${temp.folder}/phpunit.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.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.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.update.configurator_3.0.0/configurator.jar"/>
-                               <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.ide_3.0.1/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="../../../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="../../../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="../../../eclipse301/plugins/org.eclipse.ui.editors_3.0.1/editors.jar"/>
-                               <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.texteditor_3.0.1/texteditor.jar"/>
-                               <pathelement path="../../../eclipse301/plugins/org.eclipse.jface.text_3.0.1/jfacetext.jar"/>
-                               <pathelement path="../../../eclipse301/plugins/org.eclipse.text_3.0.1/text.jar"/>
-                               <pathelement path="../../../eclipse301/plugins/org.eclipse.core.filebuffers_3.0.1/filebuffers.jar"/>
-                       </classpath>
-                       <src path="src/"                        />
-                       </javac>
-               <!-- Copy necessary resources -->
-               <copy todir="${temp.folder}/phpunit.jar.bin" failonerror="true">
-                       <fileset dir="src/" excludes="**/*.java, **/package.htm*"                       />
-               </copy>
-               <mkdir dir="${build.result.folder}"/>
-               <jar jarfile="${build.result.folder}/phpunit.jar" basedir="${temp.folder}/phpunit.jar.bin"/>
-               <delete dir="${temp.folder}/phpunit.jar.bin"/>
-       </target>
-
-       <target name="phpunitsrc.zip" depends="init" unless="phpunitsrc.zip">
-               <mkdir dir="${build.result.folder}"/>
-               <zip zipfile="${build.result.folder}/phpunitsrc.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.phpunit.">
-               <available property="phpunit.jar" file="${build.result.folder}/phpunit.jar"/>
-               <antcall target="phpunit.jar"/>
-       </target>
-
-       <target name="build.sources" depends="init">
-               <available property="phpunitsrc.zip" file="${build.result.folder}/phpunitsrc.zip"/>
-               <antcall target="phpunitsrc.zip"/>
-       </target>
-
-       <target name="gather.bin.parts" depends="init" if="destination.temp.folder">
-               <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phpunit_1.0.0"/>
-               <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phpunit_1.0.0" failonerror="true">
-                       <fileset dir="${build.result.folder}" includes="phpunit.jar"                    />
-               </copy>
-               <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phpunit_1.0.0" failonerror="true">
-                       <fileset dir="${basedir}" includes="plugin.xml,*.jar,phpunit.jar,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.phpunit_1.0.0"/>
-               <copy file="${build.result.folder}/phpunitsrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phpunit_1.0.0" failonerror="false"/>
-               <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phpunit_1.0.0" failonerror="false">
-                       <fileset dir="${basedir}" includes="src/,build.properties,build.xml"                    />
-               </copy>
-       </target>
-
-       <target name="gather.logs" depends="init" if="destination.temp.folder">
-               <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phpunit_1.0.0"/>
-               <copy file="${temp.folder}/phpunit.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phpunit_1.0.0" failonerror="false"/>
-       </target>
-
-       <target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.phpunit of all the zips, jars and logs created.">
-               <delete file="${build.result.folder}/phpunit.jar"/>
-               <delete file="${build.result.folder}/phpunitsrc.zip"/>
-               <delete file="${plugin.destination}/net.sourceforge.phpeclipse.phpunit_1.0.0.jar"/>
-               <delete file="${plugin.destination}/net.sourceforge.phpeclipse.phpunit_1.0.0.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.phpunit" 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.phpunit.">
-               <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.phpunit_1.0.0.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
-               <delete dir="${temp.folder}"/>
-       </target>
-
-</project>