X-Git-Url: http://secure.phpeclipse.com

diff --git a/archive/net.sourceforge.phpeclipse.wiki/build.xml b/archive/net.sourceforge.phpeclipse.wiki/build.xml
index 4ad0f51..937ac37 100644
--- a/archive/net.sourceforge.phpeclipse.wiki/build.xml
+++ b/archive/net.sourceforge.phpeclipse.wiki/build.xml
@@ -37,7 +37,7 @@
 		<antcall target="gather.bin.parts">
 			<param name="destination.temp.folder" value="${temp.folder}/"/>
 		</antcall>
-		<zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.wiki_1.1.1.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.1" filesonly="false" whenempty="skip" update="false"/>
+		<zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.wiki_1.1.3.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.3" filesonly="false" whenempty="skip" update="false"/>
 		<delete dir="${temp.folder}"/>
 	</target>
 
@@ -48,12 +48,6 @@
 		<javac destdir="${temp.folder}/wiki.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.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.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"/>
@@ -63,6 +57,12 @@
 				<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.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.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"/>
@@ -88,11 +88,17 @@
 				<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.core.filebuffers_3.0.1/filebuffers.jar"/>
-				<pathelement path="../net.sourceforge.phpeclipse.webbrowser/bin"/>
-				<pathelement path="../net.sourceforge.phpeclipse.webbrowser/webbrowser.jar"/>
-				<pathelement path="radeox.jar"/>
-				<pathelement path="commons-logging.jar"/>
-				<pathelement path="commons-httpclient-2.0.2.jar"/>
+				<pathelement path="../../../eclipse301/plugins/org.eclipse.ui.console_3.0.0/console.jar"/>
+				<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/bin"/>
+				<pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/webbrowser.jar"/>
+				<pathelement path="lib/xmlrpc-1.1.jar"/>
+				<pathelement path="lib/radeox.jar"/>
+				<pathelement path="lib/commons-logging.jar"/>
+				<pathelement path="lib/commons-httpclient-2.0.2.jar"/>
+				<pathelement path="lib/xstream-1.1.jar"/>
+				<pathelement path="lib/plog4u.jar"/>
+				<pathelement path="lib/velocity-dep-1.4.jar"/>
+				<pathelement path="lib/mysql-connector.jar"/>
 			</classpath>
 			<src path="src/"			/>
 			</javac>
@@ -123,12 +129,12 @@
 	</target>
 
 	<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
-		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.1"/>
-		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.1" failonerror="true">
+		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.3"/>
+		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.3" failonerror="true">
 			<fileset dir="${build.result.folder}" includes="wiki.jar"			/>
 		</copy>
-		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.1" failonerror="true">
-			<fileset dir="${basedir}" includes="plugin.xml,wiki.jar,icons/,commons-httpclient-2.0.2.jar,commons-logging.jar,radeox.jar,templates/"			/>
+		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.3" failonerror="true">
+			<fileset dir="${basedir}" includes="plugin.xml,wiki.jar,icons/,commons-httpclient-2.0.2.jar,commons-logging.jar,radeox.jar,templates/,lib/,plugin.properties,cpl-v10.html,about.html,wikis/"			/>
 		</copy>
 	</target>
 
@@ -136,23 +142,23 @@
 	</target>
 
 	<target name="gather.sources" depends="init" if="destination.temp.folder">
-		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.1"/>
-		<copy file="${build.result.folder}/wikisrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.1" failonerror="false"/>
-		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.1" failonerror="false">
-			<fileset dir="${basedir}" includes=".classpath,.project,build.properties,src/"			/>
+		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.3"/>
+		<copy file="${build.result.folder}/wikisrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.3" failonerror="false"/>
+		<copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.3" failonerror="false">
+			<fileset dir="${basedir}" includes=".classpath,.project,build.properties,src/,build.xml"			/>
 		</copy>
 	</target>
 
 	<target name="gather.logs" depends="init" if="destination.temp.folder">
-		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.1"/>
-		<copy file="${temp.folder}/wiki.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.1" failonerror="false"/>
+		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.3"/>
+		<copy file="${temp.folder}/wiki.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.wiki_1.1.3" failonerror="false"/>
 	</target>
 
 	<target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.wiki of all the zips, jars and logs created.">
 		<delete file="${build.result.folder}/wiki.jar"/>
 		<delete file="${build.result.folder}/wikisrc.zip"/>
-		<delete file="${plugin.destination}/net.sourceforge.phpeclipse.wiki_1.1.1.jar"/>
-		<delete file="${plugin.destination}/net.sourceforge.phpeclipse.wiki_1.1.1.zip"/>
+		<delete file="${plugin.destination}/net.sourceforge.phpeclipse.wiki_1.1.3.jar"/>
+		<delete file="${plugin.destination}/net.sourceforge.phpeclipse.wiki_1.1.3.zip"/>
 		<delete dir="${temp.folder}"/>
 	</target>
 
@@ -175,7 +181,7 @@
 		<delete>
 			<fileset dir="${temp.folder}" includes="**/*.bin.log"			/>
 		</delete>
-		<zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.wiki_1.1.1.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
+		<zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.wiki_1.1.3.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
 		<delete dir="${temp.folder}"/>
 	</target>