Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2015-06-08 16:00:19 +0000
committerptessier2015-06-08 16:00:19 +0000
commit6ac0fd8acfda0f73a4793100f1af7d02c669df53 (patch)
tree250ded1c837ed843f20b039522b0af43c699cfc8
parent86121a6db40e5eed4357b986ffbac9ff74e4ceb5 (diff)
downloadorg.eclipse.papyrus-6ac0fd8acfda0f73a4793100f1af7d02c669df53.tar.gz
org.eclipse.papyrus-6ac0fd8acfda0f73a4793100f1af7d02c669df53.tar.xz
org.eclipse.papyrus-6ac0fd8acfda0f73a4793100f1af7d02c669df53.zip
Bug 469618 - [Papyrus Req] Papyrus shall be able to help mangement of
model by using requirements Change-Id: Ibc8ee4d7c3e12cddd21124e467721fdf2fceb116
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.reqif/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.reqif/build.properties9
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties1
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.sysml.assistant/META-INF/MANIFEST.MF2
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.sysml.preferences/META-INF/MANIFEST.MF2
-rw-r--r--extraplugins/req/org.eclipse.papyrus.req.sysml.traceabilityassistant/META-INF/MANIFEST.MF2
6 files changed, 12 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 c2ccf9e037e..ce4aa16d41b 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
@@ -78,3 +78,4 @@ Export-Package: org.eclipse.papyrus.req.reqif;uses:="org.osgi.framework,org.ecli
org.eclipse.papyrus.req.reqif.queries;uses:="org.eclipse.papyrus.emf.facet.query.java.core,org.eclipse.uml2.uml,org.eclipse.papyrus.emf.facet.efacet.core",
org.eclipse.papyrus.req.reqif.transformation,
org.eclipse.papyrus.req.reqif.util
+Bundle-Localization: plugin
diff --git a/extraplugins/req/org.eclipse.papyrus.req.reqif/build.properties b/extraplugins/req/org.eclipse.papyrus.req.reqif/build.properties
index a6ce45ed911..8d5030580cd 100644
--- a/extraplugins/req/org.eclipse.papyrus.req.reqif/build.properties
+++ b/extraplugins/req/org.eclipse.papyrus.req.reqif/build.properties
@@ -4,5 +4,12 @@ bin.includes = META-INF/,\
.,\
img/,\
doc/,\
- resource/
+ resource/,\
+ about.html,\
+ plugin.properties,\
+ pom.xml
+src.includes = about.html,\
+ plugin.properties,\
+ plugin.xml,\
+ pom.xml
diff --git a/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties b/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties
index 84a87414bf3..2e7ecbdfdae 100644
--- a/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties
+++ b/extraplugins/req/org.eclipse.papyrus.req.reqif/plugin.properties
@@ -10,5 +10,4 @@
##################################################################################
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
diff --git a/extraplugins/req/org.eclipse.papyrus.req.sysml.assistant/META-INF/MANIFEST.MF b/extraplugins/req/org.eclipse.papyrus.req.sysml.assistant/META-INF/MANIFEST.MF
index 0af13414aa2..919bf623587 100644
--- a/extraplugins/req/org.eclipse.papyrus.req.sysml.assistant/META-INF/MANIFEST.MF
+++ b/extraplugins/req/org.eclipse.papyrus.req.sysml.assistant/META-INF/MANIFEST.MF
@@ -19,4 +19,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.req.sysml.assistant
-Bundle-Localization: bundle
+Bundle-Localization: plugin
diff --git a/extraplugins/req/org.eclipse.papyrus.req.sysml.preferences/META-INF/MANIFEST.MF b/extraplugins/req/org.eclipse.papyrus.req.sysml.preferences/META-INF/MANIFEST.MF
index 7031851725a..aec13d6d723 100644
--- a/extraplugins/req/org.eclipse.papyrus.req.sysml.preferences/META-INF/MANIFEST.MF
+++ b/extraplugins/req/org.eclipse.papyrus.req.sysml.preferences/META-INF/MANIFEST.MF
@@ -10,4 +10,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.req.sysml.preferences
-Bundle-Localization: bundle
+Bundle-Localization: plugin
diff --git a/extraplugins/req/org.eclipse.papyrus.req.sysml.traceabilityassistant/META-INF/MANIFEST.MF b/extraplugins/req/org.eclipse.papyrus.req.sysml.traceabilityassistant/META-INF/MANIFEST.MF
index 87310a9d89f..2005ff83f10 100644
--- a/extraplugins/req/org.eclipse.papyrus.req.sysml.traceabilityassistant/META-INF/MANIFEST.MF
+++ b/extraplugins/req/org.eclipse.papyrus.req.sysml.traceabilityassistant/META-INF/MANIFEST.MF
@@ -18,4 +18,4 @@ Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.req.sysml.traceabilityassistant.analysis,
org.eclipse.papyrus.req.sysml.traceabilityassistant.command
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-Localization: bundle
+Bundle-Localization: plugin

Back to the top