Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 179749 Details for
Bug 324687
Consolidate 3.7 and 4.1 builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
324687b.txt (text/plain), 5.55 KB, created by
Kim Moir
on 2010-09-28 10:30:54 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kim Moir
Created:
2010-09-28 10:30:54 EDT
Size:
5.55 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.releng.eclipsebuilder >Index: eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5/customTest.xml >=================================================================== >RCS file: eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5/customTest.xml >diff -N eclipse/buildConfigs/sdk.tests/testConfigs/rhelws5/customTest.xml >Index: eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/customTest.xml >=================================================================== >RCS file: eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/customTest.xml >diff -N eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/customTest.xml >--- eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/customTest.xml 27 Sep 2010 18:00:58 -0000 1.4.4.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1 +0,0 @@ >- >Index: eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/testAll.bat >=================================================================== >RCS file: eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/testAll.bat >diff -N eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/testAll.bat >--- eclipse/buildConfigs/sdk.tests/testConfigs/vista-perf/testAll.bat 27 Sep 2010 18:00:58 -0000 1.5.4.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,4 +0,0 @@ >- >-REM run all tests. -vm argument used as is to eclipse launcher for target eclipse >-call runtests.bat -vm %cd%\..\jdk6_17\jre\bin\javaw -properties vm.properties "-Dtest.target=performance" "-Dplatform=win32perf2" 1> %2 2>&1 >-exit >\ No newline at end of file >Index: eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/customTest.xml >=================================================================== >RCS file: eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/customTest.xml >diff -N eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/customTest.xml >Index: eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/testAll.bat >=================================================================== >RCS file: eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/testAll.bat >diff -N eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/testAll.bat >--- eclipse/buildConfigs/sdk.tests/testConfigs/win32xp/testAll.bat 27 Sep 2010 18:00:57 -0000 1.6.4.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1 +0,0 @@ >- >Index: eclipse/buildConfigs/test.framework/allElements.xml >=================================================================== >RCS file: eclipse/buildConfigs/test.framework/allElements.xml >diff -N eclipse/buildConfigs/test.framework/allElements.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ eclipse/buildConfigs/test.framework/allElements.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,52 @@ >+<project name="allElements Delegator"> >+ <property name="defaultAssemblyEnabled" value="true" /> >+ >+ <!-- ===================================================================== --> >+ <!-- Run a given ${target} on all elements being built --> >+ <!-- By default ${topLevelElementType} and ${topLevelElementId} should be --> >+ <!-- defined in the builder's build.properties file. You can customize by --> >+ <!-- setting the type/id values directly here. --> >+ <!-- You can add additional calls to ${genericTargets} to build more top --> >+ <!-- level elements. --> >+ <!-- --> >+ <!-- The top level must exist in the ${buildDirectory}, ${baseLocation} or --> >+ <!-- ${pluginPath} locations. --> >+ <!-- ===================================================================== --> >+ <target name="allElementsDelegator"> >+ <ant antfile="${genericTargets}" target="${target}"> >+ <property name="type" value="feature" /> >+ <property name="id" value="org.eclipse.test" /> >+ </ant> >+ </target> >+ >+ <!-- ====================================================================== --> >+ <!-- The default assemble target, this will be called to assemble each --> >+ <!-- config if a custom assemble target is not defined. --> >+ <!-- The following properties will be defined: --> >+ <!-- config : The configuration being assembled eg "win32.win32.x86" --> >+ <!-- element: The element being assembled eg "org.eclipse.sdk" --> >+ <!-- assembleScriptName: The assemble script to be called --> >+ <!-- ====================================================================== --> >+ <target name="defaultAssemble"> >+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}" /> >+ </target> >+ >+ <!-- ===================================================================== --> >+ <!-- Custom targets to assemble the built elements for particular --> >+ <!-- configurations. These generally call the generated assemble scripts --> >+ <!-- (named in ${assembleScriptName}) but may also add pre and post --> >+ <!-- processing --> >+ <!-- Add one target for each root element and each configuration for which --> >+ <!-- custom processing is desired. Replace element.id with the id of the --> >+ <!-- top level element being built. A property with a matching name must --> >+ <!-- be defined for this custom target to be called instead of the --> >+ <!-- defaultAssemble target above. --> >+ <!-- Example: name="assemble.org.eclipse.sdk" --> >+ <!-- Example: name="assemble.org.eclipse.sdk.win32.win32.x86" --> >+ <!-- ====================================================================== --> >+ <property name="assemble.element.id[.config.spec]" value="true" /> >+ <target name="assemble.element.id[.config.spec]"> >+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/> >+ </target> >+ >+</project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 324687
:
178661
|
179659
| 179749 |
180168