Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2011-02-17 23:48:05 +0000
committerslewis2011-02-17 23:48:05 +0000
commit5ba30d7135cef09c5dfe89cb1bab0a8a9c0a4596 (patch)
tree137135b1c3405d159b81c466cbe5c13ca55f5065 /releng/features/org.eclipse.ecf.xmpp.feature
parent1016cc66766c3271984c19f0057f0b2ebdcfdadb (diff)
downloadorg.eclipse.ecf-5ba30d7135cef09c5dfe89cb1bab0a8a9c0a4596.tar.gz
org.eclipse.ecf-5ba30d7135cef09c5dfe89cb1bab0a8a9c0a4596.tar.xz
org.eclipse.ecf-5ba30d7135cef09c5dfe89cb1bab0a8a9c0a4596.zip
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=337386
Diffstat (limited to 'releng/features/org.eclipse.ecf.xmpp.feature')
-rw-r--r--releng/features/org.eclipse.ecf.xmpp.feature/build.properties13
1 files changed, 12 insertions, 1 deletions
diff --git a/releng/features/org.eclipse.ecf.xmpp.feature/build.properties b/releng/features/org.eclipse.ecf.xmpp.feature/build.properties
index 64f93a9f0..a70d27571 100644
--- a/releng/features/org.eclipse.ecf.xmpp.feature/build.properties
+++ b/releng/features/org.eclipse.ecf.xmpp.feature/build.properties
@@ -1 +1,12 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ license.html,\
+ notice.html,\
+ about.html,\
+ epl-v10.html,\
+ feature.properties
+src.includes = notice.html,\
+ license.html,\
+ feature.xml,\
+ about.html,\
+ epl-v10.html,\
+ feature.properties

Back to the top