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 37550 Details for
Bug 134567
Make internal build scripts public
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 to unset the bootclasspath of org.eclipse.releng.gefbuilder
eclipse-gef-dont-set-bootclasspath.patch (text/plain), 2.64 KB, created by
Ben Konrath
on 2006-04-03 13:32:47 EDT
(
hide
)
Description:
patch to unset the bootclasspath of org.eclipse.releng.gefbuilder
Filename:
MIME Type:
Creator:
Ben Konrath
Created:
2006-04-03 13:32:47 EDT
Size:
2.64 KB
patch
obsolete
>Index: build.xml >=================================================================== >RCS file: /home/tools/org.eclipse.releng.gefbuilder/build.xml,v >retrieving revision 1.6 >diff -u -r1.6 build.xml >--- build.xml 10 Nov 2005 01:34:01 -0000 1.6 >+++ build.xml 3 Apr 2006 17:15:02 -0000 >@@ -7,8 +7,6 @@ > <touch file="${user.home}/.cvspass" /> > <property name="timestamp" value="${DSTAMP}${TSTAMP}" /> > <property name="buildDirectory" value="${basedir}/src/eclipse" /> >- <property name="bootclasspath" value="${java.home}/lib/rt.jar" /> >- <property name="rt" value="${java.home}/lib/rt.jar" /> > > <property name="buildType" value="I" /> > <property name="buildId" value="build" /> >Index: examples/build.properties >=================================================================== >RCS file: /home/tools/org.eclipse.releng.gefbuilder/examples/build.properties,v >retrieving revision 1.6 >diff -u -r1.6 build.properties >--- examples/build.properties 11 Apr 2005 21:32:10 -0000 1.6 >+++ examples/build.properties 3 Apr 2006 17:15:02 -0000 >@@ -23,7 +23,6 @@ > baseos=win32 > basews=win32 > basearch=x86 >-bootclasspath=${java.home}/lib/rt.jar > javacfailonerror=false > javacVerbose=true > javacDebugInfo=on >Index: runtime/build.properties >=================================================================== >RCS file: /home/tools/org.eclipse.releng.gefbuilder/runtime/build.properties,v >retrieving revision 1.6 >diff -u -r1.6 build.properties >--- runtime/build.properties 11 Apr 2005 21:32:10 -0000 1.6 >+++ runtime/build.properties 3 Apr 2006 17:15:02 -0000 >@@ -23,7 +23,6 @@ > baseos=win32 > basews=win32 > basearch=x86 >-bootclasspath=${java.home}/lib/rt.jar > javacfailonerror=false > javacVerbose=true > javacDebugInfo=on >Index: sdk/build.properties >=================================================================== >RCS file: /home/tools/org.eclipse.releng.gefbuilder/sdk/build.properties,v >retrieving revision 1.6 >diff -u -r1.6 build.properties >--- sdk/build.properties 3 Feb 2006 18:37:16 -0000 1.6 >+++ sdk/build.properties 3 Apr 2006 17:15:02 -0000 >@@ -23,7 +23,6 @@ > baseos=win32 > basews=win32 > basearch=x86 >-bootclasspath=${java.home}/lib/rt.jar > javacfailonerror=false > javacVerbose=true > javacDebugInfo=on >Index: tests/build.properties >=================================================================== >RCS file: /home/tools/org.eclipse.releng.gefbuilder/tests/build.properties,v >retrieving revision 1.5 >diff -u -r1.5 build.properties >--- tests/build.properties 11 Apr 2005 20:59:08 -0000 1.5 >+++ tests/build.properties 3 Apr 2006 17:15:02 -0000 >@@ -23,7 +23,6 @@ > baseos=win32 > basews=win32 > basearch=x86 >-bootclasspath=${java.home}/lib/rt.jar > javacfailonerror=false > javacVerbose=true > javacDebugInfo=on
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 134567
:
37550