Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-04-08 06:48:19 +0000
committerRobin Rosenberg2010-04-09 08:56:34 +0000
commita692ce8b504c7062120476a334a8d434ce5bafdd (patch)
tree5cc1e6b8898807367d7f83cbc8ff6e6ec1aaded7 /org.eclipse.egit.ui/META-INF
parentdcd931cb2f0d39bb9cfbb4d2206fe08e34eeaed9 (diff)
downloadegit-a692ce8b504c7062120476a334a8d434ce5bafdd.tar.gz
egit-a692ce8b504c7062120476a334a8d434ce5bafdd.tar.xz
egit-a692ce8b504c7062120476a334a8d434ce5bafdd.zip
Make tracing 3.4 compatible and plug-in local
Sharing trace classes between plug-ins is bad, as the OSGI tracing infrastructure will write the ID of plug-in that exposes the trace class into the trace file. Instead the ID of the plug-in that is writing the trace should be written. This is achieved by obtaining a separate Location for each plug-in. In order to achieve 3.4. compatibility, a temporary trace implementation using System.out is used. Bug: 306793 Change-Id: I2765961f9c0b886995e74b03404e1f20aadf7b28 Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com> Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Diffstat (limited to 'org.eclipse.egit.ui/META-INF')
-rw-r--r--org.eclipse.egit.ui/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
index d690eb61b4..ab1bb68fce 100644
--- a/org.eclipse.egit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
@@ -26,7 +26,6 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.jcraft.jsch;version="[0.1.41,0.2.0)",
org.eclipse.egit.core;version="[0.8.0,0.9.0)",
org.eclipse.egit.core.internal.storage;version="[0.8.0,0.9.0)",
- org.eclipse.egit.core.internal.trace;version="0.8.0",
org.eclipse.egit.core.internal.util;version="[0.8.0,0.9.0)",
org.eclipse.egit.core.op;version="[0.8.0,0.9.0)",
org.eclipse.egit.core.project;version="[0.8.0,0.9.0)",

Back to the top