Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-06-25 13:56:19 +0000
committercletavernie2013-06-25 13:56:19 +0000
commitc72a9a12d2dda0437443540dc4849c7037c266b0 (patch)
tree9286ccf89a729c15ba2dd5ff3b964697e61c4293 /extraplugins/umlrt
parent943c69e684fab50cf6c55f24879e94ae6c0a673e (diff)
downloadorg.eclipse.papyrus-c72a9a12d2dda0437443540dc4849c7037c266b0.tar.gz
org.eclipse.papyrus-c72a9a12d2dda0437443540dc4849c7037c266b0.tar.xz
org.eclipse.papyrus-c72a9a12d2dda0437443540dc4849c7037c266b0.zip
399883: [UML Profile] Papyrus shall support a UML profile conformed to ROOM paradigm
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399883
Diffstat (limited to 'extraplugins/umlrt')
-rw-r--r--extraplugins/umlrt/org.eclipse.papyrus.umlrt.wizard/build.properties4
-rw-r--r--extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF2
2 files changed, 3 insertions, 3 deletions
diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.wizard/build.properties b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.wizard/build.properties
index 0e49ae924f4..89fdbcf2e04 100644
--- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.wizard/build.properties
+++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.wizard/build.properties
@@ -3,6 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- .classpath,\
- about.html
+ about.html,\
+ resources/
src.includes = about.html
diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF b/extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF
index d6f86181e97..b96ed0885ea 100644
--- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF
+++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt/META-INF/MANIFEST.MF
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
-Require-Bundle: org.eclipse.papyrus.uml.extensionpoints,
+Require-Bundle: org.eclipse.papyrus.uml.extensionpoints;bundle-version="0.10.0",
org.eclipse.uml2.uml;bundle-version="4.1.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-Version: 0.10.0.qualifier

Back to the top