Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2018-05-29 11:57:57 +0000
committerEd Merks2018-05-29 11:57:57 +0000
commit431993270c73152c8d84931209adc84c5c32ab5e (patch)
treeb1f017fcfe88e9f64ef0a5260c33590d3f6020ee
parente7f337e7b4800134e7b1ea5856954d4d1d1d0bb7 (diff)
downloadorg.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
-rw-r--r--examples/org.eclipse.emf.examples-feature/build.properties1
-rw-r--r--features/org.eclipse.emf.gwt.sdk-feature/build.properties1
-rwxr-xr-xfeatures/org.eclipse.emf.oda.sdk-feature/build.properties1
-rwxr-xr-xfeatures/org.eclipse.emf.rap.sdk-feature/build.properties1
-rw-r--r--features/org.eclipse.emf.sdk-feature/build.properties1
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

Back to the top