diff options
author | Juan Cadavid | 2016-01-07 16:12:47 +0000 |
---|---|---|
committer | Juan Cadavid | 2016-01-07 16:12:47 +0000 |
commit | 1e8da9e3b44d17bd8fd458a7bbc3dff755311f5d (patch) | |
tree | ae8db9fcaa1bb3b272f2dc813b43b7c0d9e3b71c /extraplugins | |
parent | e04253ba4cbc604774d4493271fdaf3b9a4877bb (diff) | |
download | org.eclipse.papyrus-1e8da9e3b44d17bd8fd458a7bbc3dff755311f5d.tar.gz org.eclipse.papyrus-1e8da9e3b44d17bd8fd458a7bbc3dff755311f5d.tar.xz org.eclipse.papyrus-1e8da9e3b44d17bd8fd458a7bbc3dff755311f5d.zip |
[Manufacturing] add plugin.properties to build.properties in
org.eclipse.papyrus.manufacturing.b2mml
Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'extraplugins')
-rw-r--r-- | extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties index d75c1212404..c9ba200543d 100644 --- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties @@ -5,5 +5,6 @@ bin.includes = META-INF/,\ plugin.xml,\ about.html,\ build.properties,\ - model/ + model/,\ + plugin.properties src.includes = about.html |