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 518-524 Link Here
518
			</comparator>
518
			</comparator>
519
		</p2.mirror> -->
519
		</p2.mirror> -->
520
		<p2.metadata.mirror source="file:${reposource}" writeMode="append" destination="file:${buildRepo}" />
520
		<p2.metadata.mirror source="file:${reposource}" writeMode="append" destination="file:${buildRepo}" />
521
		<p2.artifact.mirror source="file:${reposource}" baseline="file:${updateSite}" comparatorId="org.eclipse.equinox.p2.repository.tools.jar.comparator" destination="file:${buildRepo}" ignoreErrors="true" comparatorLog="${buildlogs}/comparatorlog.txt" log="${buildlogs}/mirrorlog.txt" />
521
		<p2.artifact.mirror source="file:${reposource}" baseline="file:${updateSite}" comparatorId="org.eclipse.equinox.p2.repository.tools.jar.comparator" destination="file:${buildRepo}" ignoreErrors="false" comparatorLog="${buildlogs}/comparatorlog.txt" log="${buildlogs}/mirrorlog.txt" />
522
		<copy todir="${buildRepo}">
522
		<copy todir="${buildRepo}">
523
			<fileset file="${eclipse.build.configs}/../../extras/sdkinstaller.properties" />
523
			<fileset file="${eclipse.build.configs}/../../extras/sdkinstaller.properties" />
524
		</copy>
524
		</copy>
(-)eclipse/buildConfigs/sdk/customTargets.xml (-1 / +6 lines)
Lines 189-195 Link Here
189
	<target name="postFetch">
189
	<target name="postFetch">
190
		<concat destfile="${buildDirectory}/plugins/org.eclipse.platform/build.properties" append="true">qualifier=v${timestamp}</concat>
190
		<concat destfile="${buildDirectory}/plugins/org.eclipse.platform/build.properties" append="true">qualifier=v${timestamp}</concat>
191
		<concat destfile="${buildDirectory}/plugins/org.eclipse.sdk/build.properties" append="true">qualifier=v${timestamp}</concat>
191
		<concat destfile="${buildDirectory}/plugins/org.eclipse.sdk/build.properties" append="true">qualifier=v${timestamp}</concat>
192
192
		<concat destfile="${buildDirectory}/plugins/org.eclipse.platform.doc.isv/build.properties" append="true">qualifier=v${timestamp}</concat>
193
		<concat destfile="${buildDirectory}/plugins/org.eclipse.platform.doc.user/build.properties" append="true">qualifier=v${timestamp}</concat>
194
		<concat destfile="${buildDirectory}/plugins/org.eclipse.pde.doc.user/build.properties" append="true">qualifier=v${timestamp}</concat>
195
		<concat destfile="${buildDirectory}/plugins/org.eclipse.jdt.doc.isv/build.properties" append="true">qualifier=v${timestamp}</concat>
196
		<concat destfile="${buildDirectory}/plugins/org.eclipse.jdt.doc.user/build.properties" append="true">qualifier=v${timestamp}</concat>
197
			
193
		<ant antfile="${genericTargets}" target="fetchElement">
198
		<ant antfile="${genericTargets}" target="fetchElement">
194
			<property name="type" value="feature" />
199
			<property name="type" value="feature" />
195
			<property name="id" value="org.eclipse.equinox.executable" />
200
			<property name="id" value="org.eclipse.equinox.executable" />
(-)build.xml (-1 / +1 lines)
Lines 40-46 Link Here
40
		<copy todir="${destination.temp.folder}/${full.name}">
40
		<copy todir="${destination.temp.folder}/${full.name}">
41
			<fileset dir="${basedir}" includes="META-INF/,*.properties,*.xml,*.zip,*.html,*.htm,*.png,images/*.png,*.css,index/**,guide/**,tips/**,reference/**,tasks/**,whatsNew/**" excludes="build.properties,build.xml,buildDoc.xml" />
41
			<fileset dir="${basedir}" includes="META-INF/,*.properties,*.xml,*.zip,*.html,*.htm,*.png,images/*.png,*.css,index/**,guide/**,tips/**,reference/**,tasks/**,whatsNew/**" excludes="build.properties,build.xml,buildDoc.xml" />
42
		</copy>
42
		</copy>
43
		<eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="${version.suffix}" />
43
		<eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="v${timestamp}" />
44
	</target>
44
	</target>
45
45
46
	<target name="publish.bin.parts" depends="init" if="p2.publish.parts">
46
	<target name="publish.bin.parts" depends="init" if="p2.publish.parts">

Return to bug 270627