Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremie Tatibouet2014-06-20 14:53:42 +0000
committerJeremie Tatibouet2014-06-20 15:03:30 +0000
commitc6a5f4214ebcafa1c511115761e40a3ac161c360 (patch)
treebe9a410d6ecbefa5f277bb8fc10f8409ead08ca2
parent134c4548813ff5dac64c0601cef1d258d4744428 (diff)
downloadorg.eclipse.papyrus-c6a5f4214ebcafa1c511115761e40a3ac161c360.tar.gz
org.eclipse.papyrus-c6a5f4214ebcafa1c511115761e40a3ac161c360.tar.xz
org.eclipse.papyrus-c6a5f4214ebcafa1c511115761e40a3ac161c360.zip
405393: [Moka] moka shall provide user documentation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=405393 Change-Id: I67964c6fbeb43faaaadbbe42f7072138d52a19f3 Signed-off-by: Jeremie Tatibouet <jeremie.tatibouet@cea.fr>
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/.classpath7
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/.project28
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/META-INF/MANIFEST.MF11
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/about.html28
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/build.properties8
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/plugin.pdoc6
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/plugin.xml16
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/pom.xml14
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/resource/moka-main-toc.xml7
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/resource/moka-toc.xml12
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/resource/moka.html1
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/resource/moka.mediawiki27
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.moka.doc/src/org/eclipse/papyrus/moka/doc/Activator.java30
13 files changed, 195 insertions, 0 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/.classpath b/plugins/doc/org.eclipse.papyrus.moka.doc/.classpath
new file mode 100755
index 00000000000..098194ca4b7
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/.project b/plugins/doc/org.eclipse.papyrus.moka.doc/.project
new file mode 100755
index 00000000000..8435e8d743b
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.moka.doc</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/META-INF/MANIFEST.MF b/plugins/doc/org.eclipse.papyrus.moka.doc/META-INF/MANIFEST.MF
new file mode 100755
index 00000000000..0f38089a465
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/META-INF/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.papyrus.moka.doc
+Bundle-SymbolicName: org.eclipse.papyrus.moka.doc;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.eclipse.papyrus.moka.doc.Activator
+Bundle-Vendor: CEA LIST
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.help;bundle-version="3.6.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/about.html b/plugins/doc/org.eclipse.papyrus.moka.doc/about.html
new file mode 100755
index 00000000000..5ddc72c177f
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 20, 2008</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/build.properties b/plugins/doc/org.eclipse.papyrus.moka.doc/build.properties
new file mode 100755
index 00000000000..65c4043115b
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/build.properties
@@ -0,0 +1,8 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ about.html,\
+ resource/,\
+ plugin.xml
+src.includes = about.html
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/plugin.pdoc b/plugins/doc/org.eclipse.papyrus.moka.doc/plugin.pdoc
new file mode 100755
index 00000000000..d87f4aefba2
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/plugin.pdoc
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<doc:Documentation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:doc="http://www.eclipse.org/papyrus/documentation/plugin/documentation" description="End-user documentation for MOKA.">
+ <referent firstName="Arnaud" lastName="Cuccuru" eMail="arnaud.cuccuru@cea.fr" currentCompany="CEA"/>
+ <referent firstName="Jeremie" lastName="Tatibouet" eMail="jeremie.tatibouet@cea.fr" currentCompany="CEA"/>
+ <referent firstName="Bruno" lastName="Marquès" eMail="bruno.marques@cea.fr" currentCompany="CEA"/>
+</doc:Documentation>
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.moka.doc/plugin.xml
new file mode 100755
index 00000000000..53bafee9b90
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/plugin.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.help.toc">
+ <toc
+ file="resource/moka-main-toc.xml"
+ primary="false">
+ </toc>
+ <toc
+ file="resource/moka-toc.xml"
+ primary="false">
+ </toc>
+ </extension>
+
+</plugin>
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/pom.xml b/plugins/doc/org.eclipse.papyrus.moka.doc/pom.xml
new file mode 100755
index 00000000000..563f9c1029c
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-main.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.moka.doc</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka-main-toc.xml b/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka-main-toc.xml
new file mode 100755
index 00000000000..75384be892a
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka-main-toc.xml
@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<toc label="Model Execution" link_to="../org.eclipse.papyrus.infra.doc/toc.xml#PapyrusDocUser">
+ <topic href="resource/moka.html" label="Execute UML Models using MOKA">
+ <link toc="resource/moka-toc.xml"/>
+ <anchor id="ModelExecution"/>
+ </topic>
+</toc> \ No newline at end of file
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka-toc.xml b/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka-toc.xml
new file mode 100755
index 00000000000..138582255e4
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka-toc.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<toc topic="resource/moka.html" label="moka">
+ <topic href="resource/moka.html" label="MOKA">
+ <topic href="resource/moka.html#Installation" label="Installation"></topic>
+ <topic href="resource/moka.html#Features" label="Features">
+ <topic href="resource/moka.html#Execution_based_on_standard_specification" label="Execution based on standard specification"></topic>
+ <topic href="resource/moka.html#Animation" label="Animation"></topic>
+ <topic href="resource/moka.html#Debugging" label="Debugging"></topic>
+ </topic>
+ <topic href="resource/moka.html#Getting_started" label="Getting started"></topic>
+ </topic>
+</toc> \ No newline at end of file
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka.html b/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka.html
new file mode 100755
index 00000000000..30f12582f16
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka.html
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body><h1 id="MOKA">MOKA</h1><p>Moka is a Papyrus module for execution of UML models, which natively includes an execution engine complying with OMG standards fUML and PSCS (which deal with execution semantics of UML). Moka is integrated with the Eclipse debug framework to provide control, observation and animation facilities over executions. Moka can be easily extended to support alternative execution semantics, and thereby be adapted to multiple usage scenarios and domains. </p><h2 id="Installation">Installation</h2><p><b>Under construction</b></p><h2 id="Features">Features</h2><p><b>Under construction</b></p><h3 id="Execution_based_on_standard_specification">Execution based on standard specification</h3><p><b>Under construction</b></p><h3 id="Animation">Animation</h3><p><b>Under construction</b></p><h3 id="Debugging">Debugging</h3><p><b>Under construction</b></p><h2 id="Getting_started">Getting started</h2><p><b>Under construction</b></p></body></html> \ No newline at end of file
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka.mediawiki b/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka.mediawiki
new file mode 100755
index 00000000000..17491d41c37
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/resource/moka.mediawiki
@@ -0,0 +1,27 @@
+= MOKA =
+
+Moka is a Papyrus module for execution of UML models, which natively includes an execution engine complying with OMG standards fUML and PSCS (which deal with execution semantics of UML). Moka is integrated with the Eclipse debug framework to provide control, observation and animation facilities over executions. Moka can be easily extended to support alternative execution semantics, and thereby be adapted to multiple usage scenarios and domains.
+
+== Installation ==
+
+'''Under construction'''
+
+== Features ==
+
+'''Under construction'''
+
+=== Execution based on standards specifications ===
+
+'''Under construction'''
+
+=== Animation ===
+
+'''Under construction'''
+
+=== Debugging ===
+
+'''Under construction'''
+
+== Getting started ==
+
+'''Under construction'''
diff --git a/plugins/doc/org.eclipse.papyrus.moka.doc/src/org/eclipse/papyrus/moka/doc/Activator.java b/plugins/doc/org.eclipse.papyrus.moka.doc/src/org/eclipse/papyrus/moka/doc/Activator.java
new file mode 100755
index 00000000000..71ef3d7fb68
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.moka.doc/src/org/eclipse/papyrus/moka/doc/Activator.java
@@ -0,0 +1,30 @@
+package org.eclipse.papyrus.moka.doc;
+
+import org.osgi.framework.BundleActivator;
+import org.osgi.framework.BundleContext;
+
+public class Activator implements BundleActivator {
+
+ private static BundleContext context;
+
+ static BundleContext getContext() {
+ return context;
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
+ */
+ public void start(BundleContext bundleContext) throws Exception {
+ Activator.context = bundleContext;
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)
+ */
+ public void stop(BundleContext bundleContext) throws Exception {
+ Activator.context = null;
+ }
+
+}

Back to the top