Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis@composent.com2010-10-29 04:24:46 +0000
committerslewis@composent.com2010-10-29 04:24:46 +0000
commitf8823b5e618cdf217c3c2b02ba6d29e9cc3cdcd1 (patch)
treef4985d8b0b84e8d18c25c5c8359dfa89887da996
parente5783d5934857854d203ae4f3ea5ec23be701571 (diff)
downloadorg.eclipse.ecf-f8823b5e618cdf217c3c2b02ba6d29e9cc3cdcd1.tar.gz
org.eclipse.ecf-f8823b5e618cdf217c3c2b02ba6d29e9cc3cdcd1.tar.xz
org.eclipse.ecf-f8823b5e618cdf217c3c2b02ba6d29e9cc3cdcd1.zip
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=328994
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/build.properties5
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/build.properties4
2 files changed, 7 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/build.properties b/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/build.properties
index 34d2e4d2d..cdd2db7f1 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/build.properties
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/build.properties
@@ -1,4 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html,\
+ plugin.properties
+src.includes = about.html
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/build.properties b/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/build.properties
index aa1a00826..2b112c461 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/build.properties
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/build.properties
@@ -2,4 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.properties
+ plugin.properties,\
+ about.html
+src.includes = about.html

Back to the top