Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2011-04-26 20:30:58 +0000
committerKim Moir2011-04-26 20:30:58 +0000
commit749cd8733ca62c73c1d52db79ce61bac4d15fe78 (patch)
tree09d56797d214a05c302456e67c5ed883f63d8e9f /features/org.eclipse.equinox.p2.user.ui
parent0c10fa2a3d8b42045fd237bfa220c25f80a73f17 (diff)
downloadrt.equinox.p2-749cd8733ca62c73c1d52db79ce61bac4d15fe78.tar.gz
rt.equinox.p2-749cd8733ca62c73c1d52db79ce61bac4d15fe78.tar.xz
rt.equinox.p2-749cd8733ca62c73c1d52db79ce61bac4d15fe78.zip
Bug 343266 - equinox.p2.user.ui feature is not properly generating nested source features
Diffstat (limited to 'features/org.eclipse.equinox.p2.user.ui')
-rw-r--r--features/org.eclipse.equinox.p2.user.ui/build.properties3
-rw-r--r--features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties4
2 files changed, 2 insertions, 5 deletions
diff --git a/features/org.eclipse.equinox.p2.user.ui/build.properties b/features/org.eclipse.equinox.p2.user.ui/build.properties
index d78261f0c..278961092 100644
--- a/features/org.eclipse.equinox.p2.user.ui/build.properties
+++ b/features/org.eclipse.equinox.p2.user.ui/build.properties
@@ -10,5 +10,4 @@
###############################################################################
bin.includes = feature.xml,\
feature.properties,\
- eclipse_update_120.jpg
-src.includes = license.html,epl-v10.html \ No newline at end of file
+ eclipse_update_120.jpg \ No newline at end of file
diff --git a/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties
index c5a46bbb2..3ca4a7939 100644
--- a/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties
+++ b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties
@@ -11,9 +11,7 @@
bin.includes =\
epl-v10.html,\
eclipse_update_120.jpg,\
-feature.xml,\
-feature.properties,\
-license.html
+feature.xml
generate.feature@org.eclipse.equinox.p2.extras.feature.source=org.eclipse.equinox.p2.extras.feature
generate.feature@org.eclipse.equinox.p2.rcp.feature.source=org.eclipse.equinox.p2.rcp.feature

Back to the top