Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 270627 | Differences between
and this patch

Collapse All | Expand All

(-)build.xml (-1 / +1 lines)
Lines 44-50 Link Here
44
		<copy todir="${destination.temp.folder}/${full.name}">
44
		<copy todir="${destination.temp.folder}/${full.name}">
45
			<fileset dir="${basedir}" includes="concepts/, gettingStarted/, images/, reference/, tasks/,samples/,guide/,porting/,questions/,*.properties,*.xml,*.zip,*.html,*.htm,*.png,*.css,META-INF/,index/" excludes="build.properties,build.xml,buildDoc.xml" />
45
			<fileset dir="${basedir}" includes="concepts/, gettingStarted/, images/, reference/, tasks/,samples/,guide/,porting/,questions/,*.properties,*.xml,*.zip,*.html,*.htm,*.png,*.css,META-INF/,index/" excludes="build.properties,build.xml,buildDoc.xml" />
46
		</copy>
46
		</copy>
47
		<eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="${version.suffix}" />
47
		<eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="v${timestamp}" />
48
	</target>
48
	</target>
49
49
50
	<target name="build.jars" depends="init">
50
	<target name="build.jars" depends="init">
(-)build.xml (-1 / +1 lines)
Lines 52-58 Link Here
52
		<copy todir="${destination.temp.folder}/${full.name}">
52
		<copy todir="${destination.temp.folder}/${full.name}">
53
			<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" />
53
			<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" />
54
		</copy>
54
		</copy>
55
		<eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="${version.suffix}" />
55
		<eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="v${timestamp}" />
56
	</target>
56
	</target>
57
57
58
	<target name="build.jars" depends="init" description="Build all the jars for the plug-in: org.eclipse.jdt.doc.user.">
58
	<target name="build.jars" depends="init" description="Build all the jars for the plug-in: org.eclipse.jdt.doc.user.">
(-)buildAll.xml (-1 / +1 lines)
Lines 618-624 Link Here
618
		<property name="repoBaseline" value="file:${updateSite}" />
618
		<property name="repoBaseline" value="file:${updateSite}" />
619
619
620
		<p2.metadata.mirror source="file:${reposource}" writeMode="append" destinationName="${p2.repo.name}" destination="file:${buildRepo}" />
620
		<p2.metadata.mirror source="file:${reposource}" writeMode="append" destinationName="${p2.repo.name}" destination="file:${buildRepo}" />
621
		<p2.artifact.mirror source="file:${reposource}" baseline="${repoBaseline}" comparatorId="org.eclipse.equinox.p2.repository.tools.jar.comparator" destinationName="${p2.repo.name}" destination="file:${buildRepo}" ignoreErrors="true" comparatorLog="${buildlogs}/comparatorlog.txt" log="${buildlogs}/mirrorlog.txt" />
621
		<p2.artifact.mirror source="file:${reposource}" baseline="${repoBaseline}" comparatorId="org.eclipse.equinox.p2.repository.tools.jar.comparator" destinationName="${p2.repo.name}" destination="file:${buildRepo}" ignoreErrors="false" comparatorLog="${buildlogs}/comparatorlog.txt" log="${buildlogs}/mirrorlog.txt" />
622
		<copy todir="${buildRepo}">
622
		<copy todir="${buildRepo}">
623
			<fileset file="${eclipse.build.configs}/../../extras/sdkinstaller.properties" />
623
			<fileset file="${eclipse.build.configs}/../../extras/sdkinstaller.properties" />
624
		</copy>
624
		</copy>
(-)eclipse/buildConfigs/sdk/customTargets.xml (+5 lines)
Lines 196-201 Link Here
196
		<concat destfile="${buildDirectory}/plugins/org.eclipse.jdt/build.properties" append="true">qualifier=v${timestamp}</concat>
196
		<concat destfile="${buildDirectory}/plugins/org.eclipse.jdt/build.properties" append="true">qualifier=v${timestamp}</concat>
197
		<concat destfile="${buildDirectory}/plugins/org.eclipse.rcp/build.properties" append="true">qualifier=v${timestamp}</concat>	
197
		<concat destfile="${buildDirectory}/plugins/org.eclipse.rcp/build.properties" append="true">qualifier=v${timestamp}</concat>	
198
		<concat destfile="${buildDirectory}/plugins/org.eclipse.pde/build.properties" append="true">qualifier=v${timestamp}</concat>
198
		<concat destfile="${buildDirectory}/plugins/org.eclipse.pde/build.properties" append="true">qualifier=v${timestamp}</concat>
199
		<concat destfile="${buildDirectory}/plugins/org.eclipse.platform.doc.isv/build.properties" append="true">qualifier=v${timestamp}</concat>
200
		<concat destfile="${buildDirectory}/plugins/org.eclipse.platform.doc.user/build.properties" append="true">qualifier=v${timestamp}</concat>
201
		<concat destfile="${buildDirectory}/plugins/org.eclipse.pde.doc.user/build.properties" append="true">qualifier=v${timestamp}</concat>
202
		<concat destfile="${buildDirectory}/plugins/org.eclipse.jdt.doc.isv/build.properties" append="true">qualifier=v${timestamp}</concat>
203
		<concat destfile="${buildDirectory}/plugins/org.eclipse.jdt.doc.user/build.properties" append="true">qualifier=v${timestamp}</concat>			
199
		<property name="updateproperties" value="true" />
204
		<property name="updateproperties" value="true" />
200
	</target>
205
	</target>
201
	
206
	

Return to bug 270627