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