From 67df2c6efdf04eebb801e0ba176d083044017daf Mon Sep 17 00:00:00 2001 From: eutarass Date: Fri, 4 Jun 2010 18:08:03 +0000 Subject: 1. Added version=0.3.0 on Export-Package: org.eclipse.tm.tcf.extensions 2. Added "x-friends:=" directives in tm.tcf.debug/META-INF/MANIFEST.MF 3. Reverted version changes on tm.tcf.dsf - nothing has happened to them in the past year 4. Fixed: in plugin.properties, the providerName should be "Eclipse.org - DSDP" for consistency, and as required by the Development Process. 5. Fixed some compiler warnings --- plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF') diff --git a/plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF index e9fa92d8f..8ff00cef8 100644 --- a/plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.tm.tcf.debug/META-INF/MANIFEST.MF @@ -15,7 +15,7 @@ Import-Package: org.eclipse.tm.tcf.core;version="0.3.0", Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy Eclipse-LazyStart: true -Export-Package: org.eclipse.tm.internal.tcf.debug.launch, - org.eclipse.tm.internal.tcf.debug.actions, - org.eclipse.tm.internal.tcf.debug.tests, - org.eclipse.tm.internal.tcf.debug.model +Export-Package: org.eclipse.tm.internal.tcf.debug.launch;x-friends:="org.eclipse.tm.tcf.debug.ui,org.eclipse.tm.tcf.cdt.ui", + org.eclipse.tm.internal.tcf.debug.actions;x-friends:="org.eclipse.tm.tcf.debug.ui", + org.eclipse.tm.internal.tcf.debug.tests;x-friends:="org.eclipse.tm.tcf.debug.ui", + org.eclipse.tm.internal.tcf.debug.model;x-friends:="org.eclipse.tm.tcf.debug.ui" -- cgit v1.2.3