Blame SOURCES/fix_ant_build.patch

dc388e
--- eclipse.platform/ant/org.eclipse.ant.launching/build.properties.orig	2017-01-09 10:24:16.258243377 +0000
dc388e
+++ eclipse.platform/ant/org.eclipse.ant.launching/build.properties	2017-01-09 10:25:08.302620557 +0000
dc388e
@@ -23,18 +23,14 @@
dc388e
                about.html
dc388e
 
dc388e
 jars.compile.order = .,\
dc388e
-				lib/loggers.jar
dc388e
-# antdebug.jar and remote.jar are compiled locally using 1.6, see bug 495617:
dc388e
-#				     lib/antdebug.jar,\
dc388e
-#                     lib/remote.jar
dc388e
+				     lib/antdebug.jar,\
dc388e
+                     lib/loggers.jar,\
dc388e
+                     lib/remote.jar
dc388e
 source.lib/loggers.jar = loggers/
dc388e
 output.lib/loggers.jar = loggers_bin/
dc388e
-extra.lib/loggers.jar = lib/antdebug.jar
dc388e
-#source.lib/antdebug.jar = common/
dc388e
-#output.lib/antdebug.jar = common_bin/
dc388e
-#source.lib/remote.jar = remote/
dc388e
-#output.lib/remote.jar = remote_bin/
dc388e
-src.includes = about.html,\
dc388e
-               remote/,\
dc388e
-               common/
dc388e
+source.lib/antdebug.jar = common/
dc388e
+output.lib/antdebug.jar = common_bin/
dc388e
+source.lib/remote.jar = remote/
dc388e
+output.lib/remote.jar = remote_bin/
dc388e
+src.includes = about.html
dc388e
 javacWarnings..=-unavoidableGenericProblems
dc388e
--- eclipse.platform/ant/org.eclipse.ant.ui/build.properties.orig	2017-04-03 18:40:41.033489412 +0100
dc388e
+++ eclipse.platform/ant/org.eclipse.ant.ui/build.properties	2017-04-03 18:43:21.614928391 +0100
dc388e
@@ -17,8 +17,8 @@
dc388e
 source.lib/antrunner.jar = Ant Runner Support/
dc388e
 output.lib/antrunner.jar = ant_runner_support_bin/
dc388e
 # Compiled with 1.6 locally, see bug 495617:
dc388e
-#source.lib/remoteAnt.jar = Remote Ant Support/
dc388e
-#output.lib/remoteAnt.jar = remote_support_bin/
dc388e
+source.lib/remoteAnt.jar = Remote Ant Support/
dc388e
+output.lib/remoteAnt.jar = remote_support_bin/
dc388e
 src.includes = about.html,\
dc388e
                about_files/,\
dc388e
                Remote Ant Support/
dc388e
@@ -34,6 +34,5 @@
dc388e
                lib/antrunner.jar,\
dc388e
                lib/remoteAnt.jar,\
dc388e
                css/
dc388e
-jars.compile.order=.,lib/antrunner.jar
dc388e
-# ,lib/remoteAnt.jar
dc388e
+jars.compile.order=.,lib/antrunner.jar,lib/remoteAnt.jar
dc388e
 javacWarnings..=-unavoidableGenericProblems
dc388e
--- eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/build.xml.orig	2017-01-09 13:30:24.238066571 +0000
dc388e
+++ eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/build.xml	2017-01-09 13:31:19.228456113 +0000
dc388e
@@ -1,106 +1,8 @@
dc388e
 
dc388e
-<project name="org.eclipse.jdt.doc.user" default="build.jars" basedir=".">
dc388e
+<project name="org.eclipse.jdt.doc.user" default="build.index" basedir=".">
dc388e
 
dc388e
-	<property name="version.suffix" value="3.3.0" />
dc388e
-	<property name="full.name" value="org.eclipse.jdt.doc.user_${version.suffix}" />
dc388e
-	<property name="bootclasspath" value="" />
dc388e
-	<property name="basews" value="${ws}" />
dc388e
-	<property name="baseos" value="${os}" />
dc388e
-	<property name="basearch" value="${arch}" />
dc388e
-	<property name="basenl" value="${nl}" />
dc388e
-	<property name="javacFailOnError" value="false" />
dc388e
-	<property name="javacDebugInfo" value="on" />
dc388e
-	<property name="javacVerbose" value="true" />
dc388e
-	<property name="javacSource" value="1.3" />
dc388e
-	<property name="javacTarget" value="1.1" />
dc388e
-
dc388e
-	<target name="init" depends="properties">
dc388e
-		<property name="temp.folder" value="${basedir}/temp.folder" />
dc388e
-		<property name="plugin.destination" value="${basedir}" />
dc388e
-		<property name="build.result.folder" value="${basedir}" />
dc388e
-		<available file="${basedir}/doc.zip" property="doc.zip.present" />
dc388e
-		<condition property="p2.publish.parts" value="true">
dc388e
-			<istrue value="${p2.gathering}" />
dc388e
-		</condition>
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="properties" if="eclipse.running">
dc388e
-		<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter" />
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="build.update.jar" depends="init" description="Build the plug-in: org.eclipse.jdt.doc.user for an update site.">
dc388e
-		<delete dir="${temp.folder}" />
dc388e
-		<mkdir dir="${temp.folder}" />
dc388e
-		<antcall target="build.jars" />
dc388e
-		<antcall target="gather.bin.parts">
dc388e
-			<param name="destination.temp.folder" value="${temp.folder}/" />
dc388e
-		</antcall>
dc388e
-		<zip zipfile="${plugin.destination}/${full.name}.jar" basedir="${temp.folder}/${full.name}" filesonly="false" whenempty="skip" />
dc388e
-		<delete dir="${temp.folder}" />
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="publish.bin.parts" depends="init" if="p2.publish.parts">
dc388e
-		<antcall target="gather.bin.parts">
dc388e
-			<param name="destination.temp.folder" value="${build.result.folder}" />
dc388e
-		</antcall>
dc388e
-		<eclipse.gatherBundle metadataRepository="${p2.build.repo}" artifactRepository="${p2.build.repo}" buildResultFolder="${build.result.folder}" targetFolder="${build.result.folder}/${full.name}" />
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
dc388e
-		<antcall target="build.index" />
dc388e
-		<mkdir dir="${destination.temp.folder}/${full.name}" />
dc388e
-		<copy todir="${destination.temp.folder}/${full.name}">
dc388e
-			<fileset dir="${basedir}" includes="*.properties,*.xml,*.zip,*.html,*.htm,*.png,*.css,META-INF/**,index/**,concepts/**, gettingStarted/**, images/**, reference/**, tasks/**, tips/**, whatsNew/**" excludes="build.properties,build.xml" />
dc388e
-		</copy>
dc388e
-		<eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="${version.suffix}" />
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="build.jars" depends="init" description="Build all the jars for the plug-in: org.eclipse.jdt.doc.user.">
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="build.index" depends="init" description="Builds search index for the plug-in: org.eclipse.jdt.doc.user." if="eclipse.running">
dc388e
+	<target name="build.index" description="Builds search index for the plug-in: org.eclipse.jdt.doc.user." if="eclipse.running">
dc388e
 		<help.buildHelpIndex manifest="plugin.xml" destination="." />
dc388e
 	</target>
dc388e
 
dc388e
-	<target name="build.sources" depends="init">
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="build.zips" depends="init">
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="gather.sources" depends="init" if="destination.temp.folder">
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="gather.logs" depends="init" if="destination.temp.folder">
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="clean" depends="init" description="Clean the plug-in: org.eclipse.jdt.doc.user of all the zips, jars and logs created.">
dc388e
-		<delete file="${plugin.destination}/${full.name}.jar" />
dc388e
-		<delete file="${plugin.destination}/${full.name}.zip" />
dc388e
-		<delete dir="${temp.folder}" />
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
dc388e
-		<eclipse.convertPath fileSystemPath="D:/30workspace/org.eclipse.jdt.doc.user/" property="resourcePath" />
dc388e
-		<eclipse.refreshLocal resource="${resourcePath}" depth="infinite" />
dc388e
-	</target>
dc388e
-
dc388e
-	<target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: org.eclipse.jdt.doc.user." if="eclipse.running">
dc388e
-		<delete dir="${temp.folder}" />
dc388e
-		<mkdir dir="${temp.folder}" />
dc388e
-		<antcall target="build.jars" />
dc388e
-		<antcall target="build.sources" />
dc388e
-		<antcall target="gather.bin.parts">
dc388e
-			<param name="destination.temp.folder" value="${temp.folder}/" />
dc388e
-		</antcall>
dc388e
-		<antcall target="gather.sources">
dc388e
-			<param name="destination.temp.folder" value="${temp.folder}/" />
dc388e
-		</antcall>
dc388e
-		<delete>
dc388e
-			<fileset dir="${temp.folder}" includes="**/*.bin.log" />
dc388e
-		</delete>
dc388e
-		<zip zipfile="${plugin.destination}/${full.name}.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" />
dc388e
-		<delete dir="${temp.folder}" />
dc388e
-	</target>
dc388e
-
dc388e
 </project>