diff options
author | Juan Cadavid | 2016-01-07 13:31:08 +0000 |
---|---|---|
committer | Juan Cadavid | 2016-01-07 13:31:08 +0000 |
commit | 3d71b628720c194fb7ce9048d49a6b061b28d4ef (patch) | |
tree | b6a841888878d414b53d2f146eccd32e84785736 /features | |
parent | 1f2c467a29d96f904d5169d743a7a5c5eae18caa (diff) | |
download | org.eclipse.papyrus-3d71b628720c194fb7ce9048d49a6b061b28d4ef.tar.gz org.eclipse.papyrus-3d71b628720c194fb7ce9048d49a6b061b28d4ef.tar.xz org.eclipse.papyrus-3d71b628720c194fb7ce9048d49a6b061b28d4ef.zip |
[Manufacturing] Include licence files in build.properties for the
feature
Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'features')
-rw-r--r-- | features/papyrus-extra-features/org.eclipse.papyrus.manufacturing.extra.feature/build.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.manufacturing.extra.feature/build.properties b/features/papyrus-extra-features/org.eclipse.papyrus.manufacturing.extra.feature/build.properties index e0d3d93a1bf..ff667c64412 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.manufacturing.extra.feature/build.properties +++ b/features/papyrus-extra-features/org.eclipse.papyrus.manufacturing.extra.feature/build.properties @@ -1,8 +1,10 @@ bin.includes = feature.xml,\ about.html,\ - build.properties,\ epl-v10.html,\ license.html,\ pom.xml,\ feature.properties -src.includes = about.html +src.includes = about.html,\ + epl-v10.html,\ + license.html,\ + build.properties |