Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2013-11-15 16:05:27 +0000
committerAnsgar Radermacher2013-11-15 16:05:27 +0000
commit1325e2cfe5077a5736d3f1d78b44bcfbf41ec45f (patch)
tree6fb2cca5c1040a4f0eaecdf755705b1d6716a1f2 /extraplugins
parentc221a6d288b433ea074865a24c1f480205c45a0c (diff)
downloadorg.eclipse.papyrus-1325e2cfe5077a5736d3f1d78b44bcfbf41ec45f.tar.gz
org.eclipse.papyrus-1325e2cfe5077a5736d3f1d78b44bcfbf41ec45f.tar.xz
org.eclipse.papyrus-1325e2cfe5077a5736d3f1d78b44bcfbf41ec45f.zip
- add message.properties to build (trivial)
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties
index 1e119c2d274..1a5433d5c75 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties
+++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties
@@ -6,7 +6,8 @@ bin.includes = META-INF/,\
templates/,\
plugin.properties,\
about.html,\
- build.acceleo
+ build.acceleo,\
+ src/org/eclipse/papyrus/cpp/codegen/utils/messages.properties
output..=bin/
src.includes=about.html
source..=src/

Back to the top