Skip to content

Commit

Permalink
Fixed org.obeonetwork.capella.m2doc.commandline plugin activation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Nov 20, 2023
1 parent fc54094 commit b67ce35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.obeonetwork.capella.m2doc.commandline
Bundle-Localization: plugin
Automatic-Module-Name: org.obeonetwork.capella.m2doc.commandline
Bundle-Activator: org.obeonetwork.capella.m2doc.commandline.M2DocCommandLinePlugin$Implementation
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2020 Obeo.
* Copyright (c) 2020, 2023 Obeo.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
Expand All @@ -19,10 +19,6 @@
* @author <a href="mailto:[email protected]">Cedric Brun</a>
*/
public final class M2DocCommandLinePlugin extends EMFPlugin {
/**
* Keep track of the singleton.
*/
public static final M2DocCommandLinePlugin INSTANCE = new M2DocCommandLinePlugin();

/**
* The plugin ID.
Expand Down

0 comments on commit b67ce35

Please sign in to comment.