diff options
author | ptessier | 2014-04-01 12:46:09 +0000 |
---|---|---|
committer | ptessier | 2014-04-01 12:46:09 +0000 |
commit | 2753321f21e52fc143bda2b58b47b51586316b88 (patch) | |
tree | 748da70471d7a8f086ef3ae78a78525029f7107e /extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile | |
parent | acbee41d57114254fcfa9047143a5f18e9110ed9 (diff) | |
download | org.eclipse.papyrus-2753321f21e52fc143bda2b58b47b51586316b88.tar.gz org.eclipse.papyrus-2753321f21e52fc143bda2b58b47b51586316b88.tar.xz org.eclipse.papyrus-2753321f21e52fc143bda2b58b47b51586316b88.zip |
282857: [Developer doc] Update documentation related to Papyrus
development
https://bugs.eclipse.org/bugs/show_bug.cgi?id=282857
Diffstat (limited to 'extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile')
-rw-r--r-- | extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/META-INF/MANIFEST.MF | 1 | ||||
-rw-r--r-- | extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/plugin.pdoc | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/META-INF/MANIFEST.MF b/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/META-INF/MANIFEST.MF index a604b26841a..345759c26ec 100644 --- a/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/META-INF/MANIFEST.MF +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/META-INF/MANIFEST.MF @@ -13,4 +13,5 @@ Bundle-Activator: org.eclipse.papyrus.osgi.profile.Activator Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.osgi.profile;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Description: This plugin contains a part of osgi profile used to model eclipse plugins. The plugins that allow the modelization is or.eclipse.papyrus.adl4eclipsetool.More details can be found in the docs directory of or.eclipse.papyrus.adl4eclipsetool.
diff --git a/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/plugin.pdoc b/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/plugin.pdoc new file mode 100644 index 00000000000..a7208bfada9 --- /dev/null +++ b/extraplugins/adl4eclipse/org.eclipse.papyrus.osgi.profile/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="This plugin contains a part of osgi profile used to model eclipse plugins.
The plugins that allow the modelization is or.eclipse.papyrus.adl4eclipsetool.
More details can be found in the docs directory of or.eclipse.papyrus.adl4eclipsetool.">
+ <implicitDependencies plugin="org.eclipse.papyrus.adl4eclipse.profile" comment="plugin that contains profile to model eclipse plugins"/>
+ <implicitDependencies plugin="org.eclipse.papyrus.osgi.profile" comment="plugin that contains profile to osgi bundles. "/>
+ <referent firstName="Patrick" lastName="Tessier" eMail="patrick.tessier@cea.fr" currentCompany="CEA LIST"/>
+</doc:Documentation>
|