Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2013-06-12 08:39:41 +0000
committerrschnekenbu2013-06-12 08:39:41 +0000
commit328422c5401617adf439682a4a1457315f7cdddb (patch)
tree2510185390412b68df505bcbfe8ded48f3e5dbb4
parent1afcba00a5813cc2974c3585f9577930dd7bf368 (diff)
downloadorg.eclipse.papyrus-328422c5401617adf439682a4a1457315f7cdddb.tar.gz
org.eclipse.papyrus-328422c5401617adf439682a4a1457315f7cdddb.tar.xz
org.eclipse.papyrus-328422c5401617adf439682a4a1457315f7cdddb.zip
[Resource Loading] Missing message.properties in the build => missing message on preference page.
-rw-r--r--plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.preferences/build.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.preferences/build.properties b/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.preferences/build.properties
index fa5e180068b..baec67aef78 100644
--- a/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.preferences/build.properties
+++ b/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.preferences/build.properties
@@ -1,6 +1,11 @@
#
#Mon Sep 12 09:29:40 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,about.html,plugin.properties
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ about.html,\
+ plugin.properties,\
+ messages.properties
output..=bin/
src.includes = about.html
source..=src/

Back to the top