mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Corrected plugin id to org.eclipse.cdt.msw.build
Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se> Change-Id: I85f94d31163caa07a522c17fc73bbd7504230b0a
This commit is contained in:
parent
032ddb2734
commit
9043b4b511
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: MSVC Build Integration Plug-in
|
||||
Bundle-SymbolicName: org.eclipse.cdt.msw.build;singleton:=true
|
||||
Bundle-Version: 1.1.200.qualifier
|
||||
Bundle-Version: 1.1.300.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.msw.build.Activator
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
|
|
|
@ -19,7 +19,7 @@ import org.osgi.framework.BundleContext;
|
|||
public class Activator extends Plugin {
|
||||
|
||||
// The plug-in ID
|
||||
public static final String PLUGIN_ID = "net.sf.wascana.msvc.build";
|
||||
public static final String PLUGIN_ID = "org.eclipse.cdt.msw.build"; //$NON-NLS-1$
|
||||
|
||||
// The shared instance
|
||||
private static Activator plugin;
|
||||
|
|
Loading…
Add table
Reference in a new issue