1<?xml version="1.0" encoding="UTF-8"?>
2<project name="net.sourceforge.phpeclipse" default="build.jars" basedir=".">
3
4	<property name="basews" value="${ws}"/>
5	<property name="baseos" value="${os}"/>
6	<property name="basearch" value="${arch}"/>
7	<property name="basenl" value="${nl}"/>
8	<property name="bundleId" value="net.sourceforge.phpeclipse"/>
9	<property name="bundleVersion" value="1.2.3.200910091456PRD"/>
10
11	<!-- Compiler settings. -->
12	<property name="javacFailOnError" value="false"/>
13	<property name="javacDebugInfo" value="on"/>
14	<property name="javacVerbose" value="false"/>
15	<property name="logExtension" value=".log"/>
16	<property name="compilerArg" value=""/>
17	<property name="javacSource" value="1.3"/>
18	<property name="javacTarget" value="1.2"/>
19	<condition property="dir_bootclasspath" value="${java.home}/../Classes">
20		<os family="mac"/>
21	</condition>
22	<property name="dir_bootclasspath" value="${java.home}/lib"/>
23	<path id="path_bootclasspath">
24		<fileset dir="${dir_bootclasspath}">
25			<include name="*.jar"/>
26		</fileset>
27	</path>
28	<property name="bootclasspath" refid="path_bootclasspath"/>
29	<condition property="bundleBootClasspath" value="${J2SE-1.4}">
30		<isset property="J2SE-1.4"/>
31	</condition>
32	<condition property="bundleJavacSource" value="1.3">
33		<isset property="J2SE-1.4"/>
34	</condition>
35	<condition property="bundleJavacTarget" value="1.2">
36		<isset property="J2SE-1.4"/>
37	</condition>
38	<property name="bundleJavacSource" value="${javacSource}"/>
39	<property name="bundleJavacTarget" value="${javacTarget}"/>
40	<property name="bundleBootClasspath" value="${bootclasspath}"/>
41
42	<target name="init" depends="properties">
43		<condition property="pluginTemp" value="${buildTempFolder}/plugins">
44			<isset property="buildTempFolder"/>
45		</condition>
46		<property name="pluginTemp" value="${basedir}"/>
47		<condition property="build.result.folder" value="${pluginTemp}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD">
48			<isset property="buildTempFolder"/>
49		</condition>
50		<property name="build.result.folder" value="${basedir}"/>
51		<property name="temp.folder" value="${basedir}/temp.folder"/>
52		<property name="plugin.destination" value="${basedir}"/>
53	</target>
54
55	<target name="properties" if="eclipse.running">
56		<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
57
58	</target>
59
60	<target name="build.update.jar" depends="init" description="Build the plug-in: net.sourceforge.phpeclipse for an update site.">
61		<delete dir="${temp.folder}"/>
62		<mkdir dir="${temp.folder}"/>
63		<antcall target="build.jars"/>
64		<antcall target="gather.bin.parts">
65			<param name="destination.temp.folder" value="${temp.folder}/"/>
66		</antcall>
67		<jar destfile="${plugin.destination}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD" filesetmanifest="merge"/>
68		<delete dir="${temp.folder}"/>
69	</target>
70
71	<target name="phpeclipse.jar" depends="init" unless="phpeclipse.jar" description="Create jar: net.sourceforge.phpeclipse phpeclipse.jar.">
72		<delete dir="${temp.folder}/phpeclipse.jar.bin"/>
73		<mkdir dir="${temp.folder}/phpeclipse.jar.bin"/>
74		<path id="phpeclipse.jar.classpath">
75			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar"/>
76			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.osgi_3.3.1.R33x_v20070828.jar"/>
77			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar"/>
78			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.jobs_3.3.1.R33x_v20070709.jar"/>
79			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316/runtime_registry_compatibility.jar"/>
80			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316/@dot"/>
81			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.equinox.registry_3.3.1.R33x_v20070802.jar"/>
82			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.equinox.preferences_3.2.100.v20070522.jar"/>
83			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.contenttype_3.2.100.v20070319.jar"/>
84			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar"/>
85			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.equinox.app_1.0.1.R33x_v20070828.jar"/>
86			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.osgi.services_3.1.200.v20070605.jar"/>
87			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/javax.servlet_2.4.0.v200706111738.jar"/>
88			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui_3.3.1.M20070910-0800b.jar"/>
89			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.swt_3.3.2.v3347.jar"/>
90			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.swt.gtk.linux.x86_3.3.2.v3347.jar"/>
91			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.jface_3.3.1.M20070910-0800b.jar"/>
92			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.commands_3.3.0.I20070605-0010.jar"/>
93			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.workbench_3.3.1.M20070921-1200.jar"/>
94			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20070319-0010/@dot"/>
95			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20070319-0010/compatibility.jar"/>
96			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/com.ibm.icu36.data.update_3.6.1.v20071204_2007j/icu-jse4.jar"/>
97			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/com.ibm.icu36.data.update_3.6.1.v20071204_2007j/icu-data.jar"/>
98			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/com.ibm.icu36.data.update_3.6.1.v20071204_2007j/@dot"/>
99			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/com.ibm.icu36.data.update_3.6.1.v20080102_2007k/icu-jse4.jar"/>
100			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/com.ibm.icu36.data.update_3.6.1.v20080102_2007k/icu-data.jar"/>
101			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/com.ibm.icu36.data.update_3.6.1.v20080102_2007k/@dot"/>
102			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/com.ibm.icu_3.6.1.v20070906.jar"/>
103			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.help_3.3.1.v20070726_33x.jar"/>
104			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.expressions_3.3.0.v20070606-0010.jar"/>
105			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.jface.databinding_1.1.1.M20070910-0800b.jar"/>
106			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.databinding_1.0.1.M20070822-0800.jar"/>
107			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar"/>
108			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.resources.compatibility_3.2.100.v20070502.jar"/>
109			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ant.core_3.1.200.v20070522.jar"/>
110			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.variables_3.2.0.v20070426.jar"/>
111			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.filesystem_1.1.0.v20070606.jar"/>
112			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416.jar"/>
113			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.console_3.2.1.v20070824_r331.jar"/>
114			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.jface.text_3.3.1.r331_v20070629.jar"/>
115			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.text_3.3.0.v20070606-0010.jar"/>
116			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.workbench.texteditor_3.3.1.r331_v20070806.jar"/>
117			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.search_3.3.1.r331_v20070831-0800.jar"/>
118			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.filebuffers_3.3.1.r331_v20070829.jar"/>
119			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar"/>
120			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.views_3.2.101.M20070910-0800b.jar"/>
121			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.update.configurator_3.2.101.R33x_v20070810.jar"/>
122			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.update.core_3.2.101.R33x_v20070911.jar"/>
123			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.update.core.linux_3.2.0.v20070615.jar"/>
124			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.core.net_1.0.1.r33x_20070709.jar"/>
125			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.update.ui_3.2.100.v20070615.jar"/>
126			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.forms_3.3.0.v20070511.jar"/>
127			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.debug.ui_3.3.1.v20070731_r331.jar"/>
128			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.debug.core_3.3.1.v20070731_r331.jar"/>
129			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.editors_3.3.1.r331_v20070629.jar"/>
130			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.team.core_3.3.1.r33x_20070807.jar"/>
131			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/bin/"/>
132			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser_1.2.3.200910091456PRD/bin/"/>
133			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/webbrowser.jar"/>
134			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser_1.2.3.200910091456PRD/webbrowser.jar"/>
135			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.externaltools/bin/"/>
136			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.externaltools_1.2.3.200910091456PRD/bin/"/>
137			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.externaltools/externaltools.jar"/>
138			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.externaltools_1.2.3.200910091456PRD/externaltools.jar"/>
139			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.externaltools_3.1.200.v20070416.jar"/>
140			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.ui/ui.jar"/>
141			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.ui_1.2.3.200910091456PRD/ui.jar"/>
142			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.core/bin/"/>
143			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.core_1.2.3.200910091456PRD/bin/"/>
144			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.core/webcore.jar"/>
145			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.core_1.2.3.200910091456PRD/webcore.jar"/>
146			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.ui/xmlui.jar"/>
147			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.ui_1.2.3.200910091456PRD/xmlui.jar"/>
148			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.core/xmlcore.jar"/>
149			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.core_1.2.3.200910091456PRD/xmlcore.jar"/>
150			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.compare_3.3.1.r33x_20070906.jar"/>
151			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ltk.core.refactoring_3.3.1.r331_v20070829.jar"/>
152			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ltk.ui.refactoring_3.3.1.r331_v20070829.jar"/>
153			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.navigator_3.3.2.M20071022-1600a.jar"/>
154			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.team.ui_3.3.1.r33x_20070730.jar"/>
155			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.navigator.resources_3.3.1.M20070831-2000.jar"/>
156			<pathelement path="../../../../../../software/eclipse/eclipse.3.3.1.1/plugins/org.eclipse.ui.views.properties.tabbed_3.3.1.M20070831-0800.jar"/>
157			<pathelement path="compatibility.jar"/>
158			<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse_1.2.3.200910091456PRD/compatibility.jar"/>
159		</path>
160		<!-- compile the source code -->
161		<javac destdir="${temp.folder}/phpeclipse.jar.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bundleBootClasspath}" source="${bundleJavacSource}" target="${bundleJavacTarget}"		>
162			<compilerarg line="${compilerArg}" compiler="${build.compiler}"/>
163			<classpath refid="phpeclipse.jar.classpath" />
164			<src path="src/"			/>
165			<compilerarg value="@${basedir}/javaCompiler.phpeclipse.jar.args" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
166			<compilerarg line="-log '${temp.folder}/phpeclipse.jar.bin${logExtension}'" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
167		</javac>
168		<!-- Copy necessary resources -->
169		<copy todir="${temp.folder}/phpeclipse.jar.bin" failonerror="true" overwrite="false">
170			<fileset dir="src/">
171				<exclude name="**/*.java"/>
172				<exclude name="**/package.htm*"/>
173			</fileset>
174		</copy>
175		<mkdir dir="${build.result.folder}"/>
176		<jar destfile="${build.result.folder}/phpeclipse.jar" basedir="${temp.folder}/phpeclipse.jar.bin"/>
177		<delete dir="${temp.folder}/phpeclipse.jar.bin"/>
178	</target>
179
180	<target name="phpeclipsesrc.zip" depends="init" unless="phpeclipsesrc.zip">
181		<mkdir dir="${build.result.folder}"/>
182		<zip destfile="${build.result.folder}/phpeclipsesrc.zip" filesonly="false" whenempty="skip" update="false">
183			<fileset dir="src/">
184				<include name="**/*.java"/>
185			</fileset>
186		</zip>
187	</target>
188
189	<target name="build.jars" depends="init" description="Compile classes and build nested jars for the plug-in: net.sourceforge.phpeclipse.">
190		<available property="phpeclipse.jar" file="${build.result.folder}/phpeclipse.jar"/>
191		<antcall target="phpeclipse.jar"/>
192	</target>
193
194	<target name="build.sources" depends="init">
195		<available property="phpeclipsesrc.zip" file="${build.result.folder}/phpeclipsesrc.zip"/>
196		<antcall target="phpeclipsesrc.zip"/>
197	</target>
198
199	<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
200		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD"/>
201		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD" failonerror="true" overwrite="false">
202			<fileset dir="${build.result.folder}">
203				<include name="phpeclipse.jar"/>
204			</fileset>
205		</copy>
206		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD" failonerror="true" overwrite="false">
207			<fileset dir="${basedir}">
208				<include name="phpeclipse.jar"/>
209				<include name="icons/"/>
210				<include name="install.txt"/>
211				<include name="plugin.properties"/>
212				<include name="plugin.xml"/>
213				<include name="cpl-v10.html"/>
214				<include name="templates/"/>
215				<include name="META-INF/"/>
216				<include name="TODO"/>
217				<include name="about.ini"/>
218				<include name=".template"/>
219				<include name="phpeclipse16.gif"/>
220				<include name="phpeclipse32.gif"/>
221				<include name="prefs/"/>
222			</fileset>
223		</copy>
224		<!--eclipse.versionReplacer path="${destination.temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD" version="1.2.3.200910091456PRD"/-->
225	</target>
226
227	<target name="build.zips" depends="init">
228	</target>
229
230	<target name="gather.sources" depends="init" if="destination.temp.folder">
231		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD"/>
232		<copy file="${build.result.folder}/phpeclipsesrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD" failonerror="false" overwrite="false"/>
233		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD" failonerror="false" overwrite="false">
234			<fileset dir="${basedir}">
235				<include name="src/"/>
236				<include name="icons/"/>
237				<include name=".classpath"/>
238				<include name=".cvsignore"/>
239				<include name=".project"/>
240				<include name=".template"/>
241				<include name="META-INF/"/>
242				<include name="TODO"/>
243				<include name="about.ini"/>
244				<include name="build.properties"/>
245				<include name="cpl-v10.html"/>
246				<include name="install.txt"/>
247				<include name="phpeclipse16.gif"/>
248				<include name="phpeclipse32.gif"/>
249				<include name="prefs/"/>
250				<include name="plugin.xml"/>
251				<include name="plugin.properties"/>
252				<include name="templates/"/>
253				<include name="test/"/>
254			</fileset>
255		</copy>
256	</target>
257
258	<target name="gather.logs" depends="init" if="destination.temp.folder">
259		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD"/>
260		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD" failonerror="false" overwrite="false">
261			<fileset dir="${temp.folder}">
262				<include name="phpeclipse.jar.bin${logExtension}"/>
263			</fileset>
264		</copy>
265	</target>
266
267	<target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse of all the zips, jars and logs created.">
268		<delete file="${build.result.folder}/phpeclipse.jar"/>
269		<delete file="${build.result.folder}/phpeclipsesrc.zip"/>
270		<delete file="${plugin.destination}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD.jar"/>
271		<delete file="${plugin.destination}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD.zip"/>
272		<delete dir="${temp.folder}"/>
273	</target>
274
275	<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
276		<eclipse.convertPath fileSystemPath="/data/builds/PHPEclipse/build/stable/plugins/net.sourceforge.phpeclipse" property="resourcePath"/>
277		<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
278	</target>
279
280	<target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: net.sourceforge.phpeclipse.">
281		<delete dir="${temp.folder}"/>
282		<mkdir dir="${temp.folder}"/>
283		<antcall target="build.jars"/>
284		<antcall target="build.sources"/>
285		<antcall target="gather.bin.parts">
286			<param name="destination.temp.folder" value="${temp.folder}/"/>
287		</antcall>
288		<antcall target="gather.sources">
289			<param name="destination.temp.folder" value="${temp.folder}/"/>
290		</antcall>
291		<delete>
292			<fileset dir="${temp.folder}">
293				<include name="**/*.bin${logExtension}"/>
294			</fileset>
295		</delete>
296		<zip destfile="${plugin.destination}/net.sourceforge.phpeclipse_1.2.3.200910091456PRD.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
297		<delete dir="${temp.folder}"/>
298	</target>
299
300</project>
301