diff options
author | Ed Merks | 2018-05-29 11:57:57 +0000 |
---|---|---|
committer | Ed Merks | 2018-05-29 11:57:57 +0000 |
commit | 431993270c73152c8d84931209adc84c5c32ab5e (patch) | |
tree | b1f017fcfe88e9f64ef0a5260c33590d3f6020ee | |
parent | e7f337e7b4800134e7b1ea5856954d4d1d1d0bb7 (diff) | |
download | org.eclipse.emf-431993270c73152c8d84931209adc84c5c32ab5e.tar.gz org.eclipse.emf-431993270c73152c8d84931209adc84c5c32ab5e.tar.xz org.eclipse.emf-431993270c73152c8d84931209adc84c5c32ab5e.zip |
[releng] Remove generate.feature from the build.properties.R2_14_0
5 files changed, 0 insertions, 5 deletions
diff --git a/examples/org.eclipse.emf.examples-feature/build.properties b/examples/org.eclipse.emf.examples-feature/build.properties index 22f7e76dd..b3a611b5c 100644 --- a/examples/org.eclipse.emf.examples-feature/build.properties +++ b/examples/org.eclipse.emf.examples-feature/build.properties @@ -1,3 +1,2 @@ bin.includes = feature.xml,\ feature.properties -generate.feature@org.eclipse.emf.examples.source=org.eclipse.emf.examples, exclude@org.eclipse.emf.activities diff --git a/features/org.eclipse.emf.gwt.sdk-feature/build.properties b/features/org.eclipse.emf.gwt.sdk-feature/build.properties index b543e9f6b..8e24fa2a6 100644 --- a/features/org.eclipse.emf.gwt.sdk-feature/build.properties +++ b/features/org.eclipse.emf.gwt.sdk-feature/build.properties @@ -1,4 +1,3 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf -generate.feature@org.eclipse.emf.rap.source=org.eclipse.emf.rap.sdk diff --git a/features/org.eclipse.emf.oda.sdk-feature/build.properties b/features/org.eclipse.emf.oda.sdk-feature/build.properties index 5a538a38a..8e24fa2a6 100755 --- a/features/org.eclipse.emf.oda.sdk-feature/build.properties +++ b/features/org.eclipse.emf.oda.sdk-feature/build.properties @@ -1,4 +1,3 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf -#generate.feature@org.eclipse.emf.oda.source=org.eclipse.emf.oda.sdk diff --git a/features/org.eclipse.emf.rap.sdk-feature/build.properties b/features/org.eclipse.emf.rap.sdk-feature/build.properties index b543e9f6b..8e24fa2a6 100755 --- a/features/org.eclipse.emf.rap.sdk-feature/build.properties +++ b/features/org.eclipse.emf.rap.sdk-feature/build.properties @@ -1,4 +1,3 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf -generate.feature@org.eclipse.emf.rap.source=org.eclipse.emf.rap.sdk diff --git a/features/org.eclipse.emf.sdk-feature/build.properties b/features/org.eclipse.emf.sdk-feature/build.properties index d9702f2ea..8e24fa2a6 100644 --- a/features/org.eclipse.emf.sdk-feature/build.properties +++ b/features/org.eclipse.emf.sdk-feature/build.properties @@ -1,4 +1,3 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf -generate.feature@org.eclipse.emf.source=org.eclipse.emf.sdk, exclude@org.eclipse.emf.doc, exclude@org.eclipse.emf.example.installer, exclude@org.eclipse.emf.mapping.ecore, exclude@org.eclipse.emf.mapping.ecore.editor |