-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed org.obeonetwork.capella.m2doc.commandline plugin activation.
- Loading branch information
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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. | ||
|