Skip to content

Commit

Permalink
[issue #410] Correct licensing & Papyrus version issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu PERIN committed Sep 16, 2014
1 parent 322bf7a commit 81a3a71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Bundle-ManifestVersion: 2
Bundle-Name: SysML Tracing
Bundle-SymbolicName: org.openetcs.pror.tracing.sysml;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Formal Mind GmbH
Bundle-Vendor: Formal Mind GmbH, CEA list
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.openetcs.pror.tracing;bundle-version="0.1.0",
org.eclipse.uml2.uml;bundle-version="4.1.2",
org.eclipse.emf.transaction;bundle-version="1.4.0",
org.eclipse.papyrus.infra.emf;bundle-version="0.10.2",
org.eclipse.papyrus.infra.core;bundle-version="0.10.2",
org.eclipse.papyrus.sysml;bundle-version="0.10.2"
org.eclipse.papyrus.infra.emf;bundle-version="0.10.1",
org.eclipse.papyrus.infra.core;bundle-version="0.10.1",
org.eclipse.papyrus.sysml;bundle-version="0.10.1"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Contributors:
* Michael Jastram, formal Mind Gmbh - initial API and implementation
* Patrick Tessier, CEA list - SysML & Papyrus proxy action
* Matthieu Perin, , CEA list - SysML & Papyrus proxy action
* Matthieu Perin, CEA list - SysML & Papyrus proxy action
*/
package org.openetcs.pror.tracing.sysml;

Expand All @@ -27,7 +27,6 @@
import org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForEObject;
import org.eclipse.rmf.reqif10.SpecObject;
import org.eclipse.rmf.reqif10.SpecRelation;
import org.eclipse.rmf.reqif10.common.util.ReqIF10Util;
import org.eclipse.uml2.uml.Element;
import org.eclipse.uml2.uml.NamedElement;
import org.eclipse.uml2.uml.Package;
Expand Down

0 comments on commit 81a3a71

Please sign in to comment.