diff -r 000000000000 -r 30eb2d538f02 configtool/com.nokia.S60CT.CenRep.edit/META-INF/MANIFEST.MF --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configtool/com.nokia.S60CT.CenRep.edit/META-INF/MANIFEST.MF Thu Mar 11 18:39:02 2010 +0200 @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: com.nokia.S60CT.CenRep.edit; singleton:=true +Bundle-Version: 1.0.0 +Bundle-ClassPath: . +Bundle-Activator: cenrep.provider.CRPluginModelEditPlugin$Implementation +Bundle-Vendor: %providerName +Bundle-Localization: plugin +Export-Package: + cenrep.provider, + s60cenrep.provider +Require-Bundle: org.eclipse.core.runtime, + com.nokia.S60CT.CenRep;visibility:=reexport, + org.eclipse.emf.edit +Eclipse-LazyStart: true