Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml88
1 files changed, 88 insertions, 0 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml
new file mode 100644
index 00000000000..5d1c03c01e1
--- /dev/null
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.moka.feature"
+ label="%featureName"
+ version="0.11.0"
+ provider-name="%providerName"
+ nl="en">
+
+ <description url="http://www.example.com/description">
+ MOKA is a framework for executing/simulating debugging fUML models.
+ It implements:
+ 1 - The execution semantics of Foundational UML
+ 2 - The extension of the fUML semantics for Composite Structures
+ It provides the following possibilities:
+ 1 - Execute models built from the UML subset considered by fUML (i.e. Classes, Actions, Activities, Composite Structures, Parts, Ports and Connectors)
+ 2 - At runtime models are animated (i.e. current executed nodes are hilighted in a specific way)
+ 3 - At runtime models can be debugged. According to breakpoints placed on a model, the execution engines stops and the UI provides variables snapshops which are presented to the user.
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ Copyright (c) 2013 CEA LIST.
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License
+ v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.papyrus.moka"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.moka.alf.resources"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.moka.async.fuml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.moka.composites"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.moka.fuml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.moka.fuml.assertionlibrary"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.moka.fuml.standardlibrary"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.moka.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top