Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
[tfsm concurrent} adapting sample to new sample naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise committed Sep 28, 2016
1 parent 16427a7 commit ab316ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Name: Dse
Bundle-SymbolicName: org.gemoc.sample.tfsm.concurrent.moc.dse
Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.gemoc.sample.tfsm.dse.Activator
Bundle-Activator: org.gemoc.sample.tfsm.moc.dse.Activator
Require-Bundle: org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Export-Package: org.gemoc.sample.tfsm.dse
Export-Package: org.gemoc.sample.tfsm.moc.dse
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
@@ -1,4 +1,4 @@
package org.gemoc.sample.tfsm.dse;
package org.gemoc.sample.tfsm.moc.dse;

import org.eclipse.core.runtime.Plugin;
import org.osgi.framework.BundleContext;
Expand All @@ -9,7 +9,7 @@
public class Activator extends Plugin {

// The plug-in ID
public static final String PLUGIN_ID = "org.gemoc.sample.tfsm.dse"; //$NON-NLS-1$
public static final String PLUGIN_ID = "org.gemoc.sample.tfsm.moc.dse"; //$NON-NLS-1$

// The shared instance
private static Activator plugin;
Expand Down

0 comments on commit ab316ec

Please sign in to comment.