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 324687 | Differences between
and this patch

Collapse All | Expand All

(-)buildAll.xml (-14 / +33 lines)
Lines 29-38 Link Here
29
	<property name="base.builder" value="${basedir}/../org.eclipse.releng.basebuilder" />
29
	<property name="base.builder" value="${basedir}/../org.eclipse.releng.basebuilder" />
30
30
31
	<!--location of properties file containing last tag used for integration build-->
31
	<!--location of properties file containing last tag used for integration build-->
32
	<property name="mapTag.properties" value="/home/users/releng/buildTools/eclipse36/mapTag.properties" />
32
	<property name="mapTag.properties" value="/home/users/releng/buildTools/eclipse37/mapTag.properties" />
33
33
34
	<!--location of properties file containing last performance reference test information-->
34
	<!--location of properties file containing last performance reference test information-->
35
	<property name="ref.properties" value="/home/users/releng/buildTools/eclipse.perf/ref36.properties" />
35
	<property name="ref.properties" value="/home/users/releng/buildTools/eclipse.perf/ref37.properties" />
36
36
37
	<!--location of test update site-->
37
	<!--location of test update site-->
38
	<property file="${ref.properties}" />
38
	<property file="${ref.properties}" />
Lines 138-143 Link Here
138
		</condition>
138
		</condition>
139
		<property name="p2RepoURL" value="${p2repoN}" />
139
		<property name="p2RepoURL" value="${p2repoN}" />
140
		<property name="org.eclipse.equinox.p2.tests.current.build.repo" value="${p2RepoURL}/${buildId}" />
140
		<property name="org.eclipse.equinox.p2.tests.current.build.repo" value="${p2RepoURL}/${buildId}" />
141
		<property name="org.eclipse.equinox.p2.tests.last.release.build.repo" value="${p2repopreviousR}" />
141
		<property name="previousPlatformZips" value="${buildDirectory}/previousPlatformZips" />
142
		<property name="previousPlatformZips" value="${buildDirectory}/previousPlatformZips" />
142
		<mkdir dir="${previousPlatformZips}" />
143
		<mkdir dir="${previousPlatformZips}" />
143
	</target>
144
	</target>
Lines 409-427 Link Here
409
		<property name="report" value="${postingDirectory}/${buildLabel}/apitools" />
410
		<property name="report" value="${postingDirectory}/${buildLabel}/apitools" />
410
		<mkdir dir="${report}" />
411
		<mkdir dir="${report}" />
411
		<property name="current_location" value="${postingDirectory}/${buildLabel}/eclipse-SDK-${buildId}-win32.zip" />
412
		<property name="current_location" value="${postingDirectory}/${buildLabel}/eclipse-SDK-${buildId}-win32.zip" />
412
		<property name="reference_location" value="${reference}/eclipse-SDK-3.5M6-win32.zip" />
413
		<!--		<property name="reference_location" value="${reference}/eclipse-SDK-3.5M6-win32.zip" />
413
		<exec executable="/usr/bin/wget" dir="${reference}" output="${reference}/error.txt" failonerror="false" os="Linux">
414
		<exec executable="/usr/bin/wget" dir="${reference}" output="${reference}/error.txt" failonerror="false" os="Linux">
414
			<arg line="-q -O  ${reference_location} http://archive.eclipse.org/eclipse/downloads/drops/S-3.6M6-201003121448/eclipse-SDK-3.6M6-win32.zip" />
415
			<arg line="-q -O  ${reference_location} http://${localmirror}/eclipse/downloads/drops/S-3.6M6-201003121448/eclipse-SDK-3.6M6-win32.zip" />
415
		</exec>
416
		</exec> -->
416
		<property name="report" value="${postingDirectory}/${buildLabel}/apitools" />
417
		<!--	<property name="report" value="${postingDirectory}/${buildLabel}/apitools" />
417
		<mkdir dir="${report}" />
418
		<mkdir dir="${report}" />
418
		<property name="report_location" value="${report}/report.xml" />
419
		<property name="report_location" value="${report}/report.xml" />
419
		<property name="report_html_location" value="${report}/reporthtml" />
420
		<property name="report_html_location" value="${report}/reporthtml" />
420
		<property name="exclude_list_location" value="${buildDirectory}/maps/org.eclipse.releng/apiexclude/exclude_list.txt" />
421
		<property name="exclude_list_location" value="${buildDirectory}/maps/org.eclipse.releng/apiexclude/exclude_list.txt" />
421
		<property name="exclude_list_external_location" value="${buildDirectory}/maps/org.eclipse.releng/apiexclude/exclude_list_external.txt" />
422
		<property name="exclude_list_external_location" value="${buildDirectory}/maps/org.eclipse.releng/apiexclude/exclude_list_external.txt" />
422
		<apitooling.apifreeze baseline="${reference_location}" profile="${current_location}" report="${report_location}" excludelist="${exclude_list_location}" debug="true" />
423
		<apitooling.apifreeze baseline="${reference_location}" profile="${current_location}" report="${report_location}" excludelist="${exclude_list_location}" debug="true" /> -->
423
		<!-- html report will be dumped at the same location as the xml report -->
424
		<!-- html report will be dumped at the same location as the xml report -->
424
		<apitooling.apifreeze_reportconversion xmlfile="${report_location}" debug="true" />
425
		<!--	<apitooling.apifreeze_reportconversion xmlfile="${report_location}" debug="true" /> -->
425
		<property name="filter_store" value="${buildDirectory}/apifilters" />
426
		<property name="filter_store" value="${buildDirectory}/apifilters" />
426
		<mkdir dir="${filter_store}" />
427
		<mkdir dir="${filter_store}" />
427
		<property name="exclude_list_external_location" value="${buildDirectory}/maps/org.eclipse.releng/apiexclude/exclude_list_external.txt" />
428
		<property name="exclude_list_external_location" value="${buildDirectory}/maps/org.eclipse.releng/apiexclude/exclude_list_external.txt" />
Lines 435-446 Link Here
435
		</exec>
436
		</exec>
436
		<property name="html_directory_location" value="${report}/apitoolsverifications/html" />
437
		<property name="html_directory_location" value="${report}/apitoolsverifications/html" />
437
		<property name="report_directory_location" value="${report}/apitoolsverifications/xml" />
438
		<property name="report_directory_location" value="${report}/apitoolsverifications/xml" />
438
		<property name="3_5_reference_location" value="${reference}/eclipse-SDK-3.5.2-win32.zip" />
439
		<property name="3_6_reference_location" value="${reference}/eclipse-SDK-3.6-win32.zip" />
439
		<exec executable="/usr/bin/wget" dir="${reference}" output="${reference}/error.txt" failonerror="false" os="Linux">
440
		<exec executable="/usr/bin/wget" dir="${reference}" output="${reference}/error.txt" failonerror="false" os="Linux">
440
			<arg line="-q -O  ${3_5_reference_location} http://${localmirror}/eclipse/downloads/drops/R-3.5.2-201002111343/eclipse-SDK-3.5.2-win32.zip" />
441
			<arg line="-q -O  ${3_6_reference_location} http://${localmirror}/eclipse/downloads/drops/R-3.6-201006080911/eclipse-SDK-3.6-win32.zip" />
441
		</exec>
442
		</exec>
442
		<apitooling.analysis baseline="${3_5_reference_location}" profile="${current_location}" report="${report_directory_location}" filters="${filter_store}" excludelist="${exclude_list_external_location}" debug="true" />
443
		<apitooling.analysis baseline="${3_6_reference_location}" profile="${current_location}" report="${report_directory_location}" filters="${filter_store}" excludelist="${exclude_list_external_location}" debug="true" />
444
443
		<apitooling.analysis_reportconversion xmlfiles="${report_directory_location}" debug="true" htmlfiles="${html_directory_location}" />
445
		<apitooling.analysis_reportconversion xmlfiles="${report_directory_location}" debug="true" htmlfiles="${html_directory_location}" />
446
		<!--check for api deprecation in comparison with previous release -->
447
448
		<property name="api_deprecation_report" value="${report}/apitoolsdeprecations/apideprecation.xml" />
449
		<property name="api_deprecation_html" value="${report}/apitoolsdeprecations/apideprecation.html" />
450
		<apitooling.apideprecation baseline="${3_6_reference_location}" profile="${current_location}" report="${api_deprecation_report}" debug="true" />
451
		<apitooling.apideprecation_reportconversion xmlfile="${api_deprecation_report}" debug="true" htmlfile="${api_deprecation_html}" />
452
444
		<property name="equinox_api_report" value="${equinoxPostingDirectory}/${buildLabel}/apitools" />
453
		<property name="equinox_api_report" value="${equinoxPostingDirectory}/${buildLabel}/apitools" />
445
		<mkdir dir="${equinox_api_report}" />
454
		<mkdir dir="${equinox_api_report}" />
446
		<copy todir="${equinox_api_report}">
455
		<copy todir="${equinox_api_report}">
Lines 451-463 Link Here
451
				<include name="index.html" />
460
				<include name="index.html" />
452
			</fileset>
461
			</fileset>
453
		</copy>
462
		</copy>
463
		<copy todir="${equinox_api_report}" file="${api_deprecation_html}" />
454
	</target>
464
	</target>
455
465
456
	<target name="publishEclipse">
466
	<target name="publishEclipse">
457
		<parallel>
467
		<parallel>
458
			<!-- <ant antfile="eclipse/helper.xml" target="rSyncWithSnzZrh" /> -->
468
			<ant antfile="eclipse/helper.xml" target="rSyncWithSnzZrh" />
459
			<sequential>
469
			<sequential>
460
				<!--	<ant antfile="eclipse/helper.xml" target="buildStandAloneSWT" /> -->
470
				<ant antfile="eclipse/helper.xml" target="buildStandAloneSWT" />
461
				<ant antfile="eclipse/helper.xml" target="publish" />
471
				<ant antfile="eclipse/helper.xml" target="publish" />
462
			</sequential>
472
			</sequential>
463
		</parallel>
473
		</parallel>
Lines 532-538 Link Here
532
			<config os="win32" ws="win32" arch="x86_64" />
542
			<config os="win32" ws="win32" arch="x86_64" />
533
			<config os="linux" ws="gtk" arch="x86" />
543
			<config os="linux" ws="gtk" arch="x86" />
534
			<config os="linux" ws="gtk" arch="x86_64" />
544
			<config os="linux" ws="gtk" arch="x86_64" />
535
			<!-- <config os="linux" ws="gtk" arch="ppc" /> -->
536
			<config os="linux" ws="gtk" arch="ppc64" />
545
			<config os="linux" ws="gtk" arch="ppc64" />
537
			<!--<config os="linux" ws="motif" arch="x86" /> 
546
			<!--<config os="linux" ws="motif" arch="x86" /> 
538
			<config os="linux" ws="gtk" arch="s390x" />
547
			<config os="linux" ws="gtk" arch="s390x" />
Lines 670-675 Link Here
670
			<fileset file="${eclipse.build.configs}/../../extras/sdkinstaller.properties" />
679
			<fileset file="${eclipse.build.configs}/../../extras/sdkinstaller.properties" />
671
		</copy>
680
		</copy>
672
681
682
		<!--mirror JUnit test bundles and test framework bundles to the repo -->
683
		<p2.mirror source="file://${buildDirectory}/buildRepoTests" ignoreErrors="true">
684
			<destination compressed="true" name="${p2.repo.name}" location="file:${buildRepo}" append="true" format="file:${reposource}" />
685
			<comparator comparator="org.eclipse.equinox.p2.repository.tools.jar.comparator" comparatorLog="${buildlogs}/comparatorlogtests.txt">
686
				<repository location="${repoBaseline}" />
687
			</comparator>
688
			<iu id="org.eclipse.sdk.tests.feature.group" version="" />
689
			<iu id="org.eclipse.test.feature.group" version="" />
690
		</p2.mirror>
691
673
		<!--try create composite repository-->
692
		<!--try create composite repository-->
674
		<p2.composite.artifact.repository.create location="file://${updateSite}" name="${p2.repo.name}" compressed="true" failOnExists="false" />
693
		<p2.composite.artifact.repository.create location="file://${updateSite}" name="${p2.repo.name}" compressed="true" failOnExists="false" />
675
		<p2.composite.metadata.repository.create location="file://${updateSite}" name="${p2.repo.name}" compressed="true" failOnExists="false" />
694
		<p2.composite.metadata.repository.create location="file://${updateSite}" name="${p2.repo.name}" compressed="true" failOnExists="false" />
(-)eclipse/buildConfigs/master/build.properties (-2 / +1 lines)
Lines 37-43 Link Here
37
	win32, win32, x86_64 &\
37
	win32, win32, x86_64 &\
38
	wce_ppc, win32, arm &\
38
	wce_ppc, win32, arm &\
39
	linux, gtk, x86 & \
39
	linux, gtk, x86 & \
40
	linux, gtk, ppc & \
41
	linux, gtk, ppc64 & \
40
	linux, gtk, ppc64 & \
42
	linux, gtk, x86_64 &\
41
	linux, gtk, x86_64 &\
43
	linux, gtk, s390x &\
42
	linux, gtk, s390x &\
Lines 72-76 Link Here
72
skipMaps=false
71
skipMaps=false
73
mapsRepo=${mapsRepo}
72
mapsRepo=${mapsRepo}
74
mapsRoot=org.eclipse.releng
73
mapsRoot=org.eclipse.releng
75
mapsCheckoutTag=HEAD
74
mapsCheckoutTag=${mapVersionTag}
76
mapsTagTag=v${buildId}
75
mapsTagTag=v${buildId}
(-)eclipse/buildConfigs/master/customTargets.xml (-6 / +6 lines)
Lines 35-41 Link Here
35
	<!-- ===================================================================== -->
35
	<!-- ===================================================================== -->
36
36
37
	<target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">
37
	<target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">
38
		<property name="mapsCheckoutTag" value="HEAD" />
38
		<property name="mapsCheckoutTag" value="${mapVersionTag}" />
39
		<cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
39
		<cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
40
	</target>
40
	</target>
41
41
Lines 162-173 Link Here
162
		</copy>
162
		</copy>
163
163
164
		<!--copy linux gtk ppc about_files to in temp location where it will be copied into root of eclipse at assembly time-->
164
		<!--copy linux gtk ppc about_files to in temp location where it will be copied into root of eclipse at assembly time-->
165
		<property name="linux.gtk.ppc.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc" />
165
		<property name="linux.gtk.ppc64.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc64" />
166
		<mkdir dir="${linux.gtk.ppc.rootfiles}" />
166
		<mkdir dir="${linux.gtk.ppc64.rootfiles}" />
167
		<copy tofile="${linux.gtk.ppc.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc/about.html" />
167
		<copy tofile="${linux.gtk.ppc64.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc64/about.html" />
168
168
169
		<copy todir="${linux.gtk.ppc.rootfiles}">
169
		<copy todir="${linux.gtk.ppc64.rootfiles}">
170
			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc" includes="about_files/**" />
170
			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc64" includes="about_files/**" />
171
		</copy>
171
		</copy>
172
	</target>
172
	</target>
173
173
(-)eclipse/buildConfigs/master/example_customTargets.xml (-6 / +6 lines)
Lines 35-41 Link Here
35
	<!-- ===================================================================== -->
35
	<!-- ===================================================================== -->
36
36
37
	<target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">
37
	<target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">
38
		<property name="mapsCheckoutTag" value="HEAD" />
38
		<property name="mapsCheckoutTag" value="${mapVersionTag}" />
39
		<cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
39
		<cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
40
	</target>
40
	</target>
41
41
Lines 162-173 Link Here
162
		</copy>
162
		</copy>
163
163
164
		<!--copy linux gtk ppc about_files to in temp location where it will be copied into root of eclipse at assembly time-->
164
		<!--copy linux gtk ppc about_files to in temp location where it will be copied into root of eclipse at assembly time-->
165
		<property name="linux.gtk.ppc.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc" />
165
		<property name="linux.gtk.ppc64.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc64" />
166
		<mkdir dir="${linux.gtk.ppc.rootfiles}" />
166
		<mkdir dir="${linux.gtk.ppc64.rootfiles}" />
167
		<copy tofile="${linux.gtk.ppc.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc/about.html" />
167
		<copy tofile="${linux.gtk.ppc64.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc64/about.html" />
168
168
169
		<copy todir="${linux.gtk.ppc.rootfiles}">
169
		<copy todir="${linux.gtk.ppc64.rootfiles}">
170
			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc" includes="about_files/**" />
170
			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.ppc64" includes="about_files/**" />
171
		</copy>
171
		</copy>
172
	</target>
172
	</target>
173
173
(-)eclipse/buildConfigs/org.eclipse.equinox.executable/build.properties (-1 lines)
Lines 24-30 Link Here
24
configs=win32, win32, x86 &\
24
configs=win32, win32, x86 &\
25
	win32, win32, x86_64 &\
25
	win32, win32, x86_64 &\
26
	linux, gtk, x86 & \
26
	linux, gtk, x86 & \
27
	linux, gtk, ppc & \
28
	linux, gtk, ppc64 & \
27
	linux, gtk, ppc64 & \
29
	linux, gtk, x86_64 &\
28
	linux, gtk, x86_64 &\
30
	linux, gtk, s390x &\
29
	linux, gtk, s390x &\
(-)eclipse/buildConfigs/rcp.config/build.properties (-3 lines)
Lines 20-30 Link Here
20
20
21
root.linux.gtk.x86=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/x86
21
root.linux.gtk.x86=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/x86
22
root.linux.gtk.x86.permissions.755=*.so*
22
root.linux.gtk.x86.permissions.755=*.so*
23
root.linux.gtk.ppc=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/ppc
24
root.linux.gtk.ppc.permissions.755=*.so*
25
root.linux.gtk.ppc64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/ppc64
23
root.linux.gtk.ppc64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.ppc,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/ppc64
26
root.linux.gtk.ppc64.permissions.755=*.so*
24
root.linux.gtk.ppc64.permissions.755=*.so*
27
root.linux.gtk.ppc=absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/ppc
28
root.linux.gtk.x86_64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86_64,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64
25
root.linux.gtk.x86_64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.x86_64,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64
29
root.linux.gtk.x86_64.permissions.755=*.so*
26
root.linux.gtk.x86_64.permissions.755=*.so*
30
root.linux.gtk.s390x=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.s390x,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/contributed/gtk/linux/s390x
27
root.linux.gtk.s390x=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/linux.gtk.s390x,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/contributed/gtk/linux/s390x
(-)eclipse/buildConfigs/rcp.config/buildConfiguration.xml (+1 lines)
Lines 15-20 Link Here
15
		<!-- generate a feature based on our .product file -->
15
		<!-- generate a feature based on our .product file -->
16
		<property file="${eclipse.build.configs}/master/build.properties" />
16
		<property file="${eclipse.build.configs}/master/build.properties" />
17
		<ant antfile="${eclipse.pdebuild.scripts}/productBuild/productBuild.xml" target="generateFeature" >
17
		<ant antfile="${eclipse.pdebuild.scripts}/productBuild/productBuild.xml" target="generateFeature" >
18
			<property name="nestedInclusions" value="false" />
18
			<property name="buildDirectory" value="${basedir}/temp"/>
19
			<property name="buildDirectory" value="${basedir}/temp"/>
19
		</ant>
20
		</ant>
20
		<!-- generate product build scripts for the generated feature -->
21
		<!-- generate product build scripts for the generated feature -->
(-)eclipse/buildConfigs/sdk.examples/build.properties (-1 / +1 lines)
Lines 52-56 Link Here
52
skipMaps=false
52
skipMaps=false
53
mapsRepo=${mapsRepo}
53
mapsRepo=${mapsRepo}
54
mapsRoot=org.eclipse.releng
54
mapsRoot=org.eclipse.releng
55
mapsCheckoutTag=HEAD
55
mapsCheckoutTag=${mapVersionTag}
56
mapsTagTag=v${buildId}
56
mapsTagTag=v${buildId}
(-)eclipse/buildConfigs/sdk.tests/build.properties (-1 / +1 lines)
Lines 180-186 Link Here
180
180
181
mapsRepo=${mapsRepo}
181
mapsRepo=${mapsRepo}
182
mapsRoot=org.eclipse.releng
182
mapsRoot=org.eclipse.releng
183
mapsCheckoutTag=HEAD
183
mapsCheckoutTag=${mapVersionTag}
184
mapsTagTag=v${buildId}
184
mapsTagTag=v${buildId}
185
185
186
#tagMaps=true
186
#tagMaps=true
(-)eclipse/buildConfigs/sdk.tests/customTargets.xml (-1 / +2 lines)
Lines 34-40 Link Here
34
	<!-- Replace values for mapsCheckoutTag as desired. -->
34
	<!-- Replace values for mapsCheckoutTag as desired. -->
35
	<!-- ===================================================================== -->
35
	<!-- ===================================================================== -->
36
	<target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">
36
	<target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">
37
		<property name="mapsCheckoutTag" value="HEAD" />
37
		<property name="mapsCheckoutTag" value="${mapVersionTag}" />
38
		<cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
38
		<cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />
39
	</target>
39
	</target>
40
40
Lines 244-249 Link Here
244
			<entry key="org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.linux" value="${org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.linux}" />
244
			<entry key="org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.linux" value="${org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.linux}" />
245
			<entry key="org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.macosx" value="${org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.macosx}" />
245
			<entry key="org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.macosx" value="${org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.macosx}" />
246
			<entry key="org.eclipse.equinox.p2.tests.current.build.repo" value="${org.eclipse.equinox.p2.tests.current.build.repo}" />
246
			<entry key="org.eclipse.equinox.p2.tests.current.build.repo" value="${org.eclipse.equinox.p2.tests.current.build.repo}" />
247
			<entry key="org.eclipse.equinox.p2.tests.last.release.build.repo" value="${org.eclipse.equinox.p2.tests.last.release.build.repo}" />
247
		</propertyfile>
248
		</propertyfile>
248
249
249
		<!-- rezip the JUnit plugin tests -->
250
		<!-- rezip the JUnit plugin tests -->
(-)eclipse/buildConfigs/sdk.tests/testConfigs/macosx/customTest.xml (+5 lines)
Lines 29-34 Link Here
29
		<exec dir="." executable="${copyClient}">
29
		<exec dir="." executable="${copyClient}">
30
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
30
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
31
		</exec>
31
		</exec>
32
33
		<!--copy comparator log so it's accessible via releng tests -->
34
		<exec dir="." executable="${copyClient}">
35
			<arg line="-r ${buildlogs}/comparatorlog.txt ${testMachine}:${executionDir}" />
36
		</exec>
32
	</target>
37
	</target>
33
38
34
</project>
39
</project>
(-)eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5-6.0/customTest.xml (+5 lines)
Lines 44-49 Link Here
44
		<exec dir="." executable="${copyClient}">
44
		<exec dir="." executable="${copyClient}">
45
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
45
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
46
		</exec>
46
		</exec>
47
48
		<!--copy comparator log so it's accessible via releng tests -->
49
		<exec dir="." executable="${copyClient}">
50
			<arg line="-r ${buildlogs}/comparatorlog.txt ${testMachine}:${executionDir}" />
51
		</exec>
47
	</target>
52
	</target>
48
53
49
	<target name="install5.0Vm">
54
	<target name="install5.0Vm">
(-)eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5-6.0/testAll.sh (-1 / +1 lines)
Lines 13-16 Link Here
13
13
14
#execute command to run tests
14
#execute command to run tests
15
15
16
./runtests -os linux -ws gtk -arch x86 -vm `pwd`/../jdk6_17/jre/bin/java -properties vm.properties 1> linux.gtk-5.0_consolelog.txt 2>&1
16
./runtests -os linux -ws gtk -arch x86 -vm `pwd`/../jdk6_17/jre/bin/java -properties vm.properties 1> linux.gtk-6.0_consolelog.txt 2>&1
(-)eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5-perf/customTest.xml (+5 lines)
Lines 45-50 Link Here
45
		<exec dir="." executable="${copyClient}">
45
		<exec dir="." executable="${copyClient}">
46
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
46
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
47
		</exec>
47
		</exec>
48
49
		<!--copy comparator log so it's accessible via releng tests -->
50
		<exec dir="." executable="${copyClient}">
51
			<arg line="-r ${buildlogs}/comparatorlog.txt ${testMachine}:${executionDir}" />
52
		</exec>
48
	</target>
53
	</target>
49
54
50
	<target name="installdb" if="db.available">
55
	<target name="installdb" if="db.available">
(-)eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5-perf/vm.properties (-1 / +1 lines)
Lines 8-11 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
extraVMargs=-Declipse.perf.dbloc=net://trelenggtk.ottawa.ibm.com:1528;dbname=perfDb36 -Declipse.perf.config=config=@testMachine@;build=@buildType@@timestamp@;jvm=sun -Declipse.perf.assertAgainst=config=@testMachine@;build=@reference@;jvm=sun
11
extraVMargs=-Declipse.perf.dbloc=net://minsky.ottawa.ibm.com:1528;dbname=perfDb37 -Declipse.perf.config=config=@testMachine@;build=@buildType@@timestamp@;jvm=sun -Declipse.perf.assertAgainst=config=@testMachine@;build=@reference@;jvm=sun
(-)eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5/customTest.xml (-71 lines)
Lines 1-71 Link Here
1
<project name="Customized testing instructions" default="customSetup">
2
3
	<target name="customSetup">
4
5
		<antcall target="installVm" />
6
7
		<!--copy the script which sets up environment and invokes the tests on test machine-->
8
		<chmod file="${tester}/testAll.sh" perm="755" />
9
		<exec dir="." executable="${copyClient}">
10
			<arg line="${tester}/testAll.sh ${testMachine}:${executionDir}" />
11
		</exec>
12
13
		<!--copy in test script modified for running Team CVS tests-->
14
		<exec dir="." executable="${copyClient}">
15
			<arg line="${tester}/../../testScripts/test.xml ${testMachine}:${executionDir}" />
16
		</exec>
17
18
		<!--copy in the properties file for testing with J9 vm args-->
19
		<exec dir="." executable="${copyClient}">
20
			<arg line="${tester}/vm.properties ${testMachine}:${executionDir}" />
21
		</exec>
22
23
		<!--copy in the extra binaries needed to run tests-->
24
		<exec dir="." executable="${copyClient}">
25
			<arg line="-r ${extraBinariesDir} ${testMachine}:${testDir}" />
26
		</exec>
27
28
		<!--copy deltapack needed to run pdebuild tests-->
29
		<exec dir="." executable="${copyClient}">
30
			<arg line="-r ${postingDirectory}/${buildId}/${runtimeDeltapack} ${testMachine}:${executionDir}" />
31
		</exec>
32
33
		<!--copy platform runtime needed to run p2 tests-->
34
		<exec dir="." executable="${copyClient}">
35
			<arg line="-r ${postingDirectory}/${buildId}/${runtimePlatform} ${testMachine}:${executionDir}" />
36
		</exec>
37
38
		<!--copy previous platform runtime needed to run p2 tests-->
39
		<exec dir="." executable="${copyClient}">
40
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
41
		</exec>
42
	</target>
43
44
	<target name="installVm">
45
		<property name="testVmTag" value="HEAD" />
46
		<!--get and install the vm to test with-->
47
		<cvs cvsRoot="${cvsRoot}" command="export -r ${testVmTag} ${vmUrl}" dest="${tester}" />
48
49
		<exec dir="${tester}" executable="${copyClient}">
50
			<arg line="${vmUrl} ${testMachine}:${testDir}" />
51
		</exec>
52
53
		<exec dir="." executable="${loginClient}">
54
			<arg line="${testMachine} ${vmInstallCommand}" />
55
		</exec>
56
	</target>
57
58
	<target name="install5.0Vm">
59
		<property name="testVmTag" value="HEAD" />
60
		<!--get and install the vm to test with-->
61
		<cvs cvsRoot="${cvsRoot}" command="export -r ${testVmTag} ${vmUrl5}" dest="${tester}" />
62
63
		<exec dir="${tester}" executable="${copyClient}">
64
			<arg line="${vmUrl5} ${testMachine}:${testDir}" />
65
		</exec>
66
67
		<exec dir="." executable="${loginClient}">
68
			<arg line="${testMachine} ${vmInstallCommand5}" />
69
		</exec>
70
	</target>
71
</project>
(-)eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5/testAll.sh (-17 lines)
Removed Link Here
1
# !/bin/sh
2
cd .
3
#environment variables
4
PATH=$PATH:`pwd`/../linux;export PATH
5
xhost +$HOSTNAME
6
MOZILLA_FIVE_HOME=/usr/lib/firefox-1.5.0.12;export MOZILLA_FIVE_HOME
7
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME
8
USERNAME=`whoami`
9
DISPLAY=$HOSTNAME:0.0
10
ulimit -c unlimited
11
12
export USERNAME DISPLAY LD_LIBRARY_PATH
13
14
#execute command to run tests
15
16
./runtests -os linux -ws gtk -arch x86 -vm `pwd`/../jdk1.5.0_22/jre/bin/java -properties vm.properties 1> linux.gtk_consolelog.txt 2>&1
17
(-)eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5/testing.properties (-67 lines)
Removed Link Here
1
###############################################################################
2
# Copyright (c) 2004, 2006 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
11
#target to call in test.xml:  runtests-local | runtests-remote
12
testTarget=runtests-remote
13
14
#directory on test machine where automated testing framework will be installed
15
testDir=/buildtest/${buildLabel}
16
17
#name of zip file containing automated testing framework and JUnit test plug-ins
18
testFramework=eclipse-Automated-Tests-${buildId}.zip
19
20
#name of runtime to install and test
21
runtime=eclipse-SDK-${buildId}-linux-gtk.tar.gz
22
23
#name of deltaPack to install and test
24
runtimeDeltapack=eclipse-${buildId}-delta-pack.zip
25
26
#name of Platform runtime to install and test
27
runtimePlatform=eclipse-platform-${buildId}-linux-gtk.tar.gz
28
previousRuntimePlatform=eclipse-platform-3.5-linux-gtk.tar.gz
29
30
#directory where test scripts are launched
31
executionDir=${testDir}/eclipse-testing
32
33
#name of file that captures console output from running JUnit plug-in tests
34
consolelog=linux.gtk_consolelog.txt
35
36
#name of script to execute on remote machine
37
testScript=cd  ${executionDir};./testAll.sh
38
39
#arguments to $(testScript)
40
args=${executionDir} linux.gtk_consolelog.txt
41
42
#cvsroot
43
cvsRoot=kmoir@ottcvs1:/home/cvs/releng
44
45
#name and path to downloaded vm.
46
vmDest=jdk-1_5_0_22-fcs-bin-b03-linux-i586-09_oct_2009.zip
47
48
#URL to vm used to run tests
49
vmUrl=jdks/${vmDest}
50
51
#command to execute via rsh to install the vm
52
vmInstallCommand=cd ${testDir};unzip ${vmDest}
53
54
#name and path to downloaded 5.0 vm.
55
vmDest6=jdk-6u17-fcs-bin-b04-linux-i586-11_oct_2009.zip
56
57
#URL to 5.0 vm used to run JDT Core tests
58
vmUrl6=jdks/${vmDest6}
59
60
#command to execute via rsh to install the vm
61
vmInstallCommand6=cd ${testDir};unzip ${vmDest6}
62
63
#Ant property to set if default vm installation not required
64
skipVmInstall=true
65
66
#extra binaries directory relative to testConfigs directory
67
extraBinariesDir=${base.builder}/../eclipseInternalBuildTools/bin/linux
(-)eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5/vm.properties (-11 lines)
Removed Link Here
1
###############################################################################
2
# Copyright (c) 2000, 2006 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
11
#J2SE-5.0=/buildtest/@buildid@/jdk1.5.0_22/jre/bin/java
(-)eclipse/buildConfigs/sdk.tests/testConfigs/sled10-perf/customTest.xml (+8 lines)
Lines 30-35 Link Here
30
		<!--add db to junit test zip if it is available-->
30
		<!--add db to junit test zip if it is available-->
31
		<available file="${internalPlugins}/org.apache.derby_10.4.2.0" type="dir" property="db.available" />
31
		<available file="${internalPlugins}/org.apache.derby_10.4.2.0" type="dir" property="db.available" />
32
		<antcall target="installdb" />
32
		<antcall target="installdb" />
33
33
		<!--copy deltapack needed to run pdebuild tests-->
34
		<!--copy deltapack needed to run pdebuild tests-->
34
		<exec dir="." executable="${copyClient}">
35
		<exec dir="." executable="${copyClient}">
35
			<arg line="-r ${postingDirectory}/${buildId}/${runtimeDeltapack} ${testMachine}:${executionDir}" />
36
			<arg line="-r ${postingDirectory}/${buildId}/${runtimeDeltapack} ${testMachine}:${executionDir}" />
Lines 44-49 Link Here
44
		<exec dir="." executable="${copyClient}">
45
		<exec dir="." executable="${copyClient}">
45
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
46
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
46
		</exec>
47
		</exec>
48
49
		<!--copy comparator log so it's accessible via releng tests -->
50
		<exec dir="." executable="${copyClient}">
51
			<arg line="-r ${buildlogs}/comparatorlog.txt ${testMachine}:${executionDir}" />
52
		</exec>
47
	</target>
53
	</target>
48
54
49
	<target name="installdb" if="db.available">
55
	<target name="installdb" if="db.available">
Lines 74-77 Link Here
74
		</exec>
80
		</exec>
75
	</target>
81
	</target>
76
82
83
84
77
</project>
85
</project>
(-)eclipse/buildConfigs/sdk.tests/testConfigs/sled10-perf/testAll.sh (-1 / +1 lines)
Lines 15-20 Link Here
15
zip eclipse-junit-tests-$1.zip -rm eclipse
15
zip eclipse-junit-tests-$1.zip -rm eclipse
16
16
17
#all tests
17
#all tests
18
./runtests -os linux -ws gtk -arch x86 -vm `pwd`/../jdk1.5.0_22/jre/bin/java -properties vm.properties -Dtest.target=performance -Dplatform=linuxgtkperf1 1> linux.gtk.perf1_consolelog.txt 2>&1
18
./runtests -os linux -ws gtk -arch x86 -vm `pwd`/../jdk6_17/jre/bin/java -properties vm.properties -Dtest.target=performance -Dplatform=linuxgtkperf1 1> linux.gtk.perf1_consolelog.txt 2>&1
19
19
20
20
(-)eclipse/buildConfigs/sdk.tests/testConfigs/sled10-perf/testing.properties (-2 / +2 lines)
Lines 46-55 Link Here
46
cvsRoot=kmoir@ottcvs1:/home/cvs/releng
46
cvsRoot=kmoir@ottcvs1:/home/cvs/releng
47
47
48
#name and path to downloaded vm.
48
#name and path to downloaded vm.
49
vmDest=jdk-1_5_0_22-fcs-bin-b03-linux-i586-09_oct_2009.zip
49
vmDest=jdk-6u17-fcs-bin-b04-linux-i586-11_oct_2009.zip
50
50
51
#URL to vm used to run tests
51
#URL to vm used to run tests
52
vmUrl=jdks/${vmDest}
52
vmUrl=jdks/1.6/${vmDest}
53
53
54
#command to execute via rsh to install the vm
54
#command to execute via rsh to install the vm
55
vmInstallCommand=cd ${testDir};unzip ${vmDest}
55
vmInstallCommand=cd ${testDir};unzip ${vmDest}
(-)eclipse/buildConfigs/sdk.tests/testConfigs/sled10-perf/vm.properties (-1 / +1 lines)
Lines 8-11 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
extraVMargs=-Declipse.perf.dbloc=net://trelenggtk.ottawa.ibm.com:1528;dbname=perfDb36 -Declipse.perf.config=config=@testMachine@;build=@buildType@@timestamp@;jvm=sun -Declipse.perf.assertAgainst=config=@testMachine@;build=@reference@;jvm=sun
11
extraVMargs=-Declipse.perf.dbloc=net://minsky.ottawa.ibm.com:1528;dbname=perfDb37 -Declipse.perf.config=config=@testMachine@;build=@buildType@@timestamp@;jvm=sun -Declipse.perf.assertAgainst=config=@testMachine@;build=@reference@;jvm=sun
(-)eclipse/buildConfigs/sdk.tests/testConfigs/testAll.xml (-7 / +2 lines)
Lines 39-54 Link Here
39
				<param name="cfgKey" value="macosx" />
39
				<param name="cfgKey" value="macosx" />
40
				<param name="markerName" value="eclipse-macosx-${buildId}" />
40
				<param name="markerName" value="eclipse-macosx-${buildId}" />
41
			</antcall>
41
			</antcall>
42
			<antcall target="test">
42
		<!--	<antcall target="test">
43
				<param name="tester" value="${basedir}/rhelws5" />
43
				<param name="tester" value="${basedir}/rhelws5" />
44
				<param name="cfgKey" value="rhelws5" />
44
				<param name="cfgKey" value="rhelws5" />
45
				<param name="markerName" value="eclipse-rhelws5-${buildId}" />
45
				<param name="markerName" value="eclipse-rhelws5-${buildId}" />
46
			</antcall>
46
			</antcall> -->			
47
			<antcall target="test">
48
				<param name="tester" value="${basedir}/win32xp" />
49
				<param name="cfgKey" value="win32xp" />
50
				<param name="markerName" value="eclipse-win32xp-${buildId}" />
51
			</antcall>
52
			<antcall target="test">
47
			<antcall target="test">
53
				<param name="tester" value="${basedir}/rhelws5-6.0" />
48
				<param name="tester" value="${basedir}/rhelws5-6.0" />
54
				<param name="cfgKey" value="rhelws5-6.0" />
49
				<param name="cfgKey" value="rhelws5-6.0" />
(-)eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/customTest.xml (-75 lines)
Lines 1-76 Link Here
1
1
2
<project name="Customized testing instructions" default="customSetup">
3
4
	<target name="customSetup">
5
		<!--property file containing key value pair for ${eclipse.perf.ref}-->
6
		<property file="${ref.properties}" />
7
8
		<antcall target="installVm" />
9
		<!--copy the script which sets up environment and invokes the tests on test machine-->
10
		<exec dir="." executable="${copyClient}">
11
			<arg line="${tester}/testAll.bat ${testMachine}:${executionDir}" />
12
		</exec>
13
14
		<!--copy in test script modified for running Team CVS tests-->
15
		<exec dir="." executable="${copyClient}">
16
			<arg line="${tester}/../../testScripts/test.xml ${testMachine}:${executionDir}" />
17
		</exec>
18
19
		<antcall target="replaceBuildId" />
20
21
		<replace file="${tester}/vm.properties" token="@buildType@@timestamp@" value="${buildId}" />
22
		<replace file="${tester}/vm.properties" token="@reference@" value="${eclipse.perf.ref}" />
23
		<replace file="${tester}/vm.properties" token="@testMachine@" value="${testMachine}" />
24
25
		<!--copy in the properties file for testing with performance vm args-->
26
		<exec dir="." executable="${copyClient}">
27
			<arg line="${tester}/vm.properties ${testMachine}:${executionDir}" />
28
		</exec>
29
30
		<!--add db to junit test zip if it is available-->
31
		<available file="${internalPlugins}/org.apache.derby_10.4.2.0" type="dir" property="db.available" />
32
		<antcall target="installdb" />
33
34
		<!--copy deltapack needed to run pdebuild tests-->
35
		<exec dir="." executable="${copyClient}">
36
			<arg line="-r ${postingDirectory}/${buildId}/${runtimeDeltapack} ${testMachine}:${executionDir}" />
37
		</exec>
38
39
		<!--copy platform runtime needed to run p2 tests-->
40
		<exec dir="." executable="${copyClient}">
41
			<arg line="-r ${postingDirectory}/${buildId}/${runtimePlatform} ${testMachine}:${executionDir}" />
42
		</exec>
43
44
		<!--copy previous platform runtime needed to run p2 tests-->
45
		<exec dir="." executable="${copyClient}">
46
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
47
		</exec>
48
	</target>
49
50
	<target name="installdb" if="db.available">
51
		<mkdir dir="${tester}/eclipse/dropins/eclipse/plugins" />
52
		<copy todir="${tester}/eclipse/dropins/eclipse/plugins">
53
			<fileset dir="${internalPlugins}" includes="org.apache.derby_10.4.2.0/**" />
54
		</copy>
55
		<exec dir="${tester}" executable="${copyClient}">
56
			<arg line="-r eclipse ${testMachine}:${executionDir}" />
57
		</exec>
58
	</target>
59
60
	<target name="replaceBuildId" if="performance.base">
61
		<replace file="${tester}/vm.properties" token="@buildType@@timestamp@" value="${testedBuildIdDBLabel}" />
62
	</target>
63
64
	<target name="installVm">
65
		<property name="testVmTag" value="HEAD" />
66
		<!--get and install the vm to test with-->
67
		<cvs cvsRoot="${cvsRoot}" command="export -r ${testVmTag} ${vmUrl}" dest="${tester}" />
68
69
		<exec dir="${tester}" executable="${copyClient}">
70
			<arg line="${vmUrl} ${testMachine}:${testDir}" />
71
		</exec>
72
		<exec dir="." executable="${loginClient}">
73
			<arg line="${testMachine} ${vmInstallCommand}" />
74
		</exec>
75
	</target>
76
</project>
(-)eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/testAll.bat (-11 lines)
Lines 1-14 Link Here
1
@echo off
2
cd %1
3
REM test script
4
5
REM add the extra binaries to the system path
6
set PATH=%PATH%;%1\..\windowsBin
7
8
mkdir results
9
10
REM add Cloudscape plugin to junit tests zip file
11
zip eclipse-junit-tests-%3%.zip -rm eclipse
12
1
13
REM run all tests.  -vm argument used as is to eclipse launcher for target eclipse
2
REM run all tests.  -vm argument used as is to eclipse launcher for target eclipse
14
call runtests.bat -vm %cd%\..\jdk6_17\jre\bin\javaw -properties vm.properties "-Dtest.target=performance" "-Dplatform=win32perf2" 1> %2 2>&1
3
call runtests.bat -vm %cd%\..\jdk6_17\jre\bin\javaw -properties vm.properties "-Dtest.target=performance" "-Dplatform=win32perf2" 1> %2 2>&1
(-)eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/testing.properties (-67 lines)
Removed Link Here
1
###############################################################################
2
# Copyright (c) 2004, 2006 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
11
#target to call in test.xml:  runtests-local | runtests-remote
12
testTarget=runtests-remote
13
14
#use rsh as protocol for login and copying files.
15
rsh=true
16
17
#directory on test machine where automated testing framework will be installed
18
testDir=c:\\buildtest\\${buildLabel}
19
20
#name of zip file containing automated testing framework and JUnit test plug-ins
21
testFramework=eclipse-Automated-Tests-${buildId}.zip
22
23
#name of runtime to install and test
24
runtime=eclipse-SDK-${buildId}-win32.zip
25
26
#name of deltaPack to install and test
27
runtimeDeltapack=eclipse-${buildId}-delta-pack.zip
28
29
#name of Platform runtime to install and test
30
runtimePlatform=eclipse-platform-${buildId}-win32.zip
31
previousRuntimePlatform=eclipse-platform-3.5-win32.zip
32
33
#directory where test scripts are launched
34
executionDir=${testDir}\\eclipse-testing
35
36
#eclipse platforms:  win32 | linux-motif | linux-gtk | aix-motif | hpux-motif |solaris-motif
37
platform=win32perf2
38
39
#name of file that captures console output from running JUnit plug-in tests
40
consolelog=winxp.perf2_consolelog.txt
41
42
#name of script to execute on remote machine
43
testScript=start /min /wait ${executionDir}\\testAll.bat
44
45
#arguments to $(testScript)
46
args=${executionDir} winxp.perf2_consolelog.txt ${buildId}
47
48
#name and path to downloaded vm.
49
vmDest=jdk-6u17-fcs-bin-b04-windows-i586-11_oct_2009.zip
50
51
#cvsroot
52
cvsRoot=kmoir@ottcvs1:/home/cvs/releng
53
54
#URL to vm used to run tests
55
vmUrl=jdks/1.6/${vmDest}
56
57
#command to execute via rsh to install the vm
58
vmInstallCommand="unzip -o -qq ${testDir}\\${vmDest} -d ${testDir}"
59
60
#Ant property to set default vm installation
61
skipVmInstall=true
62
63
#extra binaries directory relative to testConfigs directory
64
extraBinariesDir=${base.builder}/../eclipseInternalBuildTools/bin/windowsBin
65
66
#Cloudscape plug-in location
67
internalPlugins=${base.builder}/../eclipseInternalBuildTools/plugins
(-)eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/vm.properties (-11 lines)
Removed Link Here
1
###############################################################################
2
# Copyright (c) 2000, 2006 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
11
extraVMargs=-Declipse.perf.dbloc=net://trelenggtk.ottawa.ibm.com:1528;dbname=perfDb36 -Declipse.perf.config=config=@testMachine@;build=@buildType@@timestamp@;jvm=sun -Declipse.perf.assertAgainst=config=@testMachine@;build=@reference@;jvm=sun
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp-6.0/customTest.xml (+5 lines)
Lines 38-43 Link Here
38
		<exec dir="." executable="${copyClient}">
38
		<exec dir="." executable="${copyClient}">
39
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
39
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
40
		</exec>
40
		</exec>
41
42
		<!--copy comparator log so it's accessible via releng tests -->
43
		<exec dir="." executable="${copyClient}">
44
			<arg line="-r ${buildlogs}/comparatorlog.txt ${testMachine}:${executionDir}" />
45
		</exec>
41
	</target>
46
	</target>
42
47
43
	<target name="install6.0Vm">
48
	<target name="install6.0Vm">
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp-perf/customTest.xml (+5 lines)
Lines 45-50 Link Here
45
		<exec dir="." executable="${copyClient}">
45
		<exec dir="." executable="${copyClient}">
46
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
46
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
47
		</exec>
47
		</exec>
48
49
		<!--copy comparator log so it's accessible via releng tests -->
50
		<exec dir="." executable="${copyClient}">
51
			<arg line="-r ${buildlogs}/comparatorlog.txt ${testMachine}:${executionDir}" />
52
		</exec>
48
	</target>
53
	</target>
49
54
50
	<target name="installdb" if="db.available">
55
	<target name="installdb" if="db.available">
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp-perf/testAll.bat (-1 / +1 lines)
Lines 8-12 Link Here
8
zip eclipse-junit-tests-%3%.zip -rm eclipse
8
zip eclipse-junit-tests-%3%.zip -rm eclipse
9
9
10
REM run all tests
10
REM run all tests
11
call runtests.bat -vm %cd%\..\jdk1.5.0_22\jre\bin\javaw -properties vm.properties "-Dtest.target=performance" "-Dplatform=win32perf1" 1> %2 2>&1
11
call runtests.bat -vm %cd%\..\jdk6_17\jre\bin\javaw -properties vm.properties "-Dtest.target=performance" "-Dplatform=win32perf1" 1> %2 2>&1
12
exit
12
exit
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp-perf/testing.properties (-2 / +11 lines)
Lines 46-62 Link Here
46
args=${executionDir} winxp.perf1_consolelog.txt ${buildId}
46
args=${executionDir} winxp.perf1_consolelog.txt ${buildId}
47
47
48
#name and path to downloaded vm.
48
#name and path to downloaded vm.
49
vmDest=jdk-1_5_0_22-fcs-bin-b03-windows-i586-09_oct_2009.zip
49
vmDest=jdk-6u17-fcs-bin-b04-windows-i586-11_oct_2009.zip
50
50
51
#cvsroot
51
#cvsroot
52
cvsRoot=kmoir@ottcvs1:/home/cvs/releng
52
cvsRoot=kmoir@ottcvs1:/home/cvs/releng
53
53
54
#URL to vm used to run tests
54
#URL to vm used to run tests
55
vmUrl=jdks/${vmDest}
55
vmUrl=jdks/1.6/${vmDest}
56
56
57
#command to execute via rsh to install the vm
57
#command to execute via rsh to install the vm
58
vmInstallCommand="unzip -o -qq ${testDir}\\${vmDest} -d ${testDir}"
58
vmInstallCommand="unzip -o -qq ${testDir}\\${vmDest} -d ${testDir}"
59
59
60
#name and path to 5.0 vm.
61
vmDest6=jdk-6u17-fcs-bin-b04-windows-i586-11_oct_2009.zip
62
63
#URL to 5.0 vm used to run jdt core tests
64
vmUrl6=jdks/1.6/${vmDest6}
65
66
#command to execute via rsh to install the 5.0 vm
67
vmInstallCommand6="unzip -o -qq ${testDir}\\${vmDest6} -d ${testDir}"
68
60
#Ant property to set default vm installation
69
#Ant property to set default vm installation
61
skipVmInstall=true
70
skipVmInstall=true
62
71
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp-perf/vm.properties (-1 / +1 lines)
Lines 8-11 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
extraVMargs=-Declipse.perf.dbloc=net://trelenggtk.ottawa.ibm.com:1528;dbname=perfDb36 -Declipse.perf.config=config=@testMachine@;build=@buildType@@timestamp@;jvm=sun -Declipse.perf.assertAgainst=config=@testMachine@;build=@reference@;jvm=sun
11
extraVMargs=-Declipse.perf.dbloc=net://minsky.ottawa.ibm.com:1528;dbname=perfDb37 -Declipse.perf.config=config=@testMachine@;build=@buildType@@timestamp@;jvm=sun -Declipse.perf.assertAgainst=config=@testMachine@;build=@reference@;jvm=sun
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/customTest.xml (-76 lines)
Lines 1-76 Link Here
1
<project name="Customized testing instructions" default="customSetup">
2
3
	<target name="customSetup">
4
		<antcall target="installVm" />
5
		<antcall target="install1.6Vm" />
6
7
		<!--copy the script which sets up environment and invokes the tests on test machine-->
8
		<exec dir="." executable="${copyClient}">
9
			<arg line="${tester}/testAll.bat ${testMachine}:${executionDir}" />
10
		</exec>
11
12
		<!--copy in test script modified for running Team CVS tests-->
13
		<exec dir="." executable="${copyClient}">
14
			<arg line="${tester}/../../testScripts/test.xml ${testMachine}:${executionDir}" />
15
		</exec>
16
17
		<replace file="${tester}/vm.properties" token="@buildid@" value="${buildId}" />
18
		<exec dir="." executable="${copyClient}">
19
			<arg line="${tester}/vm.properties ${testMachine}:${executionDir}" />
20
		</exec>
21
22
		<!--copy deltapack needed to run pdebuild tests-->
23
		<exec dir="." executable="${copyClient}">
24
			<arg line="-r ${postingDirectory}/${buildId}/${runtimeDeltapack} ${testMachine}:${executionDir}" />
25
		</exec>
26
27
		<!--copy platform runtime needed to run p2 tests-->
28
		<exec dir="." executable="${copyClient}">
29
			<arg line="-r ${postingDirectory}/${buildId}/${runtimePlatform} ${testMachine}:${executionDir}" />
30
		</exec>
31
32
		<!--copy previous platform runtime needed to run p2 tests-->
33
		<exec dir="." executable="${copyClient}">
34
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
35
		</exec>
36
	</target>
37
38
	<target name="installVm">
39
		<property name="testVmTag" value="HEAD" />
40
		<!--get and install the vm to test with-->
41
		<cvs cvsRoot="${cvsRoot}" command="export -r ${testVmTag} ${vmUrl}" dest="${tester}" />
42
43
		<exec dir="${tester}" executable="${copyClient}">
44
			<arg line="${vmUrl} ${testMachine}:${testDir}" />
45
		</exec>
46
		<exec dir="." executable="${loginClient}">
47
			<arg line="${testMachine} ${vmInstallCommand}" />
48
		</exec>
49
	</target>
50
51
	<target name="install5.0Vm">
52
		<property name="testVmTag" value="HEAD" />
53
		<!--get and install the vm to test with-->
54
		<cvs cvsRoot="${cvsRoot}" command="export -r ${testVmTag} ${vmUrl6}" dest="${tester}" />
55
56
		<exec dir="${tester}" executable="${copyClient}">
57
			<arg line="${vmUrl6} ${testMachine}:${testDir}" />
58
		</exec>
59
		<exec dir="." executable="${loginClient}">
60
			<arg line="${testMachine} ${vmInstallCommand5}" />
61
		</exec>
62
	</target>
63
64
	<target name="install1.6Vm">
65
		<property name="testVmTag" value="HEAD" />
66
		<!--get and install the vm to test with-->
67
		<cvs cvsRoot="${cvsRoot}" command="export -r ${testVmTag} ${vmUrl6}" dest="${tester}" />
68
69
		<exec dir="${tester}" executable="${copyClient}">
70
			<arg line="${vmUrl6} ${testMachine}:${testDir}" />
71
		</exec>
72
		<exec dir="." executable="${loginClient}">
73
			<arg line="${testMachine} ${vmInstallCommand6}" />
74
		</exec>
75
	</target>
76
</project>
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/testAll.bat (-10 lines)
Lines 1-11 Link Here
1
@echo off
2
cd %1
3
REM test script
4
1
5
REM add the extra binaries to the system path
6
set PATH=%PATH%;%1\..\windowsBin
7
8
REM run all tests
9
call runtests.bat -vm %cd%\..\jdk1.5.0_22\jre\bin\javaw -properties vm.properties 1> %2 2>&1
10
11
exit
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/testing.properties (-78 lines)
Removed Link Here
1
###############################################################################
2
# Copyright (c) 2004, 2006 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
11
#target to call in test.xml:  runtests-local | runtests-remote
12
testTarget=runtests-remote
13
14
#use rsh as protocol for login and copying files.
15
rsh=true
16
17
#directory on test machine where automated testing framework will be installed
18
testDir=c:\\buildtest\\${buildLabel}
19
20
#name of zip file containing automated testing framework and JUnit test plug-ins
21
testFramework=eclipse-Automated-Tests-${buildId}.zip
22
23
#name of runtime to install and test
24
runtime=eclipse-SDK-${buildId}-win32.zip
25
26
#name of deltaPack to install and test
27
runtimeDeltapack=eclipse-${buildId}-delta-pack.zip
28
29
#name of Platform runtime to install and test
30
runtimePlatform=eclipse-platform-${buildId}-win32.zip
31
previousRuntimePlatform=eclipse-platform-3.5-win32.zip
32
33
#directory where test scripts are launched
34
executionDir=${testDir}\\eclipse-testing
35
36
#name of file that captures console output from running JUnit plug-in tests
37
consolelog=win32_consolelog.txt
38
39
#name of script to execute on remote machine
40
testScript=start /min /wait ${executionDir}\\testAll.bat
41
42
#arguments to $(testScript)
43
args=${executionDir} win32_consolelog.txt
44
45
#name and path to downloaded vm.
46
vmDest=jdk-1_5_0_22-fcs-bin-b03-windows-i586-09_oct_2009.zip
47
48
#cvsroot
49
cvsRoot=kmoir@ottcvs1:/home/cvs/releng
50
51
#URL to vm used to run tests
52
vmUrl=jdks/${vmDest}
53
54
#command to execute via rsh to install the vm
55
vmInstallCommand="unzip -o -qq ${testDir}\\${vmDest} -d ${testDir}"
56
57
#name and path to 5.0 vm.
58
vmDest6=jdk-6u17-fcs-bin-b04-windows-i586-11_oct_2009.zip
59
60
#URL to 5.0 vm used to run jdt core tests
61
vmUrl6=jdks/${vmDest6}
62
63
#command to execute via rsh to install the 5.0 vm
64
vmInstallCommand6="unzip -o -qq ${testDir}\\${vmDest6} -d ${testDir}"
65
66
#name and path to 1.6 vm.
67
vmDest6=jdk-6u17-fcs-bin-b04-windows-i586-11_oct_2009.zip
68
69
#URL to 1.6 vm used to run jdt core tests
70
vmUrl6=jdks/1.6/${vmDest6}
71
72
#command to execute via rsh to install the 1.6 vm
73
vmInstallCommand6="unzip -o -qq ${testDir}\\${vmDest6} -d ${testDir}"
74
#Ant property to set default vm installation
75
skipVmInstall=true
76
77
#extra binaries directory relative to testConfigs directory
78
extraBinariesDir=${base.builder}/../eclipseInternalBuildTools/bin/windowsBin
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/vm.properties (-12 lines)
Removed Link Here
1
###############################################################################
2
# Copyright (c) 2000, 2006 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
11
#J2SE-5.0=c:/buildtest/@buildid@/jdk1.5.0_06/jre/bin/java
12
J2SE-6.0=c:/buildtest/@buildid@/jdk6_17/jre/bin/javaw
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp2-perf/customTest.xml (+5 lines)
Lines 45-50 Link Here
45
		<exec dir="." executable="${copyClient}">
45
		<exec dir="." executable="${copyClient}">
46
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
46
			<arg line="-r ${previousPlatformZips}/${previousRuntimePlatform} ${testMachine}:${executionDir}" />
47
		</exec>
47
		</exec>
48
49
		<!--copy comparator log so it's accessible via releng tests -->
50
		<exec dir="." executable="${copyClient}">
51
			<arg line="-r ${buildlogs}/comparatorlog.txt ${testMachine}:${executionDir}" />
52
		</exec>
48
	</target>
53
	</target>
49
54
50
	<target name="installdb" if="db.available">
55
	<target name="installdb" if="db.available">
(-)eclipse/buildConfigs/sdk.tests/testConfigs/win32xp2-perf/vm.properties (-1 / +1 lines)
Lines 8-11 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
extraVMargs=-Declipse.perf.dbloc=net://trelenggtk.ottawa.ibm.com:1528;dbname=perfDb36 -Declipse.perf.config=config=@testMachine@;build=@buildType@@timestamp@;jvm=sun -Declipse.perf.assertAgainst=config=@testMachine@;build=@reference@;jvm=sun
11
extraVMargs=-Declipse.perf.dbloc=net://minsky.ottawa.ibm.com:1528;dbname=perfDb37 -Declipse.perf.config=config=@testMachine@;build=@buildType@@timestamp@;jvm=sun -Declipse.perf.assertAgainst=config=@testMachine@;build=@reference@;jvm=sun
(-)eclipse/buildConfigs/sdk.tests/testScripts/readme.html (-2 lines)
Lines 150-157 Link Here
150
    <td>linux</td><td>gtk</td><td>x86</td></tr>
150
    <td>linux</td><td>gtk</td><td>x86</td></tr>
151
  <tr>
151
  <tr>
152
    <td>linux</td><td>gtk</td><td>x86_64</td></tr>
152
    <td>linux</td><td>gtk</td><td>x86_64</td></tr>
153
  <tr>
154
    <td>linux</td><td>gtk</td><td>ppc</td></tr>
155
  <tr> 
153
  <tr> 
156
    <td>linux</td><td>motif</td><td>x86</td></tr>
154
    <td>linux</td><td>motif</td><td>x86</td></tr>
157
  <tr>
155
  <tr>
(-)eclipse/buildConfigs/sdk.tests/testScripts/runtests (-1 / +1 lines)
Lines 66-72 Link Here
66
cd $dir
66
cd $dir
67
67
68
# verify os, ws and arch values passed in are valid before running tests
68
# verify os, ws and arch values passed in are valid before running tests
69
if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "macosx-carbon-x86" ] || [ "$os-$ws-$arch" = "macosx-cocoa-ppc" ] || [ "$os-$ws-$arch" = "macosx-cocoa-x86" ]|| [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-x86" ] ||[ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] ||  [ "$os-$ws-$arch" = "linux-gtk-ia64" ] ||  [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] ||  [ "$os-$ws-$arch" = "hpux-motif-ia64_32"]
69
if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "macosx-carbon-x86" ] || [ "$os-$ws-$arch" = "macosx-cocoa-ppc" ] || [ "$os-$ws-$arch" = "macosx-cocoa-x86" ]|| [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-x86" ] ||[ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] ||  [ "$os-$ws-$arch" = "linux-gtk-ia64" ] ||  [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] ||  [ "$os-$ws-$arch" = "hpux-motif-ia64_32"]
70
then
70
then
71
	if [ ! -r eclipse ]
71
	if [ ! -r eclipse ]
72
	then
72
	then
(-)eclipse/buildConfigs/sdk.tests/testScripts/test.xml (-18 / +23 lines)
Lines 82-91 Link Here
82
	<target name="setupPlatform">
82
	<target name="setupPlatform">
83
		<property file="equinoxp2tests.properties" />
83
		<property file="equinoxp2tests.properties" />
84
		<condition property="platformArchive" value="${org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.linux}">
84
		<condition property="platformArchive" value="${org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.linux}">
85
			<os family="unix" />
85
			<and>
86
				<os family="unix" />
87
				<not>
88
					<os family="mac" />
89
				</not>
90
			</and>
86
		</condition>
91
		</condition>
87
		<condition property="platformArchive" value="${org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.macosx}">
92
		<condition property="platformArchive" value="${org.eclipse.equinox.p2.reconciler.tests.35.platform.archive.macosx}">
88
			<os family="mac" />
93
			<and>
94
				<os family="mac" />
95
				<os family="unix" />
96
			</and>
89
		</condition>
97
		</condition>
90
		<condition property="platformArchive" value="${org.eclipse.equinox.p2.reconciler.tests.platform.archive.win32}">
98
		<condition property="platformArchive" value="${org.eclipse.equinox.p2.reconciler.tests.platform.archive.win32}">
91
			<os family="windows" />
99
			<os family="windows" />
Lines 121-133 Link Here
121
129
122
	<target name="installExtraPlugins" if="extraIU">
130
	<target name="installExtraPlugins" if="extraIU">
123
		<property file="equinoxp2tests.properties" />
131
		<property file="equinoxp2tests.properties" />
132
		<path id="launcher.paths">
133
			<fileset dir="${eclipse-home}" includes="plugins/org.eclipse.equinox.launcher_*" />
134
		</path>
135
		<property name="launcherPath" refid="launcher.paths" />
136
124
		<property name="currentBuildRepo" value="${org.eclipse.equinox.p2.tests.current.build.repo}" />
137
		<property name="currentBuildRepo" value="${org.eclipse.equinox.p2.tests.current.build.repo}" />
125
		<echo>-installIU ${extraIU} +</echo>
138
		<echo>-installIU ${extraIU} +</echo>
126
		<exec executable="${eclipse-home}/eclipse" failonerror="false" dir="${eclipse-home}" timeout="900000" output="${basedir}/director.log" resultproperty="directorcode">
139
		<java jar="${launcherPath}" failonerror="false" dir="${eclipse-home}" timeout="900000" fork="true" output="${basedir}/director.log" resultproperty="directorcode">
127
			<arg line="-vm ${java.home}/bin/java" />
140
			<arg line="-vm ${java.home}/bin/java" />
128
			<arg line="-application org.eclipse.equinox.p2.director" />
141
			<arg line="-application org.eclipse.equinox.p2.director" />
129
			<arg line="-nosplash" />
130
			<arg line="--launcher.suppressErrors" />
131
			<arg line="-consoleLog" />
142
			<arg line="-consoleLog" />
132
			<arg line="-flavor tooling" />
143
			<arg line="-flavor tooling" />
133
			<arg line="-installIUs ${extraIU}" />
144
			<arg line="-installIUs ${extraIU}" />
Lines 139-155 Link Here
139
			<arg line="-repository ${currentBuildRepo}" />
150
			<arg line="-repository ${currentBuildRepo}" />
140
			<arg line="-destination ${eclipse-home}" />
151
			<arg line="-destination ${eclipse-home}" />
141
			<arg line="-bundlepool ${eclipse-home}" />
152
			<arg line="-bundlepool ${eclipse-home}" />
142
		</exec>
153
		</java>
143
	</target>
154
	</target>
144
155
145
	<target name="installTestPlugins">
156
	<target name="installTestPlugins">
157
		<path id="launcher.paths">
158
			<fileset dir="${eclipse-home}" includes="plugins/org.eclipse.equinox.launcher_*" />
159
		</path>
160
		<property name="launcherPath" refid="launcher.paths" />
146
		<antcall target="setupPlatform" />
161
		<antcall target="setupPlatform" />
147
		<echo>-installIU ${testPlugin} +</echo>
162
		<echo>-installIU ${testPlugin} +</echo>
148
		<exec executable="${eclipse-home}/eclipse" failonerror="false" dir="${eclipse-home}" timeout="900000" output="${basedir}/director.log" resultproperty="directorcode">
163
		<java jar="${launcherPath}" failonerror="false" dir="${eclipse-home}" timeout="900000" fork="true" output="${basedir}/director.log" resultproperty="directorcode">
149
			<arg line="-vm ${java.home}/bin/java" />
164
			<arg line="-vm ${java.home}/bin/java" />
150
			<arg line="-application org.eclipse.equinox.p2.director" />
165
			<arg line="-application org.eclipse.equinox.p2.director" />
151
			<arg line="-nosplash" />
152
			<arg line="--launcher.suppressErrors" />
153
			<arg line="-consoleLog" />
166
			<arg line="-consoleLog" />
154
			<arg line="-flavor tooling" />
167
			<arg line="-flavor tooling" />
155
			<arg line="-installIUs ${testPlugin},org.eclipse.test,org.eclipse.ant.optional.junit,org.eclipse.test.performance,org.eclipse.test.performance.win32,org.easymock" />
168
			<arg line="-installIUs ${testPlugin},org.eclipse.test,org.eclipse.ant.optional.junit,org.eclipse.test.performance,org.eclipse.test.performance.win32,org.easymock" />
Lines 161-167 Link Here
161
			<arg line="-repository file:${repoLocation}" />
174
			<arg line="-repository file:${repoLocation}" />
162
			<arg line="-destination ${eclipse-home}" />
175
			<arg line="-destination ${eclipse-home}" />
163
			<arg line="-bundlepool ${eclipse-home}" />
176
			<arg line="-bundlepool ${eclipse-home}" />
164
		</exec>
177
		</java>
165
		<antcall target="configureTeamTest" />
178
		<antcall target="configureTeamTest" />
166
		<antcall target="unzipderby" />
179
		<antcall target="unzipderby" />
167
	</target>
180
	</target>
Lines 217-229 Link Here
217
				<equals arg1="${arch}" arg2="x86" />
230
				<equals arg1="${arch}" arg2="x86" />
218
			</and>
231
			</and>
219
		</condition>
232
		</condition>
220
		<condition property="runtimeArchive" value="eclipse-SDK-${buildId}-linux-gtk-ppc.tar.gz">
221
			<and>
222
				<equals arg1="${os}" arg2="linux" />
223
				<equals arg1="${ws}" arg2="gtk" />
224
				<equals arg1="${arch}" arg2="ppc" />
225
			</and>
226
		</condition>
227
		<condition property="runtimeArchive" value="eclipse-SDK-${buildId}-linux-gtk-ppc64.tar.gz">
233
		<condition property="runtimeArchive" value="eclipse-SDK-${buildId}-linux-gtk-ppc64.tar.gz">
228
			<and>
234
			<and>
229
				<equals arg1="${os}" arg2="linux" />
235
				<equals arg1="${os}" arg2="linux" />
Lines 775-781 Link Here
775
		<antcall target="uadoc" />
781
		<antcall target="uadoc" />
776
		<antcall target="debug" />
782
		<antcall target="debug" />
777
		<antcall target="ui" />
783
		<antcall target="ui" />
778
	
779
	</target>
784
	</target>
780
</project>
785
</project>
781
786
(-)eclipse/buildConfigs/sdk/build.properties (-1 lines)
Lines 30-36 Link Here
30
	macosx, cocoa, x86 & \
30
	macosx, cocoa, x86 & \
31
	macosx, cocoa, x86_64 & \
31
	macosx, cocoa, x86_64 & \
32
	linux, gtk, x86 & \
32
	linux, gtk, x86 & \
33
	linux, gtk, ppc & \
34
	linux, gtk, ppc64 & \
33
	linux, gtk, ppc64 & \
35
	linux, gtk, x86_64 &\
34
	linux, gtk, x86_64 &\
36
	linux, gtk, s390x &\
35
	linux, gtk, s390x &\
(-)eclipse/buildConfigs/sdk/customTargets.xml (-5 lines)
Lines 69-79 Link Here
69
		<antcall target="assemble" />
69
		<antcall target="assemble" />
70
	</target>
70
	</target>
71
71
72
	<target name="assemble.org.eclipse.sdk.linux.gtk.ppc">
73
		<property name="archiveName" value="eclipse-SDK-${buildId}-linux-gtk-ppc.tar.gz" />
74
		<antcall target="assemble" />
75
	</target>
76
77
	<target name="assemble.org.eclipse.sdk.linux.gtk.ppc64">
72
	<target name="assemble.org.eclipse.sdk.linux.gtk.ppc64">
78
		<property name="archiveName" value="eclipse-SDK-${buildId}-linux-gtk-ppc64.tar.gz" />
73
		<property name="archiveName" value="eclipse-SDK-${buildId}-linux-gtk-ppc64.tar.gz" />
79
		<antcall target="assemble" />
74
		<antcall target="assemble" />
(-)eclipse/buildConfigs/sdk/oldsrcBuild/build.bat (-1 lines)
Lines 32-38 Link Here
32
if %installOs%-%ws%-%arch%==win32-win32-x86 goto run
32
if %installOs%-%ws%-%arch%==win32-win32-x86 goto run
33
if %installOs%-%ws%-%arch%==linux-motif-x86 goto run
33
if %installOs%-%ws%-%arch%==linux-motif-x86 goto run
34
if %installOs%-%ws%-%arch%==linux-gtk-x86 goto run
34
if %installOs%-%ws%-%arch%==linux-gtk-x86 goto run
35
if %installOs%-%ws%-%arch%==linux-gtk-ppc goto run
36
if %installOs%-%ws%-%arch%==linux-gtk-x86_64 goto run
35
if %installOs%-%ws%-%arch%==linux-gtk-x86_64 goto run
37
if %installOs%-%ws%-%arch%==linux-gtk-s390 goto run
36
if %installOs%-%ws%-%arch%==linux-gtk-s390 goto run
38
if %installOs%-%ws%-%arch%==linux-gtk-s390x goto run
37
if %installOs%-%ws%-%arch%==linux-gtk-s390x goto run
(-)eclipse/buildConfigs/sdk/oldsrcBuild/fetch/instructions.html (-6 / +1 lines)
Lines 85-96 Link Here
85
    <td width="48%">linux</td>
85
    <td width="48%">linux</td>
86
    <td width="52%">gtk</td>
86
    <td width="52%">gtk</td>
87
    <td width="52%">x86_64</td>
87
    <td width="52%">x86_64</td>
88
  </tr>
88
  </tr>  
89
  <tr> 
90
    <td width="48%">linux</td>
91
    <td width="52%">gtk</td>
92
    <td width="52%">ppc</td>
93
  </tr>
94
  <tr> 
89
  <tr> 
95
    <td width="48%">macosx</td>
90
    <td width="48%">macosx</td>
96
    <td width="52%">carbon</td>
91
    <td width="52%">carbon</td>
(-)eclipse/buildConfigs/sdk/oldsrcBuild/incl/instructions.html (-6 / +1 lines)
Lines 96-107 Link Here
96
    <td width="48%">linux</td>
96
    <td width="48%">linux</td>
97
    <td width="52%">gtk</td>
97
    <td width="52%">gtk</td>
98
    <td width="52%">x86_64</td>
98
    <td width="52%">x86_64</td>
99
  </tr>
99
  </tr>  
100
  <tr> 
101
    <td width="48%">linux</td>
102
    <td width="52%">gtk</td>
103
    <td width="52%">ppc</td>
104
  </tr>
105
  <tr> 
100
  <tr> 
106
    <td width="48%">macosx</td>
101
    <td width="48%">macosx</td>
107
    <td width="52%">carbon</td>
102
    <td width="52%">carbon</td>
(-)eclipse/buildConfigs/sdk/srcBuild/build (-1 / +1 lines)
Lines 52-58 Link Here
52
        exit 1
52
        exit 1
53
fi
53
fi
54
54
55
if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-x86" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32"]  || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "macosx-cocoa-x86" ] || [ "$os-$ws-$arch" = "macosx-cocoa-x86_64" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32" ] 
55
if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-x86" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32"]  || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "macosx-cocoa-x86" ] || [ "$os-$ws-$arch" = "macosx-cocoa-x86_64" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32" ] 
56
then
56
then
57
			          
57
			          
58
                 if [ ! -r eclipse ]
58
                 if [ ! -r eclipse ]
(-)eclipse/buildConfigs/sdk/srcBuild/run.xml (-1 / +1 lines)
Lines 28-34 Link Here
28
		 <target name="provision.sdk">
28
		 <target name="provision.sdk">
29
		 		 <antcall target="run.director">
29
		 		 <antcall target="run.director">
30
		 		 		 <param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
30
		 		 		 <param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
31
		 		 		 <param name="p2.director.version" value="3.6.0.${buildId}" />
31
		 		 		 <param name="p2.director.version" value="3.7.0.${buildId}" />
32
		 		 		 <param name="p2.director.profile" value="SDKProfile" />
32
		 		 		 <param name="p2.director.profile" value="SDKProfile" />
33
		 		 		 <param name="p2.director.install.path" value="${p2.sdk.install}/eclipse" />
33
		 		 		 <param name="p2.director.install.path" value="${p2.sdk.install}/eclipse" />
34
		 		 		 <param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
34
		 		 		 <param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
(-)eclipse/buildConfigs/test.framework/build.properties (+14 lines)
Lines 39-41 Link Here
39
39
40
zipargs=
40
zipargs=
41
tarargs=
41
tarargs=
42
43
individualSourceBundles=true
44
collPlace=eclipse
45
collBase=.
46
flattenDependencies=true
47
parallelCompilation=true
48
p2.gathering=true
49
p2.compress=true
50
p2.publishonerror=true
51
p2.build.repo=file:${buildDirectory}/buildRepoTestFramework
52
zipargs=
53
tarargs=
54
skipMirroring=true
55
(-)eclipse/buildConfigs/test.framework/customTargets.xml (-176 / +170 lines)
Lines 1-194 Link Here
1
<project name="Build specific targets and properties" default="noDefault" basedir=".">
1
<project name="Build specific targets and properties" default="noDefault" basedir=".">
2
2
3
<property name="postingDirectory" value="${buildDirectory}" />
3
	<property name="postingDirectory" value="${buildDirectory}" />
4
4
5
<!-- ===================================================================== -->
5
	<!-- ===================================================================== -->
6
<!-- Run a given ${target} on all elements being built -->
6
	<!-- Run a given ${target} on all elements being built -->
7
<!-- ===================================================================== -->
7
	<!-- ===================================================================== -->
8
<target name="allElements">
8
	<available property="allElementsFile" file="${builder}/allElements.xml" value="${builder}/allElements.xml" />
9
	<ant antfile="${genericTargets}" target="${target}" >
9
	<property name="allElementsFile" location="${eclipse.pdebuild.templates}/headless-build/allElements.xml" />
10
		<property name="type" value="feature" />
10
11
		<property name="id" value="org.eclipse.test" />
11
	<import file="${allElementsFile}" />
12
	</ant>
12
	<target name="allElements">
13
</target>
13
		<antcall target="allElementsDelegator" />
14
15
<!-- ===================================================================== -->
16
<!-- Targets to assemble the built elements for particular configurations  -->
17
<!-- These generally call the generated assemble scripts (named in -->
18
<!-- ${assembleScriptName}) but may also add pre and post processing -->
19
<!-- Add one target for each root element and each configuration -->
20
<!-- ===================================================================== -->
21
22
<target name="assemble.org.eclipse.test">
23
	<property name="archiveName" value="eclipse-test-framework-${buildId}.zip"/>
24
	<antcall target="assemble" />
25
</target>
26
27
	<target name="assemble">
28
		<mkdir dir="${postingDirectory}/${buildLabel}/checksum"/>
29
		<property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" />
30
		<ant antfile="${assembleScriptName}" />
31
		<checksum file="${archiveFullPath}" property="md5"/>
32
		<checksum file="${archiveFullPath}" algorithm="SHA" property="sha"/>
33
		<echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5"/>
34
		<echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1"/>
35
	</target>
14
	</target>
36
15
16
	<!-- ===================================================================== -->
17
	<!-- Targets to assemble the built elements for particular configurations  -->
18
	<!-- These generally call the generated assemble scripts (named in -->
19
	<!-- ${assembleScriptName}) but may also add pre and post processing -->
20
	<!-- Add one target for each root element and each configuration -->
21
	<!-- ===================================================================== -->
22
37
	<target name="postPackage">
23
	<target name="postPackage">
38
	</target>
24
	</target>
39
25
40
<!-- ===================================================================== -->
26
	<!-- ===================================================================== -->
41
<!-- Check out map files from correct repository -->
27
	<!-- Check out map files from correct repository -->
42
<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
28
	<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
43
<!-- ===================================================================== -->
29
	<!-- ===================================================================== -->
44
<target name="checkLocal">
30
	<target name="checkLocal">
45
	<available property="mapsLocal" file="${buildDirectory}/maps/org.eclipse.releng" />
31
		<available property="mapsLocal" file="${buildDirectory}/maps/org.eclipse.releng" />
46
</target>
32
	</target>
47
33
48
<target name="getMapFiles" depends="checkLocal" unless="mapsLocal">
34
	<target name="getMapFiles" depends="checkLocal" unless="mapsLocal">
49
35
50
	<!-- ***  change the repo info -->
36
		<!-- ***  change the repo info -->
51
	<property name="mapCvsRoot" value="${mapsRepo}" />
37
		<property name="mapCvsRoot" value="${mapsRepo}" />
52
38
53
	<property name="mapVersionTag" value="HEAD" />
39
		<property name="mapVersionTag" value="HEAD" />
54
	<cvs cvsRoot="${mapCvsRoot}"
40
		<cvs cvsRoot="${mapCvsRoot}" package="org.eclipse.releng" dest="${buildDirectory}/maps" tag="${mapVersionTag}" />
55
		package="org.eclipse.releng"
41
		<!--tag the map files project-->
56
		dest="${buildDirectory}/maps"
42
		<antcall target="tagMapFiles" />
57
		tag="${mapVersionTag}"
43
		<antcall target="getPrebuiltElements" />
58
	/>
44
	</target>
59
	<!--tag the map files project-->
45
60
	<antcall target="tagMapFiles" />
46
	<target name="compareMapFiles" if="compareMaps">
61
	<antcall target="getPrebuiltElements" />
47
		<property file="${mapTag.properties}" />
62
</target>
48
		<property name="cvsDiffFile" value="${buildDirectory}/cvsDiff.txt" />
63
49
		<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="diff -w -r ${lastMapTag}" output="${cvsDiffFile}" />
64
<target name="compareMapFiles" if="compareMaps">
50
		<modifiedMaps mapDiffFile="${cvsDiffFile}" />
65
	<property file="${mapTag.properties}"/>
51
	</target>
66
	<property name="cvsDiffFile" value="${buildDirectory}/cvsDiff.txt" />
52
67
	<cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="diff -w -r ${lastMapTag}" output="${cvsDiffFile}" />
53
	<target name="tagMapFiles" if="tagMaps">
68
	<modifiedMaps mapDiffFile="${cvsDiffFile}" />
54
		<!-- Stores tag on the filesystem so map files can be compared -->
69
</target>
55
		<echo file="${mapTag.properties}">
70
71
<target name="tagMapFiles" if="tagMaps">
72
	<!-- Stores tag on the filesystem so map files can be compared -->
73
	<echo file="${mapTag.properties}">
74
	lastMapTag=${buildId}
56
	lastMapTag=${buildId}
75
</echo>
57
</echo>
76
	<cvs dest="${buildDirectory}/maps/org.eclipse.releng" command="tag ${buildId}" />
58
		<cvs dest="${buildDirectory}/maps/org.eclipse.releng" command="tag ${buildId}" />
77
</target>
59
	</target>
60
61
	<target name="getPrebuiltElements">
62
	</target>
63
64
	<!-- ===================================================================== -->
65
	<!-- Steps to do before setup -->
66
	<!-- ===================================================================== -->
67
	<target name="preSetup">
68
	</target>
78
69
79
<target name="getPrebuiltElements">
70
	<!-- ===================================================================== -->
80
</target>
71
	<!-- Steps to do after setup but before starting the build proper -->
72
	<!-- ===================================================================== -->
73
	<target name="postSetup">
74
	</target>
81
75
82
<!-- ===================================================================== -->
76
	<!-- ===================================================================== -->
83
<!-- Steps to do before setup -->
77
	<!-- Steps to do before fetching the build elements -->
84
<!-- ===================================================================== -->
78
	<!-- ===================================================================== -->
85
<target name="preSetup">
79
	<target name="preFetch">
86
</target>
80
	</target>
87
81
88
<!-- ===================================================================== -->
82
	<!-- ===================================================================== -->
89
<!-- Steps to do after setup but before starting the build proper -->
83
	<!-- Steps to do after the fetch -->
90
<!-- ===================================================================== -->
84
	<!-- ===================================================================== -->
91
<target name="postSetup">
85
	<target name="postFetch">
92
</target>
86
		<replace dir="${buildDirectory}/plugins" value="${buildId}" token="@build@">
93
87
			<include name="**/about.mappings" />
94
<!-- ===================================================================== -->
88
		</replace>
95
<!-- Steps to do before fetching the build elements -->
89
	</target>
96
<!-- ===================================================================== -->
90
97
<target name="preFetch">
91
	<!-- ===================================================================== -->
98
</target>
92
	<!-- Steps to do before generating build scripts -->
99
93
	<!-- ===================================================================== -->
100
<!-- ===================================================================== -->
94
	<target name="preGenerate">
101
<!-- Steps to do after the fetch -->
95
102
<!-- ===================================================================== -->
96
	</target>
103
<target name="postFetch">
97
104
	<replace dir="${buildDirectory}/plugins" value="${buildId}" token="@build@">
98
	<!-- ===================================================================== -->
105
		<include name="**/about.mappings" />
99
	<!-- Steps to do after generating the build scripts -->
106
	</replace>
100
	<!-- ===================================================================== -->
107
</target>
101
	<target name="postGenerate">
108
102
		<antcall target="clean" />
109
<!-- ===================================================================== -->
103
	</target>
110
<!-- Steps to do before generating build scripts -->
104
111
<!-- ===================================================================== -->
105
	<!-- ===================================================================== -->
112
<target name="preGenerate">
106
	<!-- Steps to do before assembling -->
113
107
	<!-- ===================================================================== -->
114
</target>
108
	<target name="preAssemble">
115
109
116
<!-- ===================================================================== -->
110
	</target>
117
<!-- Steps to do after generating the build scripts -->
111
118
<!-- ===================================================================== -->
112
	<!-- ===================================================================== -->
119
<target name="postGenerate">
113
	<!-- Steps to do after assembling-->
120
	<antcall target="clean" />
114
	<!-- ===================================================================== -->
121
</target>
115
	<target name="postAssemble">
122
116
	</target>
123
<!-- ===================================================================== -->
117
124
<!-- Steps to do before assembling -->
118
125
<!-- ===================================================================== -->
119
	<!-- ===================================================================== -->
126
<target name="preAssemble">
120
	<!-- Steps to do before running the build.xmls for the elements being built. -->
127
121
	<!-- ===================================================================== -->
128
</target>
122
	<target name="preProcess">
129
123
		<replace dir="${buildDirectory}/plugins" value="${buildId}" token="@build@">
130
<!-- ===================================================================== -->
124
			<include name="**/about.mappings" />
131
<!-- Steps to do after assembling-->
125
		</replace>
132
<!-- ===================================================================== -->
126
	</target>
133
<target name="postAssemble">
127
134
</target>
128
	<!-- ===================================================================== -->
135
129
	<!-- Steps to do after running the build.xmls for the elements being built. -->
136
130
	<!-- ===================================================================== -->
137
<!-- ===================================================================== -->
131
	<target name="postProcess">
138
<!-- Steps to do before running the build.xmls for the elements being built. -->
132
		<condition property="logsAvailable">
139
<!-- ===================================================================== -->
133
			<istrue value="${javacVerbose}" />
140
<target name="preProcess">
134
		</condition>
141
	<replace dir="${buildDirectory}/plugins" value="${buildId}" token="@build@">
135
		<antcall target="gatherLogs" />
142
		<include name="**/about.mappings" />
136
	</target>
143
	</replace>
144
</target>
145
146
<!-- ===================================================================== -->
147
<!-- Steps to do after running the build.xmls for the elements being built. -->
148
<!-- ===================================================================== -->
149
<target name="postProcess">
150
	<condition property="logsAvailable">
151
		<istrue value="${javacVerbose}"/> 
152
	</condition>
153
	<antcall target="gatherLogs" />
154
</target>
155
137
156
	<target name="prePackage" />
138
	<target name="prePackage" />
157
139
158
140
159
<!-- ===================================================================== -->
141
	<!-- ===================================================================== -->
160
<!-- Steps to do after everything is built and assembled -->
142
	<!-- Steps to do after everything is built and assembled -->
161
<!-- (e.g., testing, posting, emailing, ...) -->
143
	<!-- (e.g., testing, posting, emailing, ...) -->
162
<!-- ===================================================================== -->
144
	<!-- ===================================================================== -->
163
<target name="postBuild">
145
	<target name="postBuild">
164
</target>
146
		<antcall target="packageTestFramework" />
165
147
	</target>
166
<!-- ===================================================================== -->
148
167
<!-- Helper targets -->
149
168
<!-- ===================================================================== -->
150
	<!-- ===================================================================== -->
169
<target name="gatherLogs" if="logsAvailable">
151
	<!-- Helper targets -->
170
	<mkdir dir="${postingDirectory}/${buildLabel}/compilelogs" />
152
	<!-- ===================================================================== -->
171
	<antcall target="allElements">
153
	<target name="gatherLogs" if="logsAvailable">
172
		<param name="target" value="gatherLogs" />
154
		<mkdir dir="${postingDirectory}/${buildLabel}/compilelogs" />
173
	</antcall>
155
		<antcall target="allElements">
174
156
			<param name="target" value="gatherLogs" />
175
	<unzip dest="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true">
157
		</antcall>
176
		<fileset dir="${buildDirectory}/features/org.eclipse.test">
158
177
			<include name="*.log.zip" />
159
		<unzip dest="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true">
178
		</fileset>
160
			<fileset dir="${buildDirectory}/features/org.eclipse.test">
179
	</unzip>
161
				<include name="*.log.zip" />
180
</target>
162
			</fileset>
181
<target name="clean" unless="noclean">
163
		</unzip>
182
	<antcall target="allElements">
164
	</target>
183
		<param name="target" value="cleanElement" />
165
	<target name="clean" unless="noclean">
184
	</antcall>
166
		<antcall target="allElements">
185
</target>
167
			<param name="target" value="cleanElement" />
186
168
		</antcall>
187
<!-- ===================================================================== -->
169
	</target>
188
<!-- Default target                                                        -->
170
189
<!-- ===================================================================== -->
171
	<target name="packageTestFramework">
190
<target name="noDefault">
172
		<zip zipfile="${postingDirectory}/${buildLabel}/eclipse-test-framework-${buildId}.zip" basedir="${buildDirectory}/buildRepoTestFramework"/>		
191
	<echo message="You must specify a target when invoking this file" />
173
		<mkdir dir="${postingDirectory}/${buildLabel}/checksum" />
192
</target>
174
		<checksum file="${postingDirectory}/${buildLabel}/eclipse-test-framework-${buildId}.zip" property="md5" />
175
		<checksum file="${postingDirectory}/${buildLabel}/eclipse-test-framework-${buildId}.zip" algorithm="SHA" property="sha" />
176
		<echo message="${md5} *eclipse-test-framework-${buildId}.zip" file="${postingDirectory}/${buildLabel}/checksum/eclipse-test-framework-${buildId}.zip.md5" />
177
		<echo message="${sha} *eclipse-test-framework-${buildId}.zip" file="${postingDirectory}/${buildLabel}/checksum/eclipse-test-framework-${buildId}.zip.sha1" />
178
	</target>
179
180
181
	<!-- ===================================================================== -->
182
	<!-- Default target                                                        -->
183
	<!-- ===================================================================== -->
184
	<target name="noDefault">
185
		<echo message="You must specify a target when invoking this file" />
186
	</target>
193
187
194
</project>
188
</project>
(-)eclipse/buildConfigs/test.framework/packager/customTargets.xml (-30 lines)
Removed Link Here
1
<project default="noDefault">
2
3
<target name="noDefault" />
4
5
<!-- set the root of the output file name -->
6
<property name="archiveRoot" value="eclipse-test-framework-${buildId}"/>
7
	
8
<!-- Target to get the packaging map files for the components of interest
9
     The files must be fetched into the downloadDirectory folder -->
10
<target name="getMapFiles" unless="mapsFetched">
11
	<copy file="${packagingInfo}/../../../../packaging.map" tofile="${downloadDirectory}/packaging.map" />
12
</target>
13
14
<target name="assemble.common.common.common.xml">
15
	<antcall target="assembler">
16
		<param name="archiveName" value="${archiveRoot}.zip"/>
17
	</antcall>
18
</target>
19
	
20
<target name="assembler">
21
	<mkdir dir="${postingDirectory}/${buildLabel}/checksum" />
22
	<property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" />
23
	<ant antfile="${assembleScriptName}" />
24
	<checksum file="${archiveFullPath}" property="md5"/>
25
	<checksum file="${archiveFullPath}" algorithm="SHA" property="sha"/>
26
	<echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5"/>
27
	<echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1"/>
28
</target>
29
30
</project>
(-)eclipse/buildConfigs/test.framework/packager/packager.properties (-77 lines)
Removed Link Here
1
###############################################################################
2
# Copyright (c) 2005, 2006 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
11
################## CONTENT ##########################
12
# A comma separated list of feature ids that will be part of the archive.
13
# This list must completely cover the features you want and all their dependencies.
14
featureList = \
15
	org.eclipse.test
16
17
# A comma seperated list of the components from which the features listed 
18
# in featureList can be found.  This is used to optimize the set of zips downloaded.
19
# The values given here should match those found at the end of the lines in the map file
20
# Specify * if you don't know
21
componentFilter=full,root
22
23
# The zip content types to fetch.  Like the componentFilter, this filters the set of 
24
# available zips and allows the packager to optimize the set of zips downloaded.
25
contentFilter=runtime
26
27
# The platform configuration (e.g., os, ws, arch) being packaged. *,*,* can be
28
# specified when the config is completely platform independent. Only one configuration
29
# can be specified at a time.
30
config=\
31
	common,common,common
32
33
archivesFormat =\
34
 	common, common, common-zip
35
36
################ FOLDERS ############################
37
#The directory used as a base for the all process
38
baseDirectory = ${packagingInfo}
39
40
# The place in which all the scripts will be contained
41
workingDirectory = ${baseDirectory}/workingPlace
42
43
# The folder in which all the zips will be downloaded
44
downloadDirectory = ${buildDirectory}/toPackage
45
46
# The folder where all the operations are being done
47
tempDirectory = ${baseDirectory}/temp
48
49
# The place in which the zips are located
50
sourceFolder = ${downloadDirectory}
51
52
################# SOURCES ###########################
53
# A comma separated list of the path where features and plugins are located.
54
# Locations can either be relative or absolute.
55
# An entry must point to one level above the "features" and "plugins" directory
56
featurePaths = eclipse
57
baseLocation=${tempDirectory}/${featurePaths}
58
59
################## MISC ##########################
60
# This controls the build id in the default name of the archive
61
buildId=
62
63
# extra arguments to be passed to zip / unzip (-y is usually used on unix for zip) / tar
64
zipargs=-y -q
65
unzipArgs=-qq
66
tarargs=--owner=0 --group=0 
67
68
# the prefix in the archive
69
archivePrefix=eclipse
70
71
# the folder in which the files that will be added to the archive will be placed
72
collectingFolder=eclipse
73
74
75
############### PACKAGING.PROPERTIES #############################
76
# a relative path to the file containing the properties for element to package
77
packagingProperties = packaging.properties
(-)eclipse/buildConfigs/test.framework/packager/packaging.properties (-15 lines)
Removed Link Here
1
###############################################################################
2
# Copyright (c) 2005, 2006 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
11
# The chmod and links must indicate a path relative to the root directory.
12
13
# List the files and folders to be copied into the root of eclipse for all platform
14
# configurations
15
root=epl-v10.html, notice.html
(-)eclipse/helper.xml (-2 / +2 lines)
Lines 358-364 Link Here
358
						-print					    
358
						-print					    
359
						-output ${postingDirectory}/${buildLabel}/performance/
359
						-output ${postingDirectory}/${buildLabel}/performance/
360
						-config eplnx1,eplnx2,epwin2,epwin3
360
						-config eplnx1,eplnx2,epwin2,epwin3
361
			            -dataDir ${postingDirectory}/../../data/v36
361
			            -dataDir ${postingDirectory}/../../data/v37
362
						-config.properties ${eclipse.perf.config.descriptors}
362
						-config.properties ${eclipse.perf.config.descriptors}
363
						-scenario.pattern org.eclipse.%.test%" />
363
						-scenario.pattern org.eclipse.%.test%" />
364
		<!-- baselines arguments are no longer necessary since bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=209322 has been fixed...
364
		<!-- baselines arguments are no longer necessary since bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=209322 has been fixed...
Lines 376-382 Link Here
376
376
377
	<replace file="${postingDirectory}/${buildLabel}/performance/performance.php" token="@buildType@" value="${buildType}" />
377
	<replace file="${postingDirectory}/${buildLabel}/performance/performance.php" token="@buildType@" value="${buildType}" />
378
	<copy todir="/home/users/ecperf/data/" failonerror="false" overwrite="true">
378
	<copy todir="/home/users/ecperf/data/" failonerror="false" overwrite="true">
379
		<fileset dir=" /builds/transfer/files/master/data/v36" />
379
		<fileset dir=" /builds/transfer/files/master/data/v37" />
380
	</copy>
380
	</copy>
381
381
382
</target>
382
</target>
(-)eclipse/publishingFiles/staticDropFiles/logs.php (-18 / +1 lines)
Lines 182-188 Link Here
182
    $buildId = getBuildId(); 
182
    $buildId = getBuildId(); 
183
    echo "<title>Test Results for $buildId </title>\n";
183
    echo "<title>Test Results for $buildId </title>\n";
184
184
185
echo "<h3>Logs $buildType $buildName</h3>\n";
185
echo "<h3>Logs</h3>\n";
186
186
187
echo <<<END
187
echo <<<END
188
<ul>
188
<ul>
Lines 217-229 Link Here
217
<?php
217
<?php
218
        
218
        
219
        listLogs("testresults/consolelogs");
219
        listLogs("testresults/consolelogs");
220
        echo "<br><strong>Individual linux.gtk.x86 test logs</strong>";
221
        listLogs("testresults/linux.gtk.x86");
222
        echo "<strong>Individual linux.gtk.x86_6.0 test logs</strong>";
220
        echo "<strong>Individual linux.gtk.x86_6.0 test logs</strong>";
223
        listLogs("testresults/linux.gtk.x86_6.0");
221
        listLogs("testresults/linux.gtk.x86_6.0");
224
        listLogs("testresults/consolelogs");
222
        listLogs("testresults/consolelogs");
225
        echo "<strong>Individual win32.win32.x86 test logs</strong>";
226
        listLogs("testresults/win32.win32.x86");
227
        echo "<strong>Individual win32.win32.x86_6.0 test logs</strong>";
223
        echo "<strong>Individual win32.win32.x86_6.0 test logs</strong>";
228
        listLogs("testresults/win32.win32.x86_6.0");
224
        listLogs("testresults/win32.win32.x86_6.0");
229
        echo "<strong>Individual macosx.cocoa.x86_5.0 test logs</strong>";
225
        echo "<strong>Individual macosx.cocoa.x86_5.0 test logs</strong>";
Lines 231-249 Link Here
231
?>
227
?>
232
</ul>
228
</ul>
233
</li>
229
</li>
234
<?php if (! (preg_match("/N/i",$buildId))) {
235
echo " <li><a href=\"testresults/versiontool/results.xml\"><b> Versioning Compare Tool Output Logs </b></a>";
236
echo "This log compares the build's plugin and features versions with 3.5. </li> ";
237
}
238
?>
239
<?php
240
echo " <li><a href=\"apitools/apitoolsverifications/html/index.html\"><b>API Tools Version Verification Report</b></a>";
241
echo "  This tool verifies the versions of the plugins against Eclipse 3.5.2.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list_external.txt. </li> ";
242
?>
243
244
</li>
245
</li>
246
</div>
247
</div>
230
</div>
248
</br></br></br>
231
</br></br></br>
249
<div id="footer">
232
<div id="footer">
(-)eclipse/publishingFiles/templateFiles/testResults.php.template (-5 / +11 lines)
Lines 126-141 Link Here
126
</li>
126
</li>
127
<?php if (! (preg_match("/N/i",$buildName))) {
127
<?php if (! (preg_match("/N/i",$buildName))) {
128
echo " <li><a href=\"testresults/versiontool/results.xml\"><b> Versioning Compare Tool Output Logs </b></a>";
128
echo " <li><a href=\"testresults/versiontool/results.xml\"><b> Versioning Compare Tool Output Logs </b></a>";
129
echo "This log compares the build's plugin and features versions with 3.5 </li> ";
129
echo "This log compares the build's plugin and features versions with 3.6</li> ";
130
}
130
}
131
?>
131
?>
132
<?php
132
<?php
133
echo " <li><a href=\"apitools/apitoolsverifications/html/index.html\"><b>API Tools Version Verification Report</b></a>";
133
echo " <li><a href=\"apitools/apitoolsverifications/html/index.html\"><b>API Tools Version Verification Report</b></a>";
134
echo "  This tool verifies the versions of the plugins against Eclipse 3.5.2.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list_external.txt. </li> ";
134
echo "  This tool verifies the versions of the plugins against Eclipse 3.6.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list_external.txt. </li> ";
135
?>
135
?>
136
136
<?php
137
<?php
137
echo"<li><a href=\"apitools/report.html\"><b>API Tools Post-API Freeze Report</b></a>  This report describes API changes since 3.6M6.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list.txt. </li>";
138
echo " <li><a href=\"apitools/apitoolsdeprecations/apideprecation.html\"><b>API Tools Deprecation Report</b></a>";
139
echo "  This tool generates a report for API deprecated since 3.6. </li> ";
138
?>
140
?>
141
142
<!-- <?php
143
echo"<li><a href=\"apitools/report.html\"><b>API Tools Post-API Freeze Report</b></a>  This report describes API changes since 3.6M6.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list.txt. </li>";
144
?> -->
139
<?php
145
<?php
140
echo " <li><a href=\"apitools/apifilters-$buildName.zip\"><b>Zip of .api_filters files used in the build</b></a></li>";
146
echo " <li><a href=\"apitools/apifilters-$buildName.zip\"><b>Zip of .api_filters files used in the build</b></a></li>";
141
?>
147
?>
Lines 153-160 Link Here
153
the number of errors is indicated in a red bold font and you may access the page specific to each component on
159
the number of errors is indicated in a red bold font and you may access the page specific to each component on
154
a specific platform by clicking the cell link.</br></br>
160
a specific platform by clicking the cell link.</br></br>
155
<table width="85%" border="1" bgcolor="#EEEEEE" rules="groups" align="center">
161
<table width="85%" border="1" bgcolor="#EEEEEE" rules="groups" align="center">
156
<tr bgcolor="#9999CC"> <th rowspan="2" width="40%" align="center"> org.eclipse <br> Component </th><th colspan="5" align="center"> Test Configurations </th></tr> 
162
<tr bgcolor="#9999CC"> <th rowspan="2" width="40%" align="center"> org.eclipse <br> Component </th><th colspan="5" align="center"> Test Configurations </th></tr>
157
<tr bgcolor="#9999CC"><th width="12%">RHEL4, SUN 1.5.0<th width="12%">RHEL4, SUN 1.6.0 </th><th width="12%"> MacOSX, Apple  1.5.0_16-133</th><th width="12%"> WIN XP, SUN 1.5.0 </th><th width="12%"> WIN XP, SUN 1.6.0 </th></tr>
163
<tr bgcolor="#9999CC"><th width="20%">RHEL5, SUN 1.6.0 </th><th width="20%"> MacOSX, Apple  1.5.0_16-133</th><th width="20%"> WIN XP, SUN 1.6.0 </th><th><th width="20%"></th></tr>
158
%testresults% </table>
164
%testresults% </table>
159
</br>
165
</br>
160
</div>
166
</div>
(-)eclipse/publishingFiles/testManifest.xml (-811 / +13 lines)
Lines 490-503 Link Here
490
		<effectedFile id="RE"></effectedFile>
490
		<effectedFile id="RE"></effectedFile>
491
	</logFile>
491
	</logFile>
492
492
493
<logFile name="org.eclipse.releng.tests_win32.win32.x86.xml">
494
	<effectedFile id="SW"></effectedFile>
495
</logFile>
496
497
<logFile name="org.eclipse.releng.tests_linux.gtk.x86.xml">
498
	<effectedFile id="SLG2"></effectedFile>
499
</logFile>
500
501
<logFile name="org.eclipse.releng.tests_macosx.cocoa.x86_5.0.xml">
493
<logFile name="org.eclipse.releng.tests_macosx.cocoa.x86_5.0.xml">
502
	<effectedFile id="SMCC"></effectedFile>
494
	<effectedFile id="SMCC"></effectedFile>
503
</logFile>
495
</logFile>
Lines 506-535 Link Here
506
	<effectedFile id="SLG2"></effectedFile>
498
	<effectedFile id="SLG2"></effectedFile>
507
</logFile>
499
</logFile>
508
500
509
<logFile name="org.eclipse.pde.ui.tests_win32.win32.x86.xml">
510
	<effectedFile id="PDE"></effectedFile>
511
	<effectedFile id="PDESDK"></effectedFile>
512
	<effectedFile id="SW"></effectedFile>
513
</logFile>
514
515
<logFile name="org.eclipse.pde.api.tools.tests_win32.win32.x86.xml">
516
	<effectedFile id="PDE"></effectedFile>
517
	<effectedFile id="PDESDK"></effectedFile>
518
	<effectedFile id="SW"></effectedFile>
519
</logFile>
520
521
<logFile name="org.eclipse.pde.ui.tests_linux.gtk.x86.xml">
522
	<effectedFile id="PDE"></effectedFile>
523
	<effectedFile id="PDESDK"></effectedFile>
524
	<effectedFile id="SLG2"></effectedFile>
525
</logFile>
526
527
<logFile name="org.eclipse.pde.api.tools.tests_linux.gtk.x86.xml">
528
	<effectedFile id="PDE"></effectedFile>
529
	<effectedFile id="PDESDK"></effectedFile>
530
	<effectedFile id="SLG2"></effectedFile>
531
</logFile>
532
533
<logFile name="org.eclipse.pde.ui.tests_macosx.cocoa.x86_5.0.xml">
501
<logFile name="org.eclipse.pde.ui.tests_macosx.cocoa.x86_5.0.xml">
534
	<effectedFile id="PDE"></effectedFile>
502
	<effectedFile id="PDE"></effectedFile>
535
	<effectedFile id="PDESDK"></effectedFile>
503
	<effectedFile id="PDESDK"></effectedFile>
Lines 554-571 Link Here
554
	<effectedFile id="SLG2"></effectedFile>
522
	<effectedFile id="SLG2"></effectedFile>
555
</logFile>
523
</logFile>
556
524
557
<logFile name="org.eclipse.pde.ds.tests_win32.win32.x86.xml">
558
	<effectedFile id="PDE"></effectedFile>
559
	<effectedFile id="PDESDK"></effectedFile>
560
	<effectedFile id="SW"></effectedFile>
561
</logFile>
562
563
<logFile name="org.eclipse.pde.ds.tests_linux.gtk.x86.xml">
564
	<effectedFile id="PDE"></effectedFile>
565
	<effectedFile id="PDESDK"></effectedFile>
566
	<effectedFile id="SLG2"></effectedFile>
567
</logFile>
568
569
<logFile name="org.eclipse.pde.ds.tests_macosx.cocoa.x86_5.0.xml">
525
<logFile name="org.eclipse.pde.ds.tests_macosx.cocoa.x86_5.0.xml">
570
	<effectedFile id="PDE"></effectedFile>
526
	<effectedFile id="PDE"></effectedFile>
571
	<effectedFile id="PDESDK"></effectedFile>
527
	<effectedFile id="PDESDK"></effectedFile>
Lines 578-601 Link Here
578
	<effectedFile id="SLG2"></effectedFile>
534
	<effectedFile id="SLG2"></effectedFile>
579
</logFile>
535
</logFile>
580
536
581
<logFile name="org.eclipse.pde.build.tests_win32.win32.x86.xml">
582
	<effectedFile id="PDE"></effectedFile>
583
	<effectedFile id="PDESDK"></effectedFile>
584
	<effectedFile id="SW"></effectedFile>
585
</logFile>
586
587
<logFile name="org.eclipse.pde.build.tests_win32.win32.x86_6.0.xml">
537
<logFile name="org.eclipse.pde.build.tests_win32.win32.x86_6.0.xml">
588
	<effectedFile id="PDE"></effectedFile>
538
	<effectedFile id="PDE"></effectedFile>
589
	<effectedFile id="PDESDK"></effectedFile>
539
	<effectedFile id="PDESDK"></effectedFile>
590
	<effectedFile id="SW"></effectedFile>
540
	<effectedFile id="SW"></effectedFile>
591
</logFile>
541
</logFile>
592
542
593
<logFile name="org.eclipse.pde.build.tests_linux.gtk.x86.xml">
594
	<effectedFile id="PDE"></effectedFile>
595
	<effectedFile id="PDESDK"></effectedFile>
596
	<effectedFile id="SLG2"></effectedFile>
597
</logFile>
598
599
<logFile name="org.eclipse.pde.build.tests_macosx.cocoa.x86_5.0.xml">
543
<logFile name="org.eclipse.pde.build.tests_macosx.cocoa.x86_5.0.xml">
600
	<effectedFile id="PDE"></effectedFile>
544
	<effectedFile id="PDE"></effectedFile>
601
	<effectedFile id="PDESDK"></effectedFile>
545
	<effectedFile id="PDESDK"></effectedFile>
Lines 608-757 Link Here
608
	<effectedFile id="SLG2"></effectedFile>
552
	<effectedFile id="SLG2"></effectedFile>
609
</logFile>
553
</logFile>
610
554
611
<logFile name="org.eclipse.jdt.core.tests.builder_win32.win32.x86.xml">
612
	<effectedFile id="JA"></effectedFile>
613
	<effectedFile id="JASDK"></effectedFile>
614
	<effectedFile id="PDE"></effectedFile>
615
	<effectedFile id="PDESDK"></effectedFile>
616
	<effectedFile id="SW"></effectedFile>
617
</logFile>
618
619
<logFile name="org.eclipse.jdt.core.tests.compiler_win32.win32.x86.xml">
620
	<effectedFile id="JA"></effectedFile>
621
	<effectedFile id="JASDK"></effectedFile>
622
	<effectedFile id="PDE"></effectedFile>
623
	<effectedFile id="PDESDK"></effectedFile>
624
	<effectedFile id="SW"></effectedFile>
625
</logFile>
626
627
<logFile name="org.eclipse.jdt.core.tests.model_win32.win32.x86.xml">
628
	<effectedFile id="JA"></effectedFile>
629
	<effectedFile id="JASDK"></effectedFile>
630
	<effectedFile id="PDE"></effectedFile>
631
	<effectedFile id="PDESDK"></effectedFile>
632
	<effectedFile id="SW"></effectedFile>
633
</logFile>
634
635
<logFile name="org.eclipse.jdt.core.tests.performance_win32.win32.x86.xml">
636
	<effectedFile id="JA"></effectedFile>
637
	<effectedFile id="JASDK"></effectedFile>
638
	<effectedFile id="PDE"></effectedFile>
639
	<effectedFile id="PDESDK"></effectedFile>
640
	<effectedFile id="SW"></effectedFile>
641
</logFile>
642
643
<logFile name="org.eclipse.jdt.debug.tests_win32.win32.x86.xml">
644
	<effectedFile id="JA"></effectedFile>
645
	<effectedFile id="JASDK"></effectedFile>
646
	<effectedFile id="PDE"></effectedFile>
647
	<effectedFile id="PDESDK"></effectedFile>
648
	<effectedFile id="SW"></effectedFile>
649
</logFile>
650
651
<logFile name="org.eclipse.jdt.text.tests_win32.win32.x86.xml">
652
	<effectedFile id="JA"></effectedFile>
653
	<effectedFile id="JASDK"></effectedFile>
654
	<effectedFile id="PDE"></effectedFile>
655
	<effectedFile id="PDESDK"></effectedFile>
656
	<effectedFile id="SW"></effectedFile>
657
</logFile>
658
659
<logFile name="org.eclipse.search.tests_win32.win32.x86.xml">
660
	<effectedFile id="JA"></effectedFile>
661
	<effectedFile id="JASDK"></effectedFile>
662
	<effectedFile id="PDE"></effectedFile>
663
	<effectedFile id="PDESDK"></effectedFile>
664
	<effectedFile id="SW"></effectedFile>
665
</logFile>
666
667
<logFile name="org.eclipse.jdt.ui.tests_win32.win32.x86.xml">
668
	<effectedFile id="JA"></effectedFile>
669
	<effectedFile id="JASDK"></effectedFile>
670
	<effectedFile id="PDE"></effectedFile>
671
	<effectedFile id="PDESDK"></effectedFile>
672
	<effectedFile id="SW"></effectedFile>
673
</logFile>
674
675
<logFile name="org.eclipse.jdt.ui.tests.refactoring_win32.win32.x86.xml">
676
	<effectedFile id="JA"></effectedFile>
677
	<effectedFile id="JASDK"></effectedFile>
678
	<effectedFile id="PDE"></effectedFile>
679
	<effectedFile id="PDESDK"></effectedFile>
680
	<effectedFile id="SW"></effectedFile>
681
</logFile>
682
683
<logFile name="org.eclipse.jdt.core.tests.builder_linux.gtk.x86.xml">
684
	<effectedFile id="JA"></effectedFile>
685
	<effectedFile id="JASDK"></effectedFile>
686
	<effectedFile id="PDE"></effectedFile>
687
	<effectedFile id="PDESDK"></effectedFile>
688
	<effectedFile id="SLG2"></effectedFile>
689
</logFile>
690
691
<logFile name="org.eclipse.jdt.core.tests.compiler_linux.gtk.x86.xml">
692
	<effectedFile id="JA"></effectedFile>
693
	<effectedFile id="JASDK"></effectedFile>
694
	<effectedFile id="PDE"></effectedFile>
695
	<effectedFile id="PDESDK"></effectedFile>
696
	<effectedFile id="SLG2"></effectedFile>
697
</logFile>
698
699
<logFile name="org.eclipse.jdt.core.tests.model_linux.gtk.x86.xml">
700
	<effectedFile id="JA"></effectedFile>
701
	<effectedFile id="JASDK"></effectedFile>
702
	<effectedFile id="PDE"></effectedFile>
703
	<effectedFile id="PDESDK"></effectedFile>
704
	<effectedFile id="SLG2"></effectedFile>
705
</logFile>
706
707
<logFile name="org.eclipse.jdt.core.tests.performance_linux.gtk.x86.xml">
708
	<effectedFile id="JA"></effectedFile>
709
	<effectedFile id="JASDK"></effectedFile>
710
	<effectedFile id="PDE"></effectedFile>
711
	<effectedFile id="PDESDK"></effectedFile>
712
	<effectedFile id="SLG2"></effectedFile>
713
</logFile>
714
715
<logFile name="org.eclipse.jdt.debug.tests_linux.gtk.x86.xml">
716
	<effectedFile id="JA"></effectedFile>
717
	<effectedFile id="JASDK"></effectedFile>
718
	<effectedFile id="PDE"></effectedFile>
719
	<effectedFile id="PDESDK"></effectedFile>
720
	<effectedFile id="SLG2"></effectedFile>
721
</logFile>
722
723
<logFile name="org.eclipse.jdt.text.tests_linux.gtk.x86.xml">
724
	<effectedFile id="JA"></effectedFile>
725
	<effectedFile id="JASDK"></effectedFile>
726
	<effectedFile id="PDE"></effectedFile>
727
	<effectedFile id="PDESDK"></effectedFile>
728
	<effectedFile id="SLG2"></effectedFile>
729
</logFile>
730
731
<logFile name="org.eclipse.search.tests_linux.gtk.x86.xml">
732
	<effectedFile id="JA"></effectedFile>
733
	<effectedFile id="JASDK"></effectedFile>
734
	<effectedFile id="PDE"></effectedFile>
735
	<effectedFile id="PDESDK"></effectedFile>
736
	<effectedFile id="SLG2"></effectedFile>
737
</logFile>
738
739
<logFile name="org.eclipse.jdt.ui.tests_linux.gtk.x86.xml">
740
	<effectedFile id="JA"></effectedFile>
741
	<effectedFile id="JASDK"></effectedFile>
742
	<effectedFile id="PDE"></effectedFile>
743
	<effectedFile id="PDESDK"></effectedFile>
744
	<effectedFile id="SLG2"></effectedFile>
745
</logFile>
746
747
<logFile name="org.eclipse.jdt.ui.tests.refactoring_linux.gtk.x86.xml">
748
	<effectedFile id="JA"></effectedFile>
749
	<effectedFile id="JASDK"></effectedFile>
750
	<effectedFile id="PDE"></effectedFile>
751
	<effectedFile id="PDESDK"></effectedFile>
752
	<effectedFile id="SLG2"></effectedFile>
753
</logFile>
754
755
<logFile name="org.eclipse.jdt.apt.tests_macosx.cocoa.x86_5.0.xml">
555
<logFile name="org.eclipse.jdt.apt.tests_macosx.cocoa.x86_5.0.xml">
756
	<effectedFile id="JMC"></effectedFile>
556
	<effectedFile id="JMC"></effectedFile>
757
	<effectedFile id="JMCSDK"></effectedFile>
557
	<effectedFile id="JMCSDK"></effectedFile>
Lines 829-1173 Link Here
829
	<effectedFile id="JMCSDK"></effectedFile>
629
	<effectedFile id="JMCSDK"></effectedFile>
830
	<effectedFile id="PDE"></effectedFile>
630
	<effectedFile id="PDE"></effectedFile>
831
	<effectedFile id="PDESDK"></effectedFile>
631
	<effectedFile id="PDESDK"></effectedFile>
832
	<effectedFile id="SMCC"></effectedFile>
632
	<effectedFile id="SMCC"></effectedFile>
833
</logFile>
834
835
<logFile name="org.eclipse.jdt.apt.tests_linux.gtk.x86_6.0.xml">
836
	<effectedFile id="JA"></effectedFile>
837
	<effectedFile id="JASDK"></effectedFile>
838
	<effectedFile id="PDE"></effectedFile>
839
	<effectedFile id="PDESDK"></effectedFile>
840
	<effectedFile id="SLG2"></effectedFile>
841
</logFile>
842
843
<logFile name="org.eclipse.jdt.compiler.tool.tests_linux.gtk.x86_6.0.xml">
844
	<effectedFile id="JA"></effectedFile>
845
	<effectedFile id="JASDK"></effectedFile>
846
	<effectedFile id="PDE"></effectedFile>
847
	<effectedFile id="PDESDK"></effectedFile>
848
	<effectedFile id="SLG2"></effectedFile>
849
</logFile>
850
851
<logFile name="org.eclipse.jdt.apt.pluggable.tests_linux.gtk.x86_6.0.xml">
852
	<effectedFile id="JA"></effectedFile>
853
	<effectedFile id="JASDK"></effectedFile>
854
	<effectedFile id="PDE"></effectedFile>
855
	<effectedFile id="PDESDK"></effectedFile>
856
	<effectedFile id="SLG2"></effectedFile>
857
</logFile>
858
859
<logFile name="org.eclipse.jdt.core.tests.builder_linux.gtk.x86_6.0.xml">
860
	<effectedFile id="JA"></effectedFile>
861
	<effectedFile id="JASDK"></effectedFile>
862
	<effectedFile id="PDE"></effectedFile>
863
	<effectedFile id="PDESDK"></effectedFile>
864
	<effectedFile id="SLG2"></effectedFile>
865
</logFile>
866
867
<logFile name="org.eclipse.jdt.core.tests.compiler_linux.gtk.x86_6.0.xml">
868
	<effectedFile id="JA"></effectedFile>
869
	<effectedFile id="JASDK"></effectedFile>
870
	<effectedFile id="PDE"></effectedFile>
871
	<effectedFile id="PDESDK"></effectedFile>
872
	<effectedFile id="SLG2"></effectedFile>
873
</logFile>
874
875
<logFile name="org.eclipse.jdt.core.tests.model_linux.gtk.x86_6.0.xml">
876
	<effectedFile id="JA"></effectedFile>
877
	<effectedFile id="JASDK"></effectedFile>
878
	<effectedFile id="PDE"></effectedFile>
879
	<effectedFile id="PDESDK"></effectedFile>
880
	<effectedFile id="SLG2"></effectedFile>
881
</logFile>
882
883
<logFile name="org.eclipse.jdt.core.tests.performance_linux.gtk.x86_6.0.xml">
884
	<effectedFile id="JA"></effectedFile>
885
	<effectedFile id="JASDK"></effectedFile>
886
	<effectedFile id="PDE"></effectedFile>
887
	<effectedFile id="PDESDK"></effectedFile>
888
	<effectedFile id="SLG2"></effectedFile>
889
</logFile>
890
891
<logFile name="org.eclipse.jdt.debug.tests_linux.gtk.x86_6.0.xml">
892
	<effectedFile id="JA"></effectedFile>
893
	<effectedFile id="JASDK"></effectedFile>
894
	<effectedFile id="PDE"></effectedFile>
895
	<effectedFile id="PDESDK"></effectedFile>
896
	<effectedFile id="SLG2"></effectedFile>
897
</logFile>
898
899
<logFile name="org.eclipse.jdt.text.tests_linux.gtk.x86_6.0.xml">
900
	<effectedFile id="JA"></effectedFile>
901
	<effectedFile id="JASDK"></effectedFile>
902
	<effectedFile id="PDE"></effectedFile>
903
	<effectedFile id="PDESDK"></effectedFile>
904
	<effectedFile id="SLG2"></effectedFile>
905
</logFile>
906
907
<logFile name="org.eclipse.search.tests_linux.gtk.x86_6.0.xml">
908
	<effectedFile id="JA"></effectedFile>
909
	<effectedFile id="JASDK"></effectedFile>
910
	<effectedFile id="PDE"></effectedFile>
911
	<effectedFile id="PDESDK"></effectedFile>
912
	<effectedFile id="SLG2"></effectedFile>
913
</logFile>
914
915
<logFile name="org.eclipse.jdt.ui.tests_linux.gtk.x86_6.0.xml">
916
	<effectedFile id="JA"></effectedFile>
917
	<effectedFile id="JASDK"></effectedFile>
918
	<effectedFile id="PDE"></effectedFile>
919
	<effectedFile id="PDESDK"></effectedFile>
920
	<effectedFile id="SLG2"></effectedFile>
921
</logFile>
922
923
<logFile name="org.eclipse.jdt.ui.tests.refactoring_linux.gtk.x86_6.0.xml">
924
	<effectedFile id="JA"></effectedFile>
925
	<effectedFile id="JASDK"></effectedFile>
926
	<effectedFile id="PDE"></effectedFile>
927
	<effectedFile id="PDESDK"></effectedFile>
928
	<effectedFile id="SLG2"></effectedFile>
929
</logFile>
930
931
<logFile name="org.eclipse.ant.tests.core_win32.win32.x86.xml">
932
	<effectedFile id="PW"></effectedFile>
933
	<effectedFile id="PWSDK"></effectedFile>
934
	<effectedFile id="JA"></effectedFile>
935
	<effectedFile id="JASDK"></effectedFile>
936
	<effectedFile id="PDE"></effectedFile>
937
	<effectedFile id="PDESDK"></effectedFile>
938
	<effectedFile id="SW"></effectedFile>
939
</logFile>
940
941
<logFile name="org.eclipse.ant.tests.ui_win32.win32.x86.xml">
942
	<effectedFile id="JA"></effectedFile>
943
	<effectedFile id="JASDK"></effectedFile>
944
	<effectedFile id="PDE"></effectedFile>
945
	<effectedFile id="PDESDK"></effectedFile>
946
	<effectedFile id="SLG2"></effectedFile>
947
</logFile>
948
949
<logFile name="org.eclipse.compare.tests_win32.win32.x86.xml">
950
	<effectedFile id="PW"></effectedFile>
951
	<effectedFile id="PWSDK"></effectedFile>
952
	<effectedFile id="JA"></effectedFile>
953
	<effectedFile id="JASDK"></effectedFile>
954
	<effectedFile id="PDE"></effectedFile>
955
	<effectedFile id="PDESDK"></effectedFile>
956
	<effectedFile id="SW"></effectedFile>
957
</logFile>
958
959
<logFile name="org.eclipse.core.filebuffers.tests_win32.win32.x86.xml">
960
	<effectedFile id="PW"></effectedFile>
961
	<effectedFile id="PWSDK"></effectedFile>
962
	<effectedFile id="JA"></effectedFile>
963
	<effectedFile id="JASDK"></effectedFile>
964
	<effectedFile id="PDE"></effectedFile>
965
	<effectedFile id="PDESDK"></effectedFile>
966
	<effectedFile id="SW"></effectedFile>
967
</logFile>
968
969
<logFile name="org.eclipse.core.tests.resources_win32.win32.x86.xml">
970
	<effectedFile id="PW"></effectedFile>
971
	<effectedFile id="PWSDK"></effectedFile>
972
	<effectedFile id="JA"></effectedFile>
973
	<effectedFile id="JASDK"></effectedFile>
974
	<effectedFile id="PDE"></effectedFile>
975
	<effectedFile id="PDESDK"></effectedFile>
976
	<effectedFile id="SW"></effectedFile>
977
</logFile>
978
979
<logFile name="org.eclipse.jface.text.tests_win32.win32.x86.xml">
980
	<effectedFile id="PW"></effectedFile>
981
	<effectedFile id="PWSDK"></effectedFile>
982
	<effectedFile id="JA"></effectedFile>
983
	<effectedFile id="JASDK"></effectedFile>
984
	<effectedFile id="PDE"></effectedFile>
985
	<effectedFile id="PDESDK"></effectedFile>
986
	<effectedFile id="SW"></effectedFile>
987
</logFile>
988
989
<logFile name="org.eclipse.team.tests.core_win32.win32.x86.xml">
990
	<effectedFile id="PW"></effectedFile>
991
	<effectedFile id="PWSDK"></effectedFile>
992
	<effectedFile id="JA"></effectedFile>
993
	<effectedFile id="JASDK"></effectedFile>
994
	<effectedFile id="PDE"></effectedFile>
995
	<effectedFile id="PDESDK"></effectedFile>
996
	<effectedFile id="SW"></effectedFile>
997
</logFile>
998
999
<logFile name="org.eclipse.team.tests.cvs.core_win32.win32.x86.xml">
1000
	<effectedFile id="PW"></effectedFile>
1001
	<effectedFile id="PWSDK"></effectedFile>
1002
	<effectedFile id="JA"></effectedFile>
1003
	<effectedFile id="JASDK"></effectedFile>
1004
	<effectedFile id="PDE"></effectedFile>
1005
	<effectedFile id="PDESDK"></effectedFile>
1006
	<effectedFile id="SW"></effectedFile>
1007
</logFile>
1008
1009
<logFile name="org.eclipse.core.tests.net_win32.win32.x86.xml">
1010
	<effectedFile id="PW"></effectedFile>
1011
	<effectedFile id="PWSDK"></effectedFile>
1012
	<effectedFile id="JA"></effectedFile>
1013
	<effectedFile id="JASDK"></effectedFile>
1014
	<effectedFile id="PDE"></effectedFile>
1015
	<effectedFile id="PDESDK"></effectedFile>
1016
	<effectedFile id="SW"></effectedFile>
1017
</logFile>
1018
1019
<logFile name="org.eclipse.text.tests_win32.win32.x86.xml">
1020
	<effectedFile id="PW"></effectedFile>
1021
	<effectedFile id="PWSDK"></effectedFile>
1022
	<effectedFile id="JA"></effectedFile>
1023
	<effectedFile id="JASDK"></effectedFile>
1024
	<effectedFile id="PDE"></effectedFile>
1025
	<effectedFile id="PDESDK"></effectedFile>
1026
	<effectedFile id="SW"></effectedFile>
1027
</logFile>
1028
1029
<logFile name="org.eclipse.ua.tests_win32.win32.x86.xml">
1030
	<effectedFile id="PW"></effectedFile>
1031
	<effectedFile id="PWSDK"></effectedFile>
1032
	<effectedFile id="JA"></effectedFile>
1033
	<effectedFile id="JASDK"></effectedFile>
1034
	<effectedFile id="PDE"></effectedFile>
1035
	<effectedFile id="PDESDK"></effectedFile>
1036
	<effectedFile id="SW"></effectedFile>
1037
</logFile>
1038
1039
<logFile name="org.eclipse.ui.editors.tests_win32.win32.x86.xml">
1040
	<effectedFile id="PW"></effectedFile>
1041
	<effectedFile id="PWSDK"></effectedFile>
1042
	<effectedFile id="JA"></effectedFile>
1043
	<effectedFile id="JASDK"></effectedFile>
1044
	<effectedFile id="PDE"></effectedFile>
1045
	<effectedFile id="PDESDK"></effectedFile>
1046
	<effectedFile id="SW"></effectedFile>
1047
</logFile>
1048
1049
<logFile name="org.eclipse.ui.tests.navigator_win32.win32.x86.xml">
1050
	<effectedFile id="PW"></effectedFile>
1051
	<effectedFile id="PWSDK"></effectedFile>
1052
	<effectedFile id="JA"></effectedFile>
1053
	<effectedFile id="JASDK"></effectedFile>
1054
	<effectedFile id="PDE"></effectedFile>
1055
	<effectedFile id="PDESDK"></effectedFile>
1056
	<effectedFile id="SW"></effectedFile>
1057
</logFile>
1058
1059
<logFile name="org.eclipse.ui.tests.views.properties.tabbed_win32.win32.x86.xml">
1060
	<effectedFile id="PW"></effectedFile>
1061
	<effectedFile id="PWSDK"></effectedFile>
1062
	<effectedFile id="JA"></effectedFile>
1063
	<effectedFile id="JASDK"></effectedFile>
1064
	<effectedFile id="PDE"></effectedFile>
1065
	<effectedFile id="PDESDK"></effectedFile>
1066
	<effectedFile id="SW"></effectedFile>
1067
</logFile>
1068
1069
<logFile name="org.eclipse.ui.workbench.texteditor.tests_win32.win32.x86.xml">
1070
	<effectedFile id="PW"></effectedFile>
1071
	<effectedFile id="PWSDK"></effectedFile>
1072
	<effectedFile id="JA"></effectedFile>
1073
	<effectedFile id="JASDK"></effectedFile>
1074
	<effectedFile id="PDE"></effectedFile>
1075
	<effectedFile id="PDESDK"></effectedFile>
1076
	<effectedFile id="SW"></effectedFile>
1077
</logFile>
1078
1079
<logFile name="org.eclipse.update.tests.core_win32.win32.x86.xml">
1080
	<effectedFile id="PW"></effectedFile>
1081
	<effectedFile id="PWSDK"></effectedFile>
1082
	<effectedFile id="JA"></effectedFile>
1083
	<effectedFile id="JASDK"></effectedFile>
1084
	<effectedFile id="PDE"></effectedFile>
1085
	<effectedFile id="PDESDK"></effectedFile>
1086
	<effectedFile id="SW"></effectedFile>
1087
</logFile>
1088
1089
<logFile name="org.eclipse.ltk.core.refactoring.tests_win32.win32.x86.xml">
1090
	<effectedFile id="PW"></effectedFile>
1091
	<effectedFile id="PWSDK"></effectedFile>
1092
	<effectedFile id="JA"></effectedFile>
1093
	<effectedFile id="JASDK"></effectedFile>
1094
	<effectedFile id="PDE"></effectedFile>
1095
	<effectedFile id="PDESDK"></effectedFile>
1096
	<effectedFile id="SW"></effectedFile>
1097
</logFile>
1098
1099
<logFile name="org.eclipse.ltk.ui.refactoring.tests_win32.win32.x86.xml">
1100
	<effectedFile id="PW"></effectedFile>
1101
	<effectedFile id="PWSDK"></effectedFile>
1102
	<effectedFile id="JA"></effectedFile>
1103
	<effectedFile id="JASDK"></effectedFile>
1104
	<effectedFile id="PDE"></effectedFile>
1105
	<effectedFile id="PDESDK"></effectedFile>
1106
	<effectedFile id="SW"></effectedFile>
1107
</logFile>
1108
1109
<logFile name="org.eclipse.ant.tests.core_linux.gtk.x86.xml">
1110
	<effectedFile id="PLG2"></effectedFile>
1111
	<effectedFile id="PLG2SDK"></effectedFile>
1112
	<effectedFile id="JA"></effectedFile>
1113
	<effectedFile id="JASDK"></effectedFile>
1114
	<effectedFile id="PDE"></effectedFile>
1115
	<effectedFile id="PDESDK"></effectedFile>
1116
	<effectedFile id="SLG2"></effectedFile>
1117
</logFile>
1118
1119
<logFile name="org.eclipse.ant.tests.ui_linux.gtk.x86.xml">
1120
	<effectedFile id="JA"></effectedFile>
1121
	<effectedFile id="JASDK"></effectedFile>
1122
	<effectedFile id="PDE"></effectedFile>
1123
	<effectedFile id="PDESDK"></effectedFile>
1124
	<effectedFile id="SLG2"></effectedFile>
1125
</logFile>
1126
1127
1128
<logFile name="org.eclipse.compare.tests_linux.gtk.x86.xml">
1129
	<effectedFile id="PLG2"></effectedFile>
1130
	<effectedFile id="PLG2SDK"></effectedFile>
1131
	<effectedFile id="JA"></effectedFile>
1132
	<effectedFile id="JASDK"></effectedFile>
1133
	<effectedFile id="PDE"></effectedFile>
1134
	<effectedFile id="PDESDK"></effectedFile>
1135
	<effectedFile id="SLG2"></effectedFile>
1136
</logFile>
1137
1138
<logFile name="org.eclipse.core.filebuffers.tests_linux.gtk.x86.xml">
1139
	<effectedFile id="PLG2"></effectedFile>
1140
	<effectedFile id="PLG2SDK"></effectedFile>
1141
	<effectedFile id="JA"></effectedFile>
1142
	<effectedFile id="JASDK"></effectedFile>
1143
	<effectedFile id="PDE"></effectedFile>
1144
	<effectedFile id="PDESDK"></effectedFile>
1145
	<effectedFile id="SLG2"></effectedFile>
1146
</logFile>
1147
1148
<logFile name="org.eclipse.core.tests.resources_linux.gtk.x86.xml">
1149
	<effectedFile id="PLG2"></effectedFile>
1150
	<effectedFile id="PLG2SDK"></effectedFile>
1151
	<effectedFile id="JA"></effectedFile>
1152
	<effectedFile id="JASDK"></effectedFile>
1153
	<effectedFile id="PDE"></effectedFile>
1154
	<effectedFile id="PDESDK"></effectedFile>
1155
	<effectedFile id="SLG2"></effectedFile>
1156
</logFile>
1157
1158
<logFile name="org.eclipse.jface.text.tests_linux.gtk.x86.xml">
1159
	<effectedFile id="PLG2"></effectedFile>
1160
	<effectedFile id="PLG2SDK"></effectedFile>
1161
	<effectedFile id="JA"></effectedFile>
1162
	<effectedFile id="JASDK"></effectedFile>
1163
	<effectedFile id="PDE"></effectedFile>
1164
	<effectedFile id="PDESDK"></effectedFile>
1165
	<effectedFile id="SLG2"></effectedFile>
1166
</logFile>
633
</logFile>
1167
634
1168
<logFile name="org.eclipse.team.tests.core_linux.gtk.x86.xml">
635
<logFile name="org.eclipse.jdt.apt.tests_linux.gtk.x86_6.0.xml">
1169
	<effectedFile id="PLG2"></effectedFile>
1170
	<effectedFile id="PLG2SDK"></effectedFile>
1171
	<effectedFile id="JA"></effectedFile>
636
	<effectedFile id="JA"></effectedFile>
1172
	<effectedFile id="JASDK"></effectedFile>
637
	<effectedFile id="JASDK"></effectedFile>
1173
	<effectedFile id="PDE"></effectedFile>
638
	<effectedFile id="PDE"></effectedFile>
Lines 1175-1183 Link Here
1175
	<effectedFile id="SLG2"></effectedFile>
640
	<effectedFile id="SLG2"></effectedFile>
1176
</logFile>
641
</logFile>
1177
642
1178
<logFile name="org.eclipse.team.tests.cvs.core_linux.gtk.x86.xml">
643
<logFile name="org.eclipse.jdt.compiler.tool.tests_linux.gtk.x86_6.0.xml">
1179
	<effectedFile id="PLG2"></effectedFile>
1180
	<effectedFile id="PLG2SDK"></effectedFile>
1181
	<effectedFile id="JA"></effectedFile>
644
	<effectedFile id="JA"></effectedFile>
1182
	<effectedFile id="JASDK"></effectedFile>
645
	<effectedFile id="JASDK"></effectedFile>
1183
	<effectedFile id="PDE"></effectedFile>
646
	<effectedFile id="PDE"></effectedFile>
Lines 1185-1193 Link Here
1185
	<effectedFile id="SLG2"></effectedFile>
648
	<effectedFile id="SLG2"></effectedFile>
1186
</logFile>
649
</logFile>
1187
650
1188
<logFile name="org.eclipse.core.tests.net_linux.gtk.x86.xml">
651
<logFile name="org.eclipse.jdt.apt.pluggable.tests_linux.gtk.x86_6.0.xml">
1189
	<effectedFile id="PLG2"></effectedFile>
1190
	<effectedFile id="PLG2SDK"></effectedFile>
1191
	<effectedFile id="JA"></effectedFile>
652
	<effectedFile id="JA"></effectedFile>
1192
	<effectedFile id="JASDK"></effectedFile>
653
	<effectedFile id="JASDK"></effectedFile>
1193
	<effectedFile id="PDE"></effectedFile>
654
	<effectedFile id="PDE"></effectedFile>
Lines 1195-1203 Link Here
1195
	<effectedFile id="SLG2"></effectedFile>
656
	<effectedFile id="SLG2"></effectedFile>
1196
</logFile>
657
</logFile>
1197
658
1198
<logFile name="org.eclipse.text.tests_linux.gtk.x86.xml">
659
<logFile name="org.eclipse.jdt.core.tests.builder_linux.gtk.x86_6.0.xml">
1199
	<effectedFile id="PLG2"></effectedFile>
1200
	<effectedFile id="PLG2SDK"></effectedFile>
1201
	<effectedFile id="JA"></effectedFile>
660
	<effectedFile id="JA"></effectedFile>
1202
	<effectedFile id="JASDK"></effectedFile>
661
	<effectedFile id="JASDK"></effectedFile>
1203
	<effectedFile id="PDE"></effectedFile>
662
	<effectedFile id="PDE"></effectedFile>
Lines 1205-1213 Link Here
1205
	<effectedFile id="SLG2"></effectedFile>
664
	<effectedFile id="SLG2"></effectedFile>
1206
</logFile>
665
</logFile>
1207
666
1208
<logFile name="org.eclipse.ua.tests_linux.gtk.x86.xml">
667
<logFile name="org.eclipse.jdt.core.tests.compiler_linux.gtk.x86_6.0.xml">
1209
	<effectedFile id="PLG2"></effectedFile>
1210
	<effectedFile id="PLG2SDK"></effectedFile>
1211
	<effectedFile id="JA"></effectedFile>
668
	<effectedFile id="JA"></effectedFile>
1212
	<effectedFile id="JASDK"></effectedFile>
669
	<effectedFile id="JASDK"></effectedFile>
1213
	<effectedFile id="PDE"></effectedFile>
670
	<effectedFile id="PDE"></effectedFile>
Lines 1215-1223 Link Here
1215
	<effectedFile id="SLG2"></effectedFile>
672
	<effectedFile id="SLG2"></effectedFile>
1216
</logFile>
673
</logFile>
1217
674
1218
<logFile name="org.eclipse.ui.editors.tests_linux.gtk.x86.xml">
675
<logFile name="org.eclipse.jdt.core.tests.model_linux.gtk.x86_6.0.xml">
1219
	<effectedFile id="PLG2"></effectedFile>
1220
	<effectedFile id="PLG2SDK"></effectedFile>
1221
	<effectedFile id="JA"></effectedFile>
676
	<effectedFile id="JA"></effectedFile>
1222
	<effectedFile id="JASDK"></effectedFile>
677
	<effectedFile id="JASDK"></effectedFile>
1223
	<effectedFile id="PDE"></effectedFile>
678
	<effectedFile id="PDE"></effectedFile>
Lines 1225-1233 Link Here
1225
	<effectedFile id="SLG2"></effectedFile>
680
	<effectedFile id="SLG2"></effectedFile>
1226
</logFile>
681
</logFile>
1227
682
1228
<logFile name="org.eclipse.ui.tests.navigator_linux.gtk.x86.xml">
683
<logFile name="org.eclipse.jdt.core.tests.performance_linux.gtk.x86_6.0.xml">
1229
	<effectedFile id="PLG2"></effectedFile>
1230
	<effectedFile id="PLG2SDK"></effectedFile>
1231
	<effectedFile id="JA"></effectedFile>
684
	<effectedFile id="JA"></effectedFile>
1232
	<effectedFile id="JASDK"></effectedFile>
685
	<effectedFile id="JASDK"></effectedFile>
1233
	<effectedFile id="PDE"></effectedFile>
686
	<effectedFile id="PDE"></effectedFile>
Lines 1235-1243 Link Here
1235
	<effectedFile id="SLG2"></effectedFile>
688
	<effectedFile id="SLG2"></effectedFile>
1236
</logFile>
689
</logFile>
1237
690
1238
<logFile name="org.eclipse.ui.tests.views.properties.tabbed_linux.gtk.x86.xml">
691
<logFile name="org.eclipse.jdt.debug.tests_linux.gtk.x86_6.0.xml">
1239
	<effectedFile id="PLG2"></effectedFile>
1240
	<effectedFile id="PLG2SDK"></effectedFile>
1241
	<effectedFile id="JA"></effectedFile>
692
	<effectedFile id="JA"></effectedFile>
1242
	<effectedFile id="JASDK"></effectedFile>
693
	<effectedFile id="JASDK"></effectedFile>
1243
	<effectedFile id="PDE"></effectedFile>
694
	<effectedFile id="PDE"></effectedFile>
Lines 1245-1253 Link Here
1245
	<effectedFile id="SLG2"></effectedFile>
696
	<effectedFile id="SLG2"></effectedFile>
1246
</logFile>
697
</logFile>
1247
698
1248
<logFile name="org.eclipse.ui.workbench.texteditor.tests_linux.gtk.x86.xml">
699
<logFile name="org.eclipse.jdt.text.tests_linux.gtk.x86_6.0.xml">
1249
	<effectedFile id="PLG2"></effectedFile>
1250
	<effectedFile id="PLG2SDK"></effectedFile>
1251
	<effectedFile id="JA"></effectedFile>
700
	<effectedFile id="JA"></effectedFile>
1252
	<effectedFile id="JASDK"></effectedFile>
701
	<effectedFile id="JASDK"></effectedFile>
1253
	<effectedFile id="PDE"></effectedFile>
702
	<effectedFile id="PDE"></effectedFile>
Lines 1255-1263 Link Here
1255
	<effectedFile id="SLG2"></effectedFile>
704
	<effectedFile id="SLG2"></effectedFile>
1256
</logFile>
705
</logFile>
1257
706
1258
<logFile name="org.eclipse.update.tests.core_linux.gtk.x86.xml">
707
<logFile name="org.eclipse.search.tests_linux.gtk.x86_6.0.xml">
1259
	<effectedFile id="PLG2"></effectedFile>
1260
	<effectedFile id="PLG2SDK"></effectedFile>
1261
	<effectedFile id="JA"></effectedFile>
708
	<effectedFile id="JA"></effectedFile>
1262
	<effectedFile id="JASDK"></effectedFile>
709
	<effectedFile id="JASDK"></effectedFile>
1263
	<effectedFile id="PDE"></effectedFile>
710
	<effectedFile id="PDE"></effectedFile>
Lines 1265-1273 Link Here
1265
	<effectedFile id="SLG2"></effectedFile>
712
	<effectedFile id="SLG2"></effectedFile>
1266
</logFile>
713
</logFile>
1267
714
1268
<logFile name="org.eclipse.ltk.core.refactoring.tests_linux.gtk.x86.xml">
715
<logFile name="org.eclipse.jdt.ui.tests_linux.gtk.x86_6.0.xml">
1269
	<effectedFile id="PLG2"></effectedFile>
1270
	<effectedFile id="PLG2SDK"></effectedFile>
1271
	<effectedFile id="JA"></effectedFile>
716
	<effectedFile id="JA"></effectedFile>
1272
	<effectedFile id="JASDK"></effectedFile>
717
	<effectedFile id="JASDK"></effectedFile>
1273
	<effectedFile id="PDE"></effectedFile>
718
	<effectedFile id="PDE"></effectedFile>
Lines 1275-1283 Link Here
1275
	<effectedFile id="SLG2"></effectedFile>
720
	<effectedFile id="SLG2"></effectedFile>
1276
</logFile>
721
</logFile>
1277
722
1278
<logFile name="org.eclipse.ltk.ui.refactoring.tests_linux.gtk.x86.xml">
723
<logFile name="org.eclipse.jdt.ui.tests.refactoring_linux.gtk.x86_6.0.xml">
1279
	<effectedFile id="PLG2"></effectedFile>
1280
	<effectedFile id="PLG2SDK"></effectedFile>
1281
	<effectedFile id="JA"></effectedFile>
724
	<effectedFile id="JA"></effectedFile>
1282
	<effectedFile id="JASDK"></effectedFile>
725
	<effectedFile id="JASDK"></effectedFile>
1283
	<effectedFile id="PDE"></effectedFile>
726
	<effectedFile id="PDE"></effectedFile>
Lines 1641-1887 Link Here
1641
	<effectedFile id="SLG2"></effectedFile>
1084
	<effectedFile id="SLG2"></effectedFile>
1642
</logFile>
1085
</logFile>
1643
1086
1644
1645
<logFile name="org.eclipse.core.tests.runtime_win32.win32.x86.xml">
1646
	<effectedFile id="RCPW"></effectedFile>
1647
	<effectedFile id="RCPWSDK"></effectedFile>
1648
	<effectedFile id="PW"></effectedFile>
1649
	<effectedFile id="PWSDK"></effectedFile>
1650
	<effectedFile id="JA"></effectedFile>
1651
	<effectedFile id="JASDK"></effectedFile>
1652
	<effectedFile id="PDE"></effectedFile>
1653
	<effectedFile id="PDESDK"></effectedFile>
1654
	<effectedFile id="SW"></effectedFile>
1655
</logFile>
1656
1657
<logFile name="org.eclipse.ui.tests_win32.win32.x86.xml">
1658
	<effectedFile id="RCPW"></effectedFile>
1659
	<effectedFile id="RCPWSDK"></effectedFile>
1660
	<effectedFile id="PW"></effectedFile>
1661
	<effectedFile id="PWSDK"></effectedFile>
1662
	<effectedFile id="JA"></effectedFile>
1663
	<effectedFile id="JASDK"></effectedFile>
1664
	<effectedFile id="PDE"></effectedFile>
1665
	<effectedFile id="PDESDK"></effectedFile>
1666
	<effectedFile id="SW"></effectedFile>
1667
</logFile>
1668
1669
<logFile name="org.eclipse.jface.tests.databinding_win32.win32.x86.xml">
1670
	<effectedFile id="RCPW"></effectedFile>
1671
	<effectedFile id="RCPWSDK"></effectedFile>
1672
	<effectedFile id="PW"></effectedFile>
1673
	<effectedFile id="PWSDK"></effectedFile>
1674
	<effectedFile id="JA"></effectedFile>
1675
	<effectedFile id="JASDK"></effectedFile>
1676
	<effectedFile id="PDE"></effectedFile>
1677
	<effectedFile id="PDESDK"></effectedFile>
1678
	<effectedFile id="SW"></effectedFile>
1679
</logFile>
1680
1681
<logFile name="org.eclipse.swt.tests_win32.win32.x86.xml">
1682
	<effectedFile id="RCPW"></effectedFile>
1683
	<effectedFile id="RCPWSDK"></effectedFile>
1684
	<effectedFile id="PW"></effectedFile>
1685
	<effectedFile id="PWSDK"></effectedFile>
1686
	<effectedFile id="JA"></effectedFile>
1687
	<effectedFile id="JASDK"></effectedFile>
1688
	<effectedFile id="PDE"></effectedFile>
1689
	<effectedFile id="PDESDK"></effectedFile>
1690
	<effectedFile id="SW"></effectedFile>
1691
</logFile>
1692
1693
<logFile name="org.eclipse.core.expressions.tests_win32.win32.x86.xml">
1694
	<effectedFile id="RCPW"></effectedFile>
1695
	<effectedFile id="RCPWSDK"></effectedFile>
1696
	<effectedFile id="PW"></effectedFile>
1697
	<effectedFile id="PWSDK"></effectedFile>
1698
	<effectedFile id="JA"></effectedFile>
1699
	<effectedFile id="JASDK"></effectedFile>
1700
	<effectedFile id="PDE"></effectedFile>
1701
	<effectedFile id="PDESDK"></effectedFile>
1702
	<effectedFile id="SW"></effectedFile>
1703
</logFile>
1704
1705
<logFile name="org.eclipse.osgi.tests_win32.win32.x86.xml">
1706
	<effectedFile id="RCPW"></effectedFile>
1707
	<effectedFile id="RCPWSDK"></effectedFile>
1708
	<effectedFile id="PW"></effectedFile>
1709
	<effectedFile id="PWSDK"></effectedFile>
1710
	<effectedFile id="JA"></effectedFile>
1711
	<effectedFile id="JASDK"></effectedFile>
1712
	<effectedFile id="PDE"></effectedFile>
1713
	<effectedFile id="PDESDK"></effectedFile>
1714
	<effectedFile id="SW"></effectedFile>
1715
</logFile>
1716
1717
<logFile name="org.eclipse.equinox.security.tests_win32.win32.x86.xml">
1718
	<effectedFile id="RCPW"></effectedFile>
1719
	<effectedFile id="RCPWSDK"></effectedFile>
1720
	<effectedFile id="PW"></effectedFile>
1721
	<effectedFile id="PWSDK"></effectedFile>	
1722
	<effectedFile id="SW"></effectedFile>
1723
</logFile> 
1724
1725
<logFile name="org.eclipse.equinox.p2.tests_win32.win32.x86.xml">
1726
	<effectedFile id="RCPW"></effectedFile>
1727
	<effectedFile id="RCPWSDK"></effectedFile>
1728
	<effectedFile id="PW"></effectedFile>
1729
	<effectedFile id="PWSDK"></effectedFile>	
1730
	<effectedFile id="SW"></effectedFile>
1731
</logFile>
1732
1733
<logFile name="org.eclipse.equinox.p2.tests.ui_win32.win32.x86.xml">
1734
	<effectedFile id="RCPW"></effectedFile>
1735
	<effectedFile id="RCPWSDK"></effectedFile>
1736
	<effectedFile id="PW"></effectedFile>
1737
	<effectedFile id="PWSDK"></effectedFile>	
1738
	<effectedFile id="SW"></effectedFile>
1739
</logFile>
1740
1741
<logFile name="org.eclipse.ui.tests.rcp_win32.win32.x86.xml">
1742
	<effectedFile id="RCPW"></effectedFile>
1743
	<effectedFile id="RCPWSDK"></effectedFile>
1744
	<effectedFile id="PW"></effectedFile>
1745
	<effectedFile id="PWSDK"></effectedFile>
1746
	<effectedFile id="JA"></effectedFile>
1747
	<effectedFile id="JASDK"></effectedFile>
1748
	<effectedFile id="PDE"></effectedFile>
1749
	<effectedFile id="PDESDK"></effectedFile>
1750
	<effectedFile id="SW"></effectedFile>
1751
</logFile>
1752
1753
<logFile name="org.eclipse.ui.tests.forms_win32.win32.x86.xml">
1754
	<effectedFile id="RCPW"></effectedFile>
1755
	<effectedFile id="RCPWSDK"></effectedFile>
1756
	<effectedFile id="PW"></effectedFile>
1757
	<effectedFile id="PWSDK"></effectedFile>
1758
	<effectedFile id="JA"></effectedFile>
1759
	<effectedFile id="JASDK"></effectedFile>
1760
	<effectedFile id="PDE"></effectedFile>
1761
	<effectedFile id="PDESDK"></effectedFile>
1762
	<effectedFile id="SW"></effectedFile>
1763
</logFile>
1764
1765
<logFile name="org.eclipse.core.tests.runtime_linux.gtk.x86.xml">
1766
	<effectedFile id="RCPLG2"></effectedFile>
1767
	<effectedFile id="RCPLG2SDK"></effectedFile>
1768
	<effectedFile id="PLG2"></effectedFile>
1769
	<effectedFile id="PLG2SDK"></effectedFile>
1770
	<effectedFile id="JA"></effectedFile>
1771
	<effectedFile id="JASDK"></effectedFile>
1772
	<effectedFile id="PDE"></effectedFile>
1773
	<effectedFile id="PDESDK"></effectedFile>
1774
	<effectedFile id="SLG2"></effectedFile>
1775
</logFile>
1776
1777
<logFile name="org.eclipse.ui.tests_linux.gtk.x86.xml">
1778
	<effectedFile id="RCPLG2"></effectedFile>
1779
	<effectedFile id="RCPLG2SDK"></effectedFile>
1780
	<effectedFile id="PLG2"></effectedFile>
1781
	<effectedFile id="PLG2SDK"></effectedFile>
1782
	<effectedFile id="JA"></effectedFile>
1783
	<effectedFile id="JASDK"></effectedFile>
1784
	<effectedFile id="PDE"></effectedFile>
1785
	<effectedFile id="PDESDK"></effectedFile>
1786
	<effectedFile id="SLG2"></effectedFile>
1787
</logFile>
1788
1789
<logFile name="org.eclipse.jface.tests.databinding_linux.gtk.x86.xml">
1790
	<effectedFile id="RCPLG2"></effectedFile>
1791
	<effectedFile id="RCPLG2SDK"></effectedFile>
1792
	<effectedFile id="PLG2"></effectedFile>
1793
	<effectedFile id="PLG2SDK"></effectedFile>
1794
	<effectedFile id="JA"></effectedFile>
1795
	<effectedFile id="JASDK"></effectedFile>
1796
	<effectedFile id="PDE"></effectedFile>
1797
	<effectedFile id="PDESDK"></effectedFile>
1798
	<effectedFile id="SLG2"></effectedFile>
1799
</logFile>
1800
1801
<logFile name="org.eclipse.swt.tests_linux.gtk.x86.xml">
1802
	<effectedFile id="RCPLG2"></effectedFile>
1803
	<effectedFile id="RCPLG2SDK"></effectedFile>
1804
	<effectedFile id="PLG2"></effectedFile>
1805
	<effectedFile id="PLG2SDK"></effectedFile>
1806
	<effectedFile id="JA"></effectedFile>
1807
	<effectedFile id="JASDK"></effectedFile>
1808
	<effectedFile id="PDE"></effectedFile>
1809
	<effectedFile id="PDESDK"></effectedFile>
1810
	<effectedFile id="SLG2"></effectedFile>
1811
</logFile>
1812
1813
<logFile name="org.eclipse.core.expressions.tests_linux.gtk.x86.xml">
1814
	<effectedFile id="RCPLG2"></effectedFile>
1815
	<effectedFile id="RCPLG2SDK"></effectedFile>
1816
	<effectedFile id="PLG2"></effectedFile>
1817
	<effectedFile id="PLG2SDK"></effectedFile>
1818
	<effectedFile id="JA"></effectedFile>
1819
	<effectedFile id="JASDK"></effectedFile>
1820
	<effectedFile id="PDE"></effectedFile>
1821
	<effectedFile id="PDESDK"></effectedFile>
1822
	<effectedFile id="SLG2"></effectedFile>
1823
</logFile>
1824
1825
<logFile name="org.eclipse.osgi.tests_linux.gtk.x86.xml">
1826
	<effectedFile id="RCPLG2"></effectedFile>
1827
	<effectedFile id="RCPLG2SDK"></effectedFile>
1828
	<effectedFile id="PLG2"></effectedFile>
1829
	<effectedFile id="PLG2SDK"></effectedFile>
1830
	<effectedFile id="JA"></effectedFile>
1831
	<effectedFile id="JASDK"></effectedFile>
1832
	<effectedFile id="PDE"></effectedFile>
1833
	<effectedFile id="PDESDK"></effectedFile>
1834
	<effectedFile id="SLG2"></effectedFile>
1835
</logFile>
1836
1837
<logFile name="org.eclipse.equinox.security.tests_linux.gtk.x86.xml">
1838
	<effectedFile id="RCPLG2"></effectedFile>
1839
	<effectedFile id="RCPLG2SDK"></effectedFile>
1840
	<effectedFile id="PLG2"></effectedFile>
1841
	<effectedFile id="PLG2SDK"></effectedFile>	
1842
	<effectedFile id="SLG2"></effectedFile>
1843
</logFile>
1844
1845
<logFile name="org.eclipse.equinox.p2.tests_linux.gtk.x86.xml">
1846
	<effectedFile id="RCPLG2"></effectedFile>
1847
	<effectedFile id="RCPLG2SDK"></effectedFile>
1848
	<effectedFile id="PLG2"></effectedFile>
1849
	<effectedFile id="PLG2SDK"></effectedFile>
1850
	<effectedFile id="SLG2"></effectedFile>
1851
</logFile>
1852
1853
<logFile name="org.eclipse.equinox.p2.tests.ui_linux.gtk.x86.xml">
1854
	<effectedFile id="RCPLG2"></effectedFile>
1855
	<effectedFile id="RCPLG2SDK"></effectedFile>
1856
	<effectedFile id="PLG2"></effectedFile>
1857
	<effectedFile id="PLG2SDK"></effectedFile>
1858
	<effectedFile id="SLG2"></effectedFile>
1859
</logFile>
1860
1861
<logFile name="org.eclipse.ui.tests.rcp_linux.gtk.x86.xml">
1862
	<effectedFile id="RCPLG2"></effectedFile>
1863
	<effectedFile id="RCPLG2SDK"></effectedFile>
1864
	<effectedFile id="PLG2"></effectedFile>
1865
	<effectedFile id="PLG2SDK"></effectedFile>
1866
	<effectedFile id="JA"></effectedFile>
1867
	<effectedFile id="JASDK"></effectedFile>
1868
	<effectedFile id="PDE"></effectedFile>
1869
	<effectedFile id="PDESDK"></effectedFile>
1870
	<effectedFile id="SLG2"></effectedFile>
1871
</logFile>
1872
1873
<logFile name="org.eclipse.ui.tests.forms_linux.gtk.x86.xml">
1874
	<effectedFile id="RCPLG2"></effectedFile>
1875
	<effectedFile id="RCPLG2SDK"></effectedFile>
1876
	<effectedFile id="PLG2"></effectedFile>
1877
	<effectedFile id="PLG2SDK"></effectedFile>
1878
	<effectedFile id="JA"></effectedFile>
1879
	<effectedFile id="JASDK"></effectedFile>
1880
	<effectedFile id="PDE"></effectedFile>
1881
	<effectedFile id="PDESDK"></effectedFile>
1882
	<effectedFile id="SLG2"></effectedFile>
1883
</logFile>
1884
1885
<logFile name="org.eclipse.core.tests.runtime_macosx.cocoa.x86_5.0.xml">
1087
<logFile name="org.eclipse.core.tests.runtime_macosx.cocoa.x86_5.0.xml">
1886
	<effectedFile id="RCPMC"></effectedFile>
1088
	<effectedFile id="RCPMC"></effectedFile>
1887
	<effectedFile id="RCPMCSDK"></effectedFile>
1089
	<effectedFile id="RCPMCSDK"></effectedFile>
(-)equinox/buildConfigs/equinox-launchers/build.xml (-1 lines)
Lines 17-23 Link Here
17
		<buildRepos os="win32" ws="win32" arch="x86_64" archiveName="${archiveRoot}-win32.win32.x86_64.${buildId}.zip" />		
17
		<buildRepos os="win32" ws="win32" arch="x86_64" archiveName="${archiveRoot}-win32.win32.x86_64.${buildId}.zip" />		
18
		<buildRepos os="linux" ws="gtk" arch="x86" archiveName="${archiveRoot}-linux.gtk.x86.${buildId}.tar.gz" />
18
		<buildRepos os="linux" ws="gtk" arch="x86" archiveName="${archiveRoot}-linux.gtk.x86.${buildId}.tar.gz" />
19
		<buildRepos os="linux" ws="gtk" arch="x86_64" archiveName="${archiveRoot}-linux.gtk.x86_64.${buildId}.tar.gz" />
19
		<buildRepos os="linux" ws="gtk" arch="x86_64" archiveName="${archiveRoot}-linux.gtk.x86_64.${buildId}.tar.gz" />
20
		<buildRepos os="linux" ws="gtk" arch="ppc" archiveName="${archiveRoot}-linux.gtk.ppc.${buildId}.tar.gz" />
21
		<buildRepos os="linux" ws="gtk" arch="ppc64" archiveName="${archiveRoot}-linux.gtk.ppc64.${buildId}.tar.gz" />
20
		<buildRepos os="linux" ws="gtk" arch="ppc64" archiveName="${archiveRoot}-linux.gtk.ppc64.${buildId}.tar.gz" />
22
		<buildRepos os="solaris" ws="gtk" arch="sparc" archiveName="${archiveRoot}-solaris.gtk.sparc.${buildId}.zip" />
21
		<buildRepos os="solaris" ws="gtk" arch="sparc" archiveName="${archiveRoot}-solaris.gtk.sparc.${buildId}.zip" />
23
		<buildRepos os="solaris" ws="gtk" arch="x86" archiveName="${archiveRoot}-solaris.gtk.x86.${buildId}.zip" />
22
		<buildRepos os="solaris" ws="gtk" arch="x86" archiveName="${archiveRoot}-solaris.gtk.x86.${buildId}.zip" />
(-)equinox/buildConfigs/equinox.p2.installer/build.properties (-1 / +1 lines)
Lines 130-136 Link Here
130
skipMaps=false
130
skipMaps=false
131
mapsRepo=${mapsRepo}
131
mapsRepo=${mapsRepo}
132
mapsRoot=org.eclipse.releng
132
mapsRoot=org.eclipse.releng
133
mapsCheckoutTag=HEAD
133
mapsCheckoutTag=${mapVersionTag}
134
134
135
#tagMaps=true
135
#tagMaps=true
136
mapsTagTag=v${buildId}
136
mapsTagTag=v${buildId}
(-)equinox/buildConfigs/equinox.prov/run.xml (-71 / +59 lines)
Lines 7-13 Link Here
7
		<mkdir dir="${p2.output.base}" />
7
		<mkdir dir="${p2.output.base}" />
8
		<property name="directorlog" value="${buildlogs}/director.txt" />
8
		<property name="directorlog" value="${buildlogs}/director.txt" />
9
9
10
		<condition property="sdk.archive" value="${postingDirectory}/${buildLabel}/eclipse-SDK-${buildId}-linux-gtk-ppc.tar.gz">
10
		<condition property="sdk.archive" value="${postingDirectory}/${buildLabel}/eclipse-SDK-${buildId}-linux-gtk-ppc64.tar.gz">
11
			<equals arg1="${os.arch}" arg2="ppc64" />
11
			<equals arg1="${os.arch}" arg2="ppc64" />
12
		</condition>
12
		</condition>
13
		<condition property="sdk.archive" value="${postingDirectory}/${buildLabel}/eclipse-SDK-${buildId}-linux-gtk.tar.gz">
13
		<condition property="sdk.archive" value="${postingDirectory}/${buildLabel}/eclipse-SDK-${buildId}-linux-gtk.tar.gz">
Lines 15-21 Link Here
15
		</condition>
15
		</condition>
16
		<property name="sdk.archive" value="" />
16
		<property name="sdk.archive" value="" />
17
		<property name="rcp.delta.archive" value="${postingDirectory}/${buildLabel}/eclipse-${buildId}-delta-pack.zip" />
17
		<property name="rcp.delta.archive" value="${postingDirectory}/${buildLabel}/eclipse-${buildId}-delta-pack.zip" />
18
		<condition property="rcp.archive" value="${postingDirectory}/${buildLabel}/eclipse-RCP-${buildId}-linux-gtk-ppc.tar.gz">
18
		<condition property="rcp.archive" value="${postingDirectory}/${buildLabel}/eclipse-RCP-${buildId}-linux-gtk-ppc64.tar.gz">
19
			<equals arg1="${os.arch}" arg2="ppc64" />
19
			<equals arg1="${os.arch}" arg2="ppc64" />
20
		</condition>
20
		</condition>
21
		<condition property="rcp.archive" value="${postingDirectory}/${buildLabel}/eclipse-RCP-${buildId}-linux-gtk.tar.gz">
21
		<condition property="rcp.archive" value="${postingDirectory}/${buildLabel}/eclipse-RCP-${buildId}-linux-gtk.tar.gz">
Lines 30-35 Link Here
30
		<property name="p2.agent.install.macosx" value="${p2.output.base}/agent.install.macosx" />
30
		<property name="p2.agent.install.macosx" value="${p2.output.base}/agent.install.macosx" />
31
		<mkdir dir="${p2.agent.install.macosx}" />
31
		<mkdir dir="${p2.agent.install.macosx}" />
32
32
33
		<property name="p2.agent.install.win32.director" value="${p2.output.base}/agent.install.win32/eclipse" />
34
		<mkdir dir="${p2.agent.install.win32.director}" />
35
		<property name="p2.agent.install.linux.director" value="${p2.output.base}/agent.install.linux/eclipse" />
36
		<mkdir dir="${p2.agent.install.linux.director}" />
37
		<property name="p2.agent.install.macosx.director" value="${p2.output.base}/agent.install.macosx/eclipse" />
38
		<mkdir dir="${p2.agent.install.macosx.director}" />
39
40
33
		<property name="p2.sdk.install.win32.win32.x86" value="${p2.output.base}/sdk.install.win32.win32.x86" />
41
		<property name="p2.sdk.install.win32.win32.x86" value="${p2.output.base}/sdk.install.win32.win32.x86" />
34
		<mkdir dir="${p2.sdk.install.win32.win32.x86}" />
42
		<mkdir dir="${p2.sdk.install.win32.win32.x86}" />
35
		<property name="p2.sdk.install.win32.win32.x86_64" value="${p2.output.base}/sdk.install.win32.win32.x86_64" />
43
		<property name="p2.sdk.install.win32.win32.x86_64" value="${p2.output.base}/sdk.install.win32.win32.x86_64" />
Lines 125-130 Link Here
125
		<property file="build.properties" />
133
		<property file="build.properties" />
126
		<property name="p2.flavor" value="tooling" />
134
		<property name="p2.flavor" value="tooling" />
127
		<property name="p2.agent.version" value="1.1.0.${buildId}" />
135
		<property name="p2.agent.version" value="1.1.0.${buildId}" />
136
		<property name="sdk.version" value="4.0.0.${buildId}"/>
128
	</target>
137
	</target>
129
138
130
	<target name="build" depends="init">
139
	<target name="build" depends="init">
Lines 179-185 Link Here
179
			<param name="p2.director.installIU" value="org.eclipse.equinox.p2.ui.admin.rcp.product" />
188
			<param name="p2.director.installIU" value="org.eclipse.equinox.p2.ui.admin.rcp.product" />
180
			<param name="p2.director.version" value="${p2.agent.version}" />
189
			<param name="p2.director.version" value="${p2.agent.version}" />
181
			<param name="p2.director.profile" value="EquinoxProvisioningUI" />
190
			<param name="p2.director.profile" value="EquinoxProvisioningUI" />
182
			<param name="p2.director.install.path" value="${p2.agent.install.win32}" />
191
			<param name="p2.director.install.path" value="${p2.agent.install.win32.director}" />
183
			<param name="p2.director.extraArgs" value="" />
192
			<param name="p2.director.extraArgs" value="" />
184
			<param name="p2.os" value="win32" />
193
			<param name="p2.os" value="win32" />
185
			<param name="p2.ws" value="win32" />
194
			<param name="p2.ws" value="win32" />
Lines 191-197 Link Here
191
			<param name="p2.director.installIU" value="org.eclipse.equinox.p2.ui.admin.rcp.product" />
200
			<param name="p2.director.installIU" value="org.eclipse.equinox.p2.ui.admin.rcp.product" />
192
			<param name="p2.director.version" value="${p2.agent.version}" />
201
			<param name="p2.director.version" value="${p2.agent.version}" />
193
			<param name="p2.director.profile" value="EquinoxProvisioningUI" />
202
			<param name="p2.director.profile" value="EquinoxProvisioningUI" />
194
			<param name="p2.director.install.path" value="${p2.agent.install.linux}" />
203
			<param name="p2.director.install.path" value="${p2.agent.install.linux.director}" />
195
			<param name="p2.director.extraArgs" value="" />
204
			<param name="p2.director.extraArgs" value="" />
196
			<param name="p2.os" value="linux" />
205
			<param name="p2.os" value="linux" />
197
			<param name="p2.ws" value="gtk" />
206
			<param name="p2.ws" value="gtk" />
Lines 203-209 Link Here
203
			<param name="p2.director.installIU" value="org.eclipse.equinox.p2.ui.admin.rcp.product" />
212
			<param name="p2.director.installIU" value="org.eclipse.equinox.p2.ui.admin.rcp.product" />
204
			<param name="p2.director.version" value="${p2.agent.version}" />
213
			<param name="p2.director.version" value="${p2.agent.version}" />
205
			<param name="p2.director.profile" value="EquinoxProvisioningUI" />
214
			<param name="p2.director.profile" value="EquinoxProvisioningUI" />
206
			<param name="p2.director.install.path" value="${p2.agent.install.macosx}" />
215
			<param name="p2.director.install.path" value="${p2.agent.install.macosx.director}" />
207
			<param name="p2.director.extraArgs" value="" />
216
			<param name="p2.director.extraArgs" value="" />
208
			<param name="p2.os" value="macosx" />
217
			<param name="p2.os" value="macosx" />
209
			<param name="p2.ws" value="cocoa" />
218
			<param name="p2.ws" value="cocoa" />
Lines 215-221 Link Here
215
	<target name="provision.sdk">
224
	<target name="provision.sdk">
216
		<antcall target="run.director">
225
		<antcall target="run.director">
217
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
226
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
218
			<param name="p2.director.version" value="4.0.0.${buildId}" />
227
			<param name="p2.director.version" value="${sdk.version}" />
219
			<param name="p2.director.profile" value="SDKProfile" />
228
			<param name="p2.director.profile" value="SDKProfile" />
220
			<param name="p2.director.install.path" value="${p2.sdk.install.win32.win32.x86}/eclipse" />
229
			<param name="p2.director.install.path" value="${p2.sdk.install.win32.win32.x86}/eclipse" />
221
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
230
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 227-233 Link Here
227
236
228
		<antcall target="run.director">
237
		<antcall target="run.director">
229
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
238
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
230
			<param name="p2.director.version" value="4.0.0.${buildId}" />
239
			<param name="p2.director.version" value="${sdk.version}" />
231
			<param name="p2.director.profile" value="SDKProfile" />
240
			<param name="p2.director.profile" value="SDKProfile" />
232
			<param name="p2.director.install.path" value="${p2.sdk.install.win32.win32.x86_64}/eclipse" />
241
			<param name="p2.director.install.path" value="${p2.sdk.install.win32.win32.x86_64}/eclipse" />
233
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
242
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 239-245 Link Here
239
248
240
		<antcall target="run.director">
249
		<antcall target="run.director">
241
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
250
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
242
			<param name="p2.director.version" value="4.0.0.${buildId}" />
251
			<param name="p2.director.version" value="${sdk.version}" />
243
			<param name="p2.director.profile" value="SDKProfile" />
252
			<param name="p2.director.profile" value="SDKProfile" />
244
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.x86}/eclipse" />
253
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.x86}/eclipse" />
245
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
254
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 249-269 Link Here
249
			<param name="p2.repo" value="${buildRepo}" />
258
			<param name="p2.repo" value="${buildRepo}" />
250
		</antcall>
259
		</antcall>
251
260
252
	<!--	<antcall target="run.director">
253
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
254
			<param name="p2.director.version" value="4.0.0.${buildId}" />
255
			<param name="p2.director.profile" value="SDKProfile" />
256
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.ppc}/eclipse" />
257
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
258
			<param name="p2.os" value="linux" />
259
			<param name="p2.ws" value="gtk" />
260
			<param name="p2.arch" value="ppc" />
261
			<param name="p2.repo" value="${buildRepo}" />
262
		</antcall> -->
263
264
		<antcall target="run.director">
261
		<antcall target="run.director">
265
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
262
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
266
			<param name="p2.director.version" value="4.0.0.${buildId}" />
263
			<param name="p2.director.version" value="${sdk.version}" />
267
			<param name="p2.director.profile" value="SDKProfile" />
264
			<param name="p2.director.profile" value="SDKProfile" />
268
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.ppc64}/eclipse" />
265
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.ppc64}/eclipse" />
269
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
266
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 273-281 Link Here
273
			<param name="p2.repo" value="${buildRepo}" />
270
			<param name="p2.repo" value="${buildRepo}" />
274
		</antcall>
271
		</antcall>
275
272
276
		<!-- <antcall target="run.director">
273
		<antcall target="run.director">
277
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
274
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
278
			<param name="p2.director.version" value="4.0.0.${buildId}" />
275
			<param name="p2.director.version" value="${sdk.version}" />
279
			<param name="p2.director.profile" value="SDKProfile" />
276
			<param name="p2.director.profile" value="SDKProfile" />
280
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.s390x}/eclipse" />
277
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.s390x}/eclipse" />
281
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
278
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 283-293 Link Here
283
			<param name="p2.ws" value="gtk" />
280
			<param name="p2.ws" value="gtk" />
284
			<param name="p2.arch" value="s390x" />
281
			<param name="p2.arch" value="s390x" />
285
			<param name="p2.repo" value="${buildRepo}" />
282
			<param name="p2.repo" value="${buildRepo}" />
286
		</antcall> -->
283
		</antcall>
287
284
288
		<!-- <antcall target="run.director">
285
		<antcall target="run.director">
289
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
286
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
290
			<param name="p2.director.version" value="4.0.0.${buildId}" />
287
			<param name="p2.director.version" value="${sdk.version}" />
291
			<param name="p2.director.profile" value="SDKProfile" />
288
			<param name="p2.director.profile" value="SDKProfile" />
292
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.s390}/eclipse" />
289
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.s390}/eclipse" />
293
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
290
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 295-305 Link Here
295
			<param name="p2.ws" value="gtk" />
292
			<param name="p2.ws" value="gtk" />
296
			<param name="p2.arch" value="s390" />
293
			<param name="p2.arch" value="s390" />
297
			<param name="p2.repo" value="${buildRepo}" />
294
			<param name="p2.repo" value="${buildRepo}" />
298
		</antcall> -->
295
		</antcall>
299
296
300
		<antcall target="run.director">
297
		<antcall target="run.director">
301
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
298
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
302
			<param name="p2.director.version" value="4.0.0.${buildId}" />
299
			<param name="p2.director.version" value="${sdk.version}" />
303
			<param name="p2.director.profile" value="SDKProfile" />
300
			<param name="p2.director.profile" value="SDKProfile" />
304
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.motif.x86}/eclipse" />
301
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.motif.x86}/eclipse" />
305
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
302
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 311-317 Link Here
311
308
312
		<antcall target="run.director">
309
		<antcall target="run.director">
313
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
310
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
314
			<param name="p2.director.version" value="4.0.0.${buildId}" />
311
			<param name="p2.director.version" value="${sdk.version}" />
315
			<param name="p2.director.profile" value="SDKProfile" />
312
			<param name="p2.director.profile" value="SDKProfile" />
316
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.x86_64}/eclipse" />
313
			<param name="p2.director.install.path" value="${p2.sdk.install.linux.gtk.x86_64}/eclipse" />
317
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
314
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 323-329 Link Here
323
320
324
		<antcall target="run.director">
321
		<antcall target="run.director">
325
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
322
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
326
			<param name="p2.director.version" value="4.0.0.${buildId}" />
323
			<param name="p2.director.version" value="${sdk.version}" />
327
			<param name="p2.director.profile" value="SDKProfile" />
324
			<param name="p2.director.profile" value="SDKProfile" />
328
			<param name="p2.director.install.path" value="${p2.sdk.install.macosx.carbon.x86}/eclipse" />
325
			<param name="p2.director.install.path" value="${p2.sdk.install.macosx.carbon.x86}/eclipse" />
329
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
326
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 335-341 Link Here
335
332
336
		<antcall target="run.director">
333
		<antcall target="run.director">
337
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
334
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
338
			<param name="p2.director.version" value="4.0.0.${buildId}" />
335
			<param name="p2.director.version" value="${sdk.version}" />
339
			<param name="p2.director.profile" value="SDKProfile" />
336
			<param name="p2.director.profile" value="SDKProfile" />
340
			<param name="p2.director.install.path" value="${p2.sdk.install.macosx.cocoa.x86}/eclipse" />
337
			<param name="p2.director.install.path" value="${p2.sdk.install.macosx.cocoa.x86}/eclipse" />
341
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
338
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 347-353 Link Here
347
344
348
		<antcall target="run.director">
345
		<antcall target="run.director">
349
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
346
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
350
			<param name="p2.director.version" value="4.0.0.${buildId}" />
347
			<param name="p2.director.version" value="${sdk.version}" />
351
			<param name="p2.director.profile" value="SDKProfile" />
348
			<param name="p2.director.profile" value="SDKProfile" />
352
			<param name="p2.director.install.path" value="${p2.sdk.install.macosx.cocoa.x86_64}/eclipse" />
349
			<param name="p2.director.install.path" value="${p2.sdk.install.macosx.cocoa.x86_64}/eclipse" />
353
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
350
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 359-365 Link Here
359
356
360
		<antcall target="run.director">
357
		<antcall target="run.director">
361
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
358
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
362
			<param name="p2.director.version" value="4.0.0.${buildId}" />
359
			<param name="p2.director.version" value="${sdk.version}" />
363
			<param name="p2.director.profile" value="SDKProfile" />
360
			<param name="p2.director.profile" value="SDKProfile" />
364
			<param name="p2.director.install.path" value="${p2.sdk.install.hpux.motif.ia64_32}/eclipse" />
361
			<param name="p2.director.install.path" value="${p2.sdk.install.hpux.motif.ia64_32}/eclipse" />
365
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
362
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 371-377 Link Here
371
368
372
		<antcall target="run.director">
369
		<antcall target="run.director">
373
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
370
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
374
			<param name="p2.director.version" value="4.0.0.${buildId}" />
371
			<param name="p2.director.version" value="${sdk.version}" />
375
			<param name="p2.director.profile" value="SDKProfile" />
372
			<param name="p2.director.profile" value="SDKProfile" />
376
			<param name="p2.director.install.path" value="${p2.sdk.install.solaris.gtk.sparc}/eclipse" />
373
			<param name="p2.director.install.path" value="${p2.sdk.install.solaris.gtk.sparc}/eclipse" />
377
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
374
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 383-389 Link Here
383
380
384
		<antcall target="run.director">
381
		<antcall target="run.director">
385
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
382
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
386
			<param name="p2.director.version" value="4.0.0.${buildId}" />
383
			<param name="p2.director.version" value="${sdk.version}" />
387
			<param name="p2.director.profile" value="SDKProfile" />
384
			<param name="p2.director.profile" value="SDKProfile" />
388
			<param name="p2.director.install.path" value="${p2.sdk.install.solaris.gtk.x86}/eclipse" />
385
			<param name="p2.director.install.path" value="${p2.sdk.install.solaris.gtk.x86}/eclipse" />
389
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
386
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 395-401 Link Here
395
392
396
		<antcall target="run.director">
393
		<antcall target="run.director">
397
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
394
			<param name="p2.director.installIU" value="org.eclipse.sdk.ide" />
398
			<param name="p2.director.version" value="4.0.0.${buildId}" />
395
			<param name="p2.director.version" value="${sdk.version}" />
399
			<param name="p2.director.profile" value="SDKProfile" />
396
			<param name="p2.director.profile" value="SDKProfile" />
400
			<param name="p2.director.install.path" value="${p2.sdk.install.aix.motif.ppc}/eclipse" />
397
			<param name="p2.director.install.path" value="${p2.sdk.install.aix.motif.ppc}/eclipse" />
401
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
398
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 410-416 Link Here
410
	<target name="provision.platform">
407
	<target name="provision.platform">
411
		<antcall target="run.director">
408
		<antcall target="run.director">
412
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
409
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
413
			<param name="p2.director.version" value="4.0.0.${buildId}" />
410
			<param name="p2.director.version" value="${sdk.version}" />
414
			<param name="p2.director.profile" value="PlatformProfile" />
411
			<param name="p2.director.profile" value="PlatformProfile" />
415
			<param name="p2.director.install.path" value="${p2.platform.install.win32.win32.x86}/eclipse" />
412
			<param name="p2.director.install.path" value="${p2.platform.install.win32.win32.x86}/eclipse" />
416
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
413
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 422-428 Link Here
422
419
423
		<antcall target="run.director">
420
		<antcall target="run.director">
424
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
421
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
425
			<param name="p2.director.version" value="4.0.0.${buildId}" />
422
			<param name="p2.director.version" value="${sdk.version}" />
426
			<param name="p2.director.profile" value="PlatformProfile" />
423
			<param name="p2.director.profile" value="PlatformProfile" />
427
			<param name="p2.director.install.path" value="${p2.platform.install.win32.win32.x86_64}/eclipse" />
424
			<param name="p2.director.install.path" value="${p2.platform.install.win32.win32.x86_64}/eclipse" />
428
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
425
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 434-440 Link Here
434
431
435
		<antcall target="run.director">
432
		<antcall target="run.director">
436
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
433
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
437
			<param name="p2.director.version" value="4.0.0.${buildId}" />
434
			<param name="p2.director.version" value="${sdk.version}" />
438
			<param name="p2.director.profile" value="PlatformProfile" />
435
			<param name="p2.director.profile" value="PlatformProfile" />
439
			<param name="p2.director.install.path" value="${p2.platform.install.linux.gtk.x86}/eclipse" />
436
			<param name="p2.director.install.path" value="${p2.platform.install.linux.gtk.x86}/eclipse" />
440
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
437
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 458-464 Link Here
458
455
459
		<antcall target="run.director">
456
		<antcall target="run.director">
460
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
457
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
461
			<param name="p2.director.version" value="4.0.0.${buildId}" />
458
			<param name="p2.director.version" value="${sdk.version}" />
462
			<param name="p2.director.profile" value="PlatformProfile" />
459
			<param name="p2.director.profile" value="PlatformProfile" />
463
			<param name="p2.director.install.path" value="${p2.platform.install.linux.gtk.ppc64}/eclipse" />
460
			<param name="p2.director.install.path" value="${p2.platform.install.linux.gtk.ppc64}/eclipse" />
464
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
461
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 470-476 Link Here
470
467
471
		<antcall target="run.director">
468
		<antcall target="run.director">
472
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
469
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
473
			<param name="p2.director.version" value="4.0.0.${buildId}" />
470
			<param name="p2.director.version" value="${sdk.version}" />
474
			<param name="p2.director.profile" value="PlatformProfile" />
471
			<param name="p2.director.profile" value="PlatformProfile" />
475
			<param name="p2.director.install.path" value="${p2.platform.install.linux.gtk.x86_64}/eclipse" />
472
			<param name="p2.director.install.path" value="${p2.platform.install.linux.gtk.x86_64}/eclipse" />
476
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
473
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 482-488 Link Here
482
479
483
		<antcall target="run.director">
480
		<antcall target="run.director">
484
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
481
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
485
			<param name="p2.director.version" value="4.0.0.${buildId}" />
482
			<param name="p2.director.version" value="${sdk.version}" />
486
			<param name="p2.director.profile" value="PlatformProfile" />
483
			<param name="p2.director.profile" value="PlatformProfile" />
487
			<param name="p2.director.install.path" value="${p2.platform.install.macosx.carbon.x86}/eclipse" />
484
			<param name="p2.director.install.path" value="${p2.platform.install.macosx.carbon.x86}/eclipse" />
488
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
485
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 494-500 Link Here
494
491
495
		<antcall target="run.director">
492
		<antcall target="run.director">
496
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
493
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
497
			<param name="p2.director.version" value="4.0.0.${buildId}" />
494
			<param name="p2.director.version" value="${sdk.version}" />
498
			<param name="p2.director.profile" value="PlatformProfile" />
495
			<param name="p2.director.profile" value="PlatformProfile" />
499
			<param name="p2.director.install.path" value="${p2.platform.install.macosx.cocoa.x86}/eclipse" />
496
			<param name="p2.director.install.path" value="${p2.platform.install.macosx.cocoa.x86}/eclipse" />
500
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
497
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 506-512 Link Here
506
503
507
		<antcall target="run.director">
504
		<antcall target="run.director">
508
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
505
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
509
			<param name="p2.director.version" value="4.0.0.${buildId}" />
506
			<param name="p2.director.version" value="${sdk.version}" />
510
			<param name="p2.director.profile" value="PlatformProfile" />
507
			<param name="p2.director.profile" value="PlatformProfile" />
511
			<param name="p2.director.install.path" value="${p2.platform.install.macosx.cocoa.x86_64}/eclipse" />
508
			<param name="p2.director.install.path" value="${p2.platform.install.macosx.cocoa.x86_64}/eclipse" />
512
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
509
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 518-524 Link Here
518
515
519
		<antcall target="run.director">
516
		<antcall target="run.director">
520
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
517
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
521
			<param name="p2.director.version" value="4.0.0.${buildId}" />
518
			<param name="p2.director.version" value="${sdk.version}" />
522
			<param name="p2.director.profile" value="PlatformProfile" />
519
			<param name="p2.director.profile" value="PlatformProfile" />
523
			<param name="p2.director.install.path" value="${p2.platform.install.hpux.motif.ia64_32}/eclipse" />
520
			<param name="p2.director.install.path" value="${p2.platform.install.hpux.motif.ia64_32}/eclipse" />
524
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
521
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 530-536 Link Here
530
527
531
		<antcall target="run.director">
528
		<antcall target="run.director">
532
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
529
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
533
			<param name="p2.director.version" value="4.0.0.${buildId}" />
530
			<param name="p2.director.version" value="${sdk.version}" />
534
			<param name="p2.director.profile" value="PlatformProfile" />
531
			<param name="p2.director.profile" value="PlatformProfile" />
535
			<param name="p2.director.install.path" value="${p2.platform.install.solaris.gtk.sparc}/eclipse" />
532
			<param name="p2.director.install.path" value="${p2.platform.install.solaris.gtk.sparc}/eclipse" />
536
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
533
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 542-548 Link Here
542
539
543
		<antcall target="run.director">
540
		<antcall target="run.director">
544
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
541
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
545
			<param name="p2.director.version" value="4.0.0.${buildId}" />
542
			<param name="p2.director.version" value="${sdk.version}" />
546
			<param name="p2.director.profile" value="PlatformProfile" />
543
			<param name="p2.director.profile" value="PlatformProfile" />
547
			<param name="p2.director.install.path" value="${p2.platform.install.solaris.gtk.x86}/eclipse" />
544
			<param name="p2.director.install.path" value="${p2.platform.install.solaris.gtk.x86}/eclipse" />
548
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
545
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 554-560 Link Here
554
551
555
		<antcall target="run.director">
552
		<antcall target="run.director">
556
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
553
			<param name="p2.director.installIU" value="org.eclipse.platform.ide" />
557
			<param name="p2.director.version" value="4.0.0.${buildId}" />
554
			<param name="p2.director.version" value="${sdk.version}" />
558
			<param name="p2.director.profile" value="PlatformProfile" />
555
			<param name="p2.director.profile" value="PlatformProfile" />
559
			<param name="p2.director.install.path" value="${p2.platform.install.aix.motif.ppc}/eclipse" />
556
			<param name="p2.director.install.path" value="${p2.platform.install.aix.motif.ppc}/eclipse" />
560
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
557
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 569-575 Link Here
569
	<target name="provision.platformsdk">
566
	<target name="provision.platformsdk">
570
		<antcall target="run.director">
567
		<antcall target="run.director">
571
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
568
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
572
			<param name="p2.director.version" value="4.0.0.${buildId}" />
569
			<param name="p2.director.version" value="${sdk.version}" />
573
			<param name="p2.director.profile" value="PlatformSDKProfile" />
570
			<param name="p2.director.profile" value="PlatformSDKProfile" />
574
			<param name="p2.director.install.path" value="${p2.platformsdk.install.win32.win32.x86}/eclipse" />
571
			<param name="p2.director.install.path" value="${p2.platformsdk.install.win32.win32.x86}/eclipse" />
575
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
572
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 581-587 Link Here
581
578
582
		<antcall target="run.director">
579
		<antcall target="run.director">
583
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
580
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
584
			<param name="p2.director.version" value="4.0.0.${buildId}" />
581
			<param name="p2.director.version" value="${sdk.version}" />
585
			<param name="p2.director.profile" value="PlatformSDKProfile" />
582
			<param name="p2.director.profile" value="PlatformSDKProfile" />
586
			<param name="p2.director.install.path" value="${p2.platformsdk.install.win32.win32.x86_64}/eclipse" />
583
			<param name="p2.director.install.path" value="${p2.platformsdk.install.win32.win32.x86_64}/eclipse" />
587
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
584
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 593-599 Link Here
593
590
594
		<antcall target="run.director">
591
		<antcall target="run.director">
595
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
592
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
596
			<param name="p2.director.version" value="4.0.0.${buildId}" />
593
			<param name="p2.director.version" value="${sdk.version}" />
597
			<param name="p2.director.profile" value="PlatformSDKProfile" />
594
			<param name="p2.director.profile" value="PlatformSDKProfile" />
598
			<param name="p2.director.install.path" value="${p2.platformsdk.install.linux.gtk.x86}/eclipse" />
595
			<param name="p2.director.install.path" value="${p2.platformsdk.install.linux.gtk.x86}/eclipse" />
599
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
596
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 617-623 Link Here
617
614
618
		<antcall target="run.director">
615
		<antcall target="run.director">
619
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
616
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
620
			<param name="p2.director.version" value="4.0.0.${buildId}" />
617
			<param name="p2.director.version" value="${sdk.version}" />
621
			<param name="p2.director.profile" value="PlatformSDKProfile" />
618
			<param name="p2.director.profile" value="PlatformSDKProfile" />
622
			<param name="p2.director.install.path" value="${p2.platformsdk.install.linux.gtk.ppc64}/eclipse" />
619
			<param name="p2.director.install.path" value="${p2.platformsdk.install.linux.gtk.ppc64}/eclipse" />
623
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
620
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 629-635 Link Here
629
626
630
		<antcall target="run.director">
627
		<antcall target="run.director">
631
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
628
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
632
			<param name="p2.director.version" value="4.0.0.${buildId}" />
629
			<param name="p2.director.version" value="${sdk.version}" />
633
			<param name="p2.director.profile" value="PlatformSDKProfile" />
630
			<param name="p2.director.profile" value="PlatformSDKProfile" />
634
			<param name="p2.director.install.path" value="${p2.platformsdk.install.linux.gtk.x86_64}/eclipse" />
631
			<param name="p2.director.install.path" value="${p2.platformsdk.install.linux.gtk.x86_64}/eclipse" />
635
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
632
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 641-647 Link Here
641
638
642
		<antcall target="run.director">
639
		<antcall target="run.director">
643
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
640
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
644
			<param name="p2.director.version" value="4.0.0.${buildId}" />
641
			<param name="p2.director.version" value="${sdk.version}" />
645
			<param name="p2.director.profile" value="PlatformSDKProfile" />
642
			<param name="p2.director.profile" value="PlatformSDKProfile" />
646
			<param name="p2.director.install.path" value="${p2.platformsdk.install.macosx.carbon.x86}/eclipse" />
643
			<param name="p2.director.install.path" value="${p2.platformsdk.install.macosx.carbon.x86}/eclipse" />
647
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
644
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 653-659 Link Here
653
650
654
		<antcall target="run.director">
651
		<antcall target="run.director">
655
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
652
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
656
			<param name="p2.director.version" value="4.0.0.${buildId}" />
653
			<param name="p2.director.version" value="${sdk.version}" />
657
			<param name="p2.director.profile" value="PlatformSDKProfile" />
654
			<param name="p2.director.profile" value="PlatformSDKProfile" />
658
			<param name="p2.director.install.path" value="${p2.platformsdk.install.macosx.cocoa.x86}/eclipse" />
655
			<param name="p2.director.install.path" value="${p2.platformsdk.install.macosx.cocoa.x86}/eclipse" />
659
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
656
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 665-671 Link Here
665
662
666
		<antcall target="run.director">
663
		<antcall target="run.director">
667
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
664
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
668
			<param name="p2.director.version" value="4.0.0.${buildId}" />
665
			<param name="p2.director.version" value="${sdk.version}" />
669
			<param name="p2.director.profile" value="PlatformSDKProfile" />
666
			<param name="p2.director.profile" value="PlatformSDKProfile" />
670
			<param name="p2.director.install.path" value="${p2.platformsdk.install.macosx.cocoa.x86_64}/eclipse" />
667
			<param name="p2.director.install.path" value="${p2.platformsdk.install.macosx.cocoa.x86_64}/eclipse" />
671
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
668
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 677-683 Link Here
677
674
678
		<antcall target="run.director">
675
		<antcall target="run.director">
679
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
676
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
680
			<param name="p2.director.version" value="4.0.0.${buildId}" />
677
			<param name="p2.director.version" value="${sdk.version}" />
681
			<param name="p2.director.profile" value="PlatformSDKProfile" />
678
			<param name="p2.director.profile" value="PlatformSDKProfile" />
682
			<param name="p2.director.install.path" value="${p2.platformsdk.install.hpux.motif.ia64_32}/eclipse" />
679
			<param name="p2.director.install.path" value="${p2.platformsdk.install.hpux.motif.ia64_32}/eclipse" />
683
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
680
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 689-695 Link Here
689
686
690
		<antcall target="run.director">
687
		<antcall target="run.director">
691
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
688
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
692
			<param name="p2.director.version" value="4.0.0.${buildId}" />
689
			<param name="p2.director.version" value="${sdk.version}" />
693
			<param name="p2.director.profile" value="PlatformSDKProfile" />
690
			<param name="p2.director.profile" value="PlatformSDKProfile" />
694
			<param name="p2.director.install.path" value="${p2.platformsdk.install.solaris.gtk.sparc}/eclipse" />
691
			<param name="p2.director.install.path" value="${p2.platformsdk.install.solaris.gtk.sparc}/eclipse" />
695
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
692
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 701-707 Link Here
701
698
702
		<antcall target="run.director">
699
		<antcall target="run.director">
703
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
700
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
704
			<param name="p2.director.version" value="4.0.0.${buildId}" />
701
			<param name="p2.director.version" value="${sdk.version}" />
705
			<param name="p2.director.profile" value="PlatformSDKProfile" />
702
			<param name="p2.director.profile" value="PlatformSDKProfile" />
706
			<param name="p2.director.install.path" value="${p2.platformsdk.install.solaris.gtk.x86}/eclipse" />
703
			<param name="p2.director.install.path" value="${p2.platformsdk.install.solaris.gtk.x86}/eclipse" />
707
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
704
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 713-719 Link Here
713
710
714
		<antcall target="run.director">
711
		<antcall target="run.director">
715
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
712
			<param name="p2.director.installIU" value="org.eclipse.platform.sdk" />
716
			<param name="p2.director.version" value="4.0.0.${buildId}" />
713
			<param name="p2.director.version" value="${sdk.version}" />
717
			<param name="p2.director.profile" value="PlatformSDKProfile" />
714
			<param name="p2.director.profile" value="PlatformSDKProfile" />
718
			<param name="p2.director.install.path" value="${p2.platformsdk.install.aix.motif.ppc}/eclipse" />
715
			<param name="p2.director.install.path" value="${p2.platformsdk.install.aix.motif.ppc}/eclipse" />
719
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
716
			<param name="p2.director.extraArgs" value="-profileProperties org.eclipse.update.install.features=true" />
Lines 813-819 Link Here
813
			<sequential>
810
			<sequential>
814
				<!-- win32 win32 x86 agent -->
811
				<!-- win32 win32 x86 agent -->
815
				<exec dir="${p2.agent.install.win32}" executable="zip">
812
				<exec dir="${p2.agent.install.win32}" executable="zip">
816
					<arg line="-q ${output.dir}/equinox-p2-agent-${buildId}-win32.zip -r ." />
813
					<arg line="-q ${output.dir}/equinox-p2-adminui-${buildId}-win32.zip -r ." />
817
				</exec>
814
				</exec>
818
				<!-- win32 win32 x86_64 -->
815
				<!-- win32 win32 x86_64 -->
819
				<delete file="${postingDirectory}/${buildLabel}/eclipse-SDK-${buildId}-win32-x86_64.zip" failonerror="false" />
816
				<delete file="${postingDirectory}/${buildLabel}/eclipse-SDK-${buildId}-win32-x86_64.zip" failonerror="false" />
Lines 829-845 Link Here
829
				<!-- linux gtk x86 agent -->
826
				<!-- linux gtk x86 agent -->
830
				<antcall target="p2.tar">
827
				<antcall target="p2.tar">
831
					<param name="tar.base.dir" value="${p2.agent.install.linux}" />
828
					<param name="tar.base.dir" value="${p2.agent.install.linux}" />
832
					<param name="tar.base.filename" value="${output.dir}/equinox-p2-agent-${buildId}-linux.tar" />
829
					<param name="tar.base.filename" value="${output.dir}/equinox-p2-adminui-${buildId}-linux-gtk-x86.tar" />
833
				</antcall>
834
835
				<!-- linux gtk ppc-->
836
			<!--	<antcall target="p2.tar">
837
					<param name="tar.base.dir" value="${p2.sdk.install.linux.gtk.ppc}" />
838
					<param name="tar.base.filename" value="${postingDirectory}/${buildLabel}/eclipse-SDK-${buildId}-linux-gtk-ppc.tar" />
839
				</antcall>
830
				</antcall>
840
				<antcall target="generateChecksums">
841
					<param name="archiveName" value="eclipse-SDK-${buildId}-linux-gtk-ppc.tar.gz" />
842
				</antcall> -->
843
831
844
				<!-- linux gtk ppc64-->
832
				<!-- linux gtk ppc64-->
845
				<antcall target="p2.tar">
833
				<antcall target="p2.tar">
(-)equinox/publishingFiles/templateFiles/index.php.template (-2 / +3 lines)
Lines 86-93 Link Here
86
			</td>
86
			</td>
87
		</tr>
87
		</tr>
88
		<tr></tr>
88
		<tr></tr>
89
                <tr><td><a href="apitools/index.html"><b>API Tools Version Verification Report</b></a> This tool verifies the versions of the plugins against Eclipse 3.5.2.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list_external.txt.</td></tr>
89
                <tr><td><a href="apitools/index.html"><b>API Tools Version Verification Report</b></a> This tool verifies the versions of the plugins against Eclipse 3.6.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list_external.txt.</td></tr>               
90
               <tr><td><a href="apitools/report.html"><b>API Tools Post-API Freeze Report</b></a>  This report describes API changes since 3.6M6.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list.txt.</td></tr>		
90
				 <tr><td><li><a href=\"apitools/apitoolsdeprecations/apideprecation.html\"><b>API Tools Deprecation Report</b></a> This tool generates a report for API deprecated since 3.6. </td></tr>                
91
               <!-- <tr><td><a href="apitools/report.html"><b>API Tools Post-API Freeze Report</b></a>  This report describes API changes since 3.6M6.  Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list.txt.</td></tr> -->		
91
		</table>
92
		</table>
92
</div>
93
</div>
93
94
(-)equinox/publishingFiles/testManifest.xml (-5 / +3 lines)
Lines 110-120 Link Here
110
    	</zipType> 	
110
    	</zipType> 	
111
    	   	    	    	
111
    	   	    	    	
112
    	<zipType name="Provisioning">
112
    	<zipType name="Provisioning">
113
			<platform id="provagentrcpwin32" name="Windows **early access**" fileName="equinox-p2-agent-@buildid@-win32.zip">			
113
			<platform id="provagentrcpwin32" name="Windows **early access**" fileName="equinox-p2-adminui-@buildid@-win32.zip">			
114
 			</platform>
114
 			</platform>
115
			<platform id="provagentrcplinux" name="Linux **early access**" fileName="equinox-p2-agent-@buildid@-linux.tar.gz">			
115
			<platform id="provagentrcplinux" name="Linux **early access**" fileName="equinox-p2-adminui-@buildid@-linux.tar.gz">			
116
 			</platform>	
116
 			</platform>	
117
 			<platform id="provagentrcpmac" name="MacOSX **early access**" fileName="equinox-p2-agent-@buildid@-macosx.tar.gz">			
117
 			<platform id="provagentrcpmac" name="MacOSX **early access**" fileName="equinox-p2-adminui-@buildid@-macosx.tar.gz">			
118
 			</platform>		
118
 			</platform>		
119
 			<platform id="provinstallerwin" name="Windows **early access**" fileName="equinox.p2.installer-@buildid@-win32.win32.x86.zip">			
119
 			<platform id="provinstallerwin" name="Windows **early access**" fileName="equinox.p2.installer-@buildid@-win32.win32.x86.zip">			
120
 			</platform>	
120
 			</platform>	
Lines 133-140 Link Here
133
			<platform id="SLG2" name="Linux (x86/GTK 2) (&lt;a href=&quot;http://www.eclipse.org/projects/project-plan.php?projectid=eclipse#target_environments&quot;>Supported Versions&lt;/a>)" fileName="launchers-linux.gtk.x86.@buildid@.tar.gz">
133
			<platform id="SLG2" name="Linux (x86/GTK 2) (&lt;a href=&quot;http://www.eclipse.org/projects/project-plan.php?projectid=eclipse#target_environments&quot;>Supported Versions&lt;/a>)" fileName="launchers-linux.gtk.x86.@buildid@.tar.gz">
134
			</platform>
134
			</platform>
135
			<platform id="SLG264" name="Linux (x86_64/GTK 2) (&lt;a href=&quot;http://www.eclipse.org/projects/project-plan.php?projectid=eclipse#target_environments&quot;>Supported Versions&lt;/a>)" fileName="launchers-linux.gtk.x86_64.@buildid@.tar.gz">
135
			<platform id="SLG264" name="Linux (x86_64/GTK 2) (&lt;a href=&quot;http://www.eclipse.org/projects/project-plan.php?projectid=eclipse#target_environments&quot;>Supported Versions&lt;/a>)" fileName="launchers-linux.gtk.x86_64.@buildid@.tar.gz">
136
			</platform>
137
			<platform id="SLG2PPC" name="Linux (PPC/GTK 2) (&lt;a href=&quot;http://www.eclipse.org/projects/project-plan.php?projectid=eclipse#target_environments&quot;>Supported Versions&lt;/a>)" fileName="launchers-linux.gtk.ppc.@buildid@.tar.gz">
138
			</platform>		
136
			</platform>		
139
			<platform id="SLG2PPC64" name="Linux (PPC64/GTK 2) (&lt;a href=&quot;http://www.eclipse.org/projects/project-plan.php?projectid=eclipse#target_environments&quot;>Supported Versions&lt;/a>)" fileName="launchers-linux.gtk.ppc64.@buildid@.tar.gz">
137
			<platform id="SLG2PPC64" name="Linux (PPC64/GTK 2) (&lt;a href=&quot;http://www.eclipse.org/projects/project-plan.php?projectid=eclipse#target_environments&quot;>Supported Versions&lt;/a>)" fileName="launchers-linux.gtk.ppc64.@buildid@.tar.gz">
140
			</platform>			
138
			</platform>			

Return to bug 324687