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 196488 Details for
Bug 340312
Indigo Java package logs lots of output
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]
add logback configuration file to package
clipboard.txt (text/plain), 2.31 KB, created by
Markus Knauer
on 2011-05-24 16:54:09 EDT
(
hide
)
Description:
add logback configuration file to package
Filename:
MIME Type:
Creator:
Markus Knauer
Created:
2011-05-24 16:54:09 EDT
Size:
2.31 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.epp.package.java.feature >Index: build.properties >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.epp/packages/org.eclipse.epp.package.java.feature/build.properties,v >retrieving revision 1.7 >diff -u -r1.7 build.properties >--- build.properties 19 Mar 2011 23:00:35 -0000 1.7 >+++ build.properties 24 May 2011 20:46:15 -0000 >@@ -4,4 +4,5 @@ > license.html,\ > feature.properties > includeLaunchers=false >+root=file:logbackConfig.xml > >Index: logbackConfig.xml >=================================================================== >RCS file: logbackConfig.xml >diff -N logbackConfig.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ logbackConfig.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,1 @@ >+# this is a testfile >\ No newline at end of file >Index: p2.inf >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.epp/packages/org.eclipse.epp.package.java.feature/p2.inf,v >retrieving revision 1.15 >diff -u -r1.15 p2.inf >--- p2.inf 5 May 2011 13:54:42 -0000 1.15 >+++ p2.inf 24 May 2011 20:46:16 -0000 >@@ -9,11 +9,15 @@ > > instructions.configure=\ > org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/indigo,name:Mylyn for Eclipse Indigo);\ >-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo,name:Mylyn for Eclipse Indigo); >+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo,name:Mylyn for Eclipse Indigo);\ >+org.eclipse.equinox.p2.touchpoint.eclipse.addJvmArg(jvmArg:-Dlogback.configurationFile=logbackConfig.xml); > > instructions.unconfigure=\ > org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/indigo);\ >-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo); >+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo);\ >+org.eclipse.equinox.p2.touchpoint.eclipse.removeJvmArg(jvmArg:-Dlogback.configurationFile=logbackConfig.xml); >+ >+ > > >
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 340312
: 196488 |
197038