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 49649 Details for
Bug 155378
Update the classpath for the test runner's HyadesTestingSession to include the new org.eclipse.hyades.logging.events plugin.
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 file
patch.txt (text/plain), 1.14 KB, created by
Samson Wai
on 2006-09-07 15:05:35 EDT
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Samson Wai
Created:
2006-09-07 15:05:35 EDT
Size:
1.14 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.tools.core >Index: src-config/org/eclipse/hyades/test/tools/core/SetConfig.java >=================================================================== >RCS file: /home/tptp/test/org.eclipse.hyades.test.tools.core/src-config/org/eclipse/hyades/test/tools/core/SetConfig.java,v >retrieving revision 1.15 >diff -u -r1.15 SetConfig.java >--- src-config/org/eclipse/hyades/test/tools/core/SetConfig.java 15 May 2006 20:39:54 -0000 1.15 >+++ src-config/org/eclipse/hyades/test/tools/core/SetConfig.java 7 Sep 2006 19:07:58 -0000 >@@ -178,7 +178,15 @@ > Variable.setPosition(var, "append"); > Variable.setValue(var, "%CLASSPATH_ORG_ECLIPSE_HYADES_LOGGING_CORE%"); > app.appendChild(var); >- >+ >+ /* Bug 155378 begins */ >+ var = doc.createElement(Variable.TAG); >+ Variable.setName(var, "CLASSPATH"); >+ Variable.setPosition(var, "append"); >+ Variable.setValue(var, "%CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_LOGGING_EVENTS%"); >+ app.appendChild(var); >+ /* Bug 155378 ends */ >+ > var = doc.createElement(Variable.TAG); > Variable.setName(var, "CLASSPATH"); > Variable.setPosition(var, "append");
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 155378
: 49649