View | Details | Raw Unified | Return to bug 315844 | Differences between
and this patch

Collapse All | Expand All

(-)eclipse/buildConfigs/master/customTargets.xml (-2 / +7 lines)
Lines 126-132 Link Here
126
	<!-- Steps to do after fetching the build elements -->
126
	<!-- Steps to do after fetching the build elements -->
127
	<!-- ===================================================================== -->
127
	<!-- ===================================================================== -->
128
	<target name="postFetch">
128
	<target name="postFetch">
129
		<replace file="${buildDirectory}/sourceReferences.properties" token=":extssh" value=":pserver"  />	
129
		<replace file="${buildDirectory}/sourceReferences.properties" token=":extssh" value=":pserver" />
130
		<ant antfile="${genericTargets}" target="fetchElement">
130
		<ant antfile="${genericTargets}" target="fetchElement">
131
			<property name="type" value="feature" />
131
			<property name="type" value="feature" />
132
			<property name="id" value="org.eclipse.equinox.executable" />
132
			<property name="id" value="org.eclipse.equinox.executable" />
Lines 244-256 Link Here
244
	<!-- Steps to do before running package. -->
244
	<!-- Steps to do before running package. -->
245
	<!-- ===================================================================== -->
245
	<!-- ===================================================================== -->
246
	<target name="prePackage">
246
	<target name="prePackage">
247
		<echo message="${postingDirectory}/${buildLabel}/ecjsrc-${buildId}.jar" />
248
		<eclipse.publish.featuresAndBundles repository="${buildDirectory}/buildRepo">
249
			<bundles dir="${postingDirectory}/${buildLabel}" includes="ecj-${buildId}.jar" />
250
			<bundles dir="${postingDirectory}/${buildLabel}" includes="ecjsrc-${buildId}.jar" />
251
		</eclipse.publish.featuresAndBundles>
247
	</target>
252
	</target>
248
253
249
	<!-- ===================================================================== -->
254
	<!-- ===================================================================== -->
250
	<!-- Steps to do after  running package. -->
255
	<!-- Steps to do after  running package. -->
251
	<!-- ===================================================================== -->
256
	<!-- ===================================================================== -->
252
	<target name="postPackage">
257
	<target name="postPackage">
253
		<exec executable="zip" dir="${buildDirectory}/${buildLabel}">
258
		<exec executable="zip" dir="okjay">
254
			<arg line="-d ${archiveName} win32** wce** linux** solaris** aix** hpux** macosx** qnx**" />
259
			<arg line="-d ${archiveName} win32** wce** linux** solaris** aix** hpux** macosx** qnx**" />
255
		</exec>
260
		</exec>
256
		<exec dir="${buildDirectory}/buildRepo" executable="zip">
261
		<exec dir="${buildDirectory}/buildRepo" executable="zip">
(-)eclipse/publishingFiles/testManifest.xml (-1 / +1 lines)
Lines 94-100 Link Here
94
94
95
	<zipType name="JDTC">
95
	<zipType name="JDTC">
96
		<platform id="ECJ" name="All" fileName="ecj-@build@.jar"></platform>
96
		<platform id="ECJ" name="All" fileName="ecj-@build@.jar"></platform>
97
		<platform id="ECJSRC" name="All" fileName="ecjsrc-@build@.zip"></platform>
97
		<platform id="ECJSRC" name="All" fileName="ecjsrc-@build@.jar"></platform>
98
	</zipType>
98
	</zipType>
99
	
99
	
100
	<zipType name="Jarprocessor">
100
	<zipType name="Jarprocessor">

Return to bug 315844