Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-04-01 12:28:21 +0000
committerptessier2014-04-01 12:28:21 +0000
commitacbee41d57114254fcfa9047143a5f18e9110ed9 (patch)
treec6f0d99453533e171f28fd4314ff7f854b9918a2 /plugins/views/modelexplorer
parent65823f7991527d8aa35951d7517c2ccfd6d6cf3a (diff)
downloadorg.eclipse.papyrus-acbee41d57114254fcfa9047143a5f18e9110ed9.tar.gz
org.eclipse.papyrus-acbee41d57114254fcfa9047143a5f18e9110ed9.tar.xz
org.eclipse.papyrus-acbee41d57114254fcfa9047143a5f18e9110ed9.zip
282857: [Developer doc] Update documentation related to Papyrus
development https://bugs.eclipse.org/bugs/show_bug.cgi?id=282857 add pdoc and description
Diffstat (limited to 'plugins/views/modelexplorer')
-rw-r--r--plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/META-INF/MANIFEST.MF1
-rw-r--r--plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/plugin.pdoc4
2 files changed, 5 insertions, 0 deletions
diff --git a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/META-INF/MANIFEST.MF b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/META-INF/MANIFEST.MF
index c4c213a4612..f09489155cf 100644
--- a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/META-INF/MANIFEST.MF
+++ b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/META-INF/MANIFEST.MF
@@ -23,4 +23,5 @@ Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.views.modelexplorer.newchild;
singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Description: The purpose of this plugin is to do the connection with the model explorer is org.eclipse.papyrus.view.modelexplorer.newchild. More documentation (models and file.doc) has been store in the docs directory of the plugin org.eclipse.papyrus.infra.newchild
diff --git a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/plugin.pdoc b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/plugin.pdoc
new file mode 100644
index 00000000000..bbf297fc31c
--- /dev/null
+++ b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/plugin.pdoc
@@ -0,0 +1,4 @@
+<?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="The purpose of this plugin is to do the connection with the model explorer is org.eclipse.papyrus.view.modelexplorer.newchild. &#xD;&#xA;More documentation (models and file.doc) has been store in the docs directory of the plugin org.eclipse.papyrus.infra.newchild">
+ <referent firstName="Patrick" lastName="Tessier" eMail="patrick.tessier@cea.fr" currentCompany="CEA LIST"/>
+</doc:Documentation>

Back to the top