Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2015-01-19 09:57:41 +0000
committerBenoit Maggi2015-02-17 15:03:48 +0000
commit6db3a2d44215b4d5f3d3ce3c8efaa1c435c9cc0f (patch)
tree09857014032c0a765b415c3b8d5840f20d0cd896 /extraplugins/req/org.eclipse.papyrus.req.reqif
parentada1991844d16d1a7e989d4a419b533b060dc1c9 (diff)
downloadorg.eclipse.papyrus-6db3a2d44215b4d5f3d3ce3c8efaa1c435c9cc0f.tar.gz
org.eclipse.papyrus-6db3a2d44215b4d5f3d3ce3c8efaa1c435c9cc0f.tar.xz
org.eclipse.papyrus-6db3a2d44215b4d5f3d3ce3c8efaa1c435c9cc0f.zip
Bug 457266 - Remove pdoc from papyrus repository
Change-Id: I621a26b4b5fb54cf096817c7859f8628e423645c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'extraplugins/req/org.eclipse.papyrus.req.reqif')
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.pdoc4
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties2
3 files changed, 2 insertions, 5 deletions
diff --git a/extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF b/extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF
index 2b019a443d0..4d1df6080ea 100644
--- a/extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF
+++ b/extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF
@@ -46,4 +46,3 @@ Export-Package: org.eclipse.papyrus.req.reqif,
org.eclipse.papyrus.req.reqif.integration.command,
org.eclipse.papyrus.req.reqif.integration.transformation,
org.eclipse.papyrus.req.reqif.queries,
- org.eclipse.papyrus.req.reqif.transformation
diff --git a/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.pdoc b/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.pdoc
deleted file mode 100644
index 223a56d3522..00000000000
--- a/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.pdoc
+++ /dev/null
@@ -1,4 +0,0 @@
-<?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 is used to make import export of ReqIF files.">
- <referent firstName="Patrick" lastName="Tessier" eMail="patrick.tessier@cea.fr" currentCompany="CEA LIST"/>
-</doc:Documentation>
diff --git a/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties b/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties
index ea3ab1dc62c..84a87414bf3 100644
--- a/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties
+++ b/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties
@@ -10,3 +10,5 @@
##################################################################################
pluginName=PapyrusReq.ReqIF
providerName=Eclipse Modeling Project
+
+pluginDescription=This plugin is used to make import export of ReqIF files. \ No newline at end of file

Back to the top