diff options
author | Juan Cadavid | 2016-01-07 13:25:19 +0000 |
---|---|---|
committer | Juan Cadavid | 2016-01-07 13:25:19 +0000 |
commit | 1f2c467a29d96f904d5169d743a7a5c5eae18caa (patch) | |
tree | 0b8b8adf1667c84ae5719aef23a4dbac63ffce2d | |
parent | c32164dccb19e0710dfcc885fb5ee4d0d603a2ea (diff) | |
download | org.eclipse.papyrus-1f2c467a29d96f904d5169d743a7a5c5eae18caa.tar.gz org.eclipse.papyrus-1f2c467a29d96f904d5169d743a7a5c5eae18caa.tar.xz org.eclipse.papyrus-1f2c467a29d96f904d5169d743a7a5c5eae18caa.zip |
[Manufacturing] Fix build configurations for the source build
Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
3 files changed, 3 insertions, 23 deletions
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties index 5d4122fea70..d75c1212404 100644 --- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties @@ -6,15 +6,4 @@ bin.includes = META-INF/,\ about.html,\ build.properties,\ model/ -src.includes = META-INF/,\ - about.html,\ - build.properties,\ - model/,\ - pom.xml,\ - plugin.xml,\ - plugin.properties,\ - qvto/,\ - schemas/,\ - src/,\ - .classpath,\ - .project +src.includes = about.html diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/build.properties b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/build.properties index 0088b406684..4f9dfb1c77d 100644 --- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/build.properties +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/build.properties @@ -6,14 +6,4 @@ bin.includes = META-INF/,\ template/,\ about.html,\ OSGI-INF/ -src.includes = .settings/,\ - META-INF/,\ - OSGI-INF/,\ - about.html,\ - bin/,\ - build.properties,\ - model/,\ - plugin.xml,\ - pom.xml,\ - src/,\ - template/ +src.includes = about.html 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 115cec6033d..e0d3d93a1bf 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 @@ -5,3 +5,4 @@ bin.includes = feature.xml,\ license.html,\ pom.xml,\ feature.properties +src.includes = about.html |