Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/build.properties3
-rw-r--r--plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties3
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/build.properties b/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/build.properties
index ccae1d13261..85f999f60cd 100644
--- a/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/build.properties
+++ b/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/build.properties
@@ -6,7 +6,8 @@ bin.includes = META-INF/,\
plugin.properties,\
schema/,\
about.html,\
- icons/
+ icons/,\
+ model/
output..=bin/
src.includes = about.html
source..=src/
diff --git a/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties b/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties
index 195b7ea557c..08b596e9f60 100644
--- a/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties
+++ b/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties
@@ -4,7 +4,8 @@ bin.includes = META-INF/,\
build.properties,\
about.html,\
messages.properties,\
- plugin.xml
+ plugin.xml,\
+ model/
output..=bin/
src.includes = about.html
source..=src/

Back to the top