diff options
author | Florian Noyrit | 2015-02-06 16:05:11 +0000 |
---|---|---|
committer | Florian Noyrit | 2015-02-06 16:05:11 +0000 |
commit | 2ceb2e4bf48866ea987a64ebf0d8e1ebb734eb40 (patch) | |
tree | 57a85d58d701674fc4ec467811b585bd97480c54 /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties | |
parent | f880bf4939d1d6c502ad63e4ef8cf8377307d70a (diff) | |
download | org.eclipse.papyrus-2ceb2e4bf48866ea987a64ebf0d8e1ebb734eb40.tar.gz org.eclipse.papyrus-2ceb2e4bf48866ea987a64ebf0d8e1ebb734eb40.tar.xz org.eclipse.papyrus-2ceb2e4bf48866ea987a64ebf0d8e1ebb734eb40.zip |
Fix build.properties to include elementtypesconfigurations models in
build.
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties')
-rw-r--r-- | plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties index 75487f3d8a8..682ecbcae76 100644 --- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties +++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties @@ -7,7 +7,8 @@ bin.includes = .options,\ .,\
plugin.xml,\
schema/,\
- icons/
+ icons/,\
+ model/
output..=bin/
jars.compile.order=.
src.includes = about.html
|