Removed temporary file build.xml from CVS for several plugins.
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / build.xml
diff --git a/net.sourceforge.phpeclipse.debug.core/build.xml b/net.sourceforge.phpeclipse.debug.core/build.xml
deleted file mode 100644 (file)
index 1c20c6b..0000000
+++ /dev/null
@@ -1,198 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="net.sourceforge.phpeclipse.debug.core" default="build.jars" basedir=".">
-
-       <property name="basews" value="${ws}"/>
-       <property name="baseos" value="${os}"/>
-       <property name="basearch" value="${arch}"/>
-       <property name="basenl" value="${nl}"/>
-
-       <!-- Compiler settings. -->
-       <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=""/>
-       <path id="path_bootclasspath">
-               <fileset dir="${java.home}/lib">
-                       <include name="*.jar"/>
-               </fileset>
-       </path>
-       <property name="bootclasspath" refid="path_bootclasspath"/>
-
-       <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.debug.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.debug.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 destfile="${plugin.destination}/net.sourceforge.phpeclipse.debug.core_1.1.7.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.debug.core_1.1.7" filesonly="false" whenempty="skip" update="false"/>
-               <delete dir="${temp.folder}"/>
-       </target>
-
-       <target name="core.jar" depends="init" unless="core.jar" description="Create jar: net.sourceforge.phpeclipse.debug.core core.jar.">
-               <delete dir="${temp.folder}/core.jar.bin"/>
-               <mkdir dir="${temp.folder}/core.jar.bin"/>
-               <!-- compile the source code -->
-               <javac destdir="${temp.folder}/core.jar.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bootclasspath}" source="${javacSource}" target="${javacTarget}"              >
-                       <compilerarg line="${compilerArg}"/>
-                       <classpath>
-                               <pathelement path="..\..\plugins\org.eclipse.ui_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.core.runtime_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.osgi_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.help_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.swt_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.swt.win32.win32.x86_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.jface_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.core.commands_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.ui.workbench_3.1.0.jar"/>
-                               <pathelement path="../../plugins/org.eclipse.ui.workbench.compatibility_3.1.0/compatibility.jar"/>
-                               <pathelement path="../../plugins/org.eclipse.ui.workbench.compatibility_3.1.0/@dot"/>
-                               <pathelement path="..\..\plugins\org.eclipse.core.expressions_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.core.resources_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.core.resources.compatibility_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.core.resources.win32_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.core.runtime.compatibility_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.update.configurator_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.ant.core_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.core.variables_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.debug.core_3.1.0.jar"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse/bin/"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse/phpeclipse.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.ui.console_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.jface.text_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.text_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.ui.workbench.texteditor_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.search_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.ui.ide_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.ui.win32_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.ui.views_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.update.core_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.update.core.win32_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.update.ui_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.ui.forms_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.ui.editors_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.core.filebuffers_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.debug.ui_3.1.0.jar"/>
-                               <pathelement path="..\..\plugins\org.eclipse.compare_3.1.0.jar"/>
-                               <pathelement path="../org.eclipse.ui.externaltools/bin"/>
-                               <pathelement path="../org.eclipse.ui.externaltools/@dot"/>
-                               <pathelement path="..\..\plugins\org.eclipse.team.core_3.1.0.jar"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/bin/"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/webbrowser.jar"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.externaltools/bin/"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.externaltools/externaltools.jar"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.ui/bin"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.ui/ui.jar"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.core/bin/"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.core/webcore.jar"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.core/bin"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.core/xmlcore.jar"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.ui/bin"/>
-                               <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.ui/xmlui.jar"/>
-                       </classpath>
-                       <src path="src/"                        />
-                       </javac>
-               <!-- Copy necessary resources -->
-               <copy todir="${temp.folder}/core.jar.bin" failonerror="true" overwrite="false">
-                       <fileset dir="src/" excludes="**/*.java, **/package.htm*,null"                  />
-               </copy>
-               <mkdir dir="${build.result.folder}"/>
-               <jar destfile="${build.result.folder}/core.jar" basedir="${temp.folder}/core.jar.bin"/>
-               <delete dir="${temp.folder}/core.jar.bin"/>
-       </target>
-
-       <target name="coresrc.zip" depends="init" unless="coresrc.zip">
-               <mkdir dir="${build.result.folder}"/>
-               <zip destfile="${build.result.folder}/coresrc.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.debug.core.">
-               <available property="core.jar" file="${build.result.folder}/core.jar"/>
-               <antcall target="core.jar"/>
-       </target>
-
-       <target name="build.sources" depends="init">
-               <available property="coresrc.zip" file="${build.result.folder}/coresrc.zip"/>
-               <antcall target="coresrc.zip"/>
-       </target>
-
-       <target name="gather.bin.parts" depends="init" if="destination.temp.folder">
-               <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.debug.core_1.1.7"/>
-               <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.debug.core_1.1.7" failonerror="true" overwrite="false">
-                       <fileset dir="${build.result.folder}" includes="core.jar"                       />
-               </copy>
-               <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.debug.core_1.1.7" failonerror="true" overwrite="false">
-                       <fileset dir="${basedir}" includes="core.jar,.classpath,.project,.template,os/,plugin.properties,plugin.xml"                    />
-               </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.debug.core_1.1.7"/>
-               <copy file="${build.result.folder}/coresrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.debug.core_1.1.7" failonerror="false" overwrite="false"/>
-               <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.debug.core_1.1.7" failonerror="false" overwrite="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.debug.core_1.1.7"/>
-               <copy file="${temp.folder}/core.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.debug.core_1.1.7" failonerror="false" overwrite="false"/>
-       </target>
-
-       <target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.debug.core of all the zips, jars and logs created.">
-               <delete file="${build.result.folder}/core.jar"/>
-               <delete file="${build.result.folder}/coresrc.zip"/>
-               <delete file="${plugin.destination}/net.sourceforge.phpeclipse.debug.core_1.1.7.jar"/>
-               <delete file="${plugin.destination}/net.sourceforge.phpeclipse.debug.core_1.1.7.zip"/>
-               <delete dir="${temp.folder}"/>
-       </target>
-
-       <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
-               <eclipse.convertPath fileSystemPath="C:/eclipse31/workspace/net.sourceforge.phpeclipse.debug.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.debug.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 destfile="${plugin.destination}/net.sourceforge.phpeclipse.debug.core_1.1.7.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
-               <delete dir="${temp.folder}"/>
-       </target>
-
-</project>