Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-08-29 14:09:12 +0000
committerFrancois Le Fevre2017-08-29 14:09:12 +0000
commitb5235659bbf5d93af11ca0185bec2eb579458482 (patch)
tree2a21f1c1c94b2544e6c6cb27fc7a49566dd4c5d5
parent54b2f424c741d5c897f6f5184da6678554619775 (diff)
downloadorg.eclipse.papyrus-b5235659bbf5d93af11ca0185bec2eb579458482.tar.gz
org.eclipse.papyrus-b5235659bbf5d93af11ca0185bec2eb579458482.tar.xz
org.eclipse.papyrus-b5235659bbf5d93af11ca0185bec2eb579458482.zip
Bug 521448: [userxp] rename the menu Model Repair into Model refactor
Actions -add the OSGI folder to the bin-includes Change-Id: I6bac4523e84f6c7b4fc398fb904389e6bb456477 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521448 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.modelrepair/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/build.properties b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/build.properties
index 73b613c14ba..6955dd84d7b 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/build.properties
@@ -5,6 +5,7 @@ bin.includes = META-INF/,\
about.html,\
plugin.xml,\
icons/,\
- .options
+ .options,\
+ OSGI-INF/
src.includes = about.html,\
schema/

Back to the top