Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-09-14 16:40:27 +0000
committerslewis2009-09-14 16:40:27 +0000
commit35f5243987fd146f545dbd3d51fb99e2f4f4de02 (patch)
tree589ffa2c79fb70a228499c07752d51a898709f93
parentba694c81ab9a208541d3010b29686bd07077e70b (diff)
downloadorg.eclipse.ecf-35f5243987fd146f545dbd3d51fb99e2f4f4de02.tar.gz
org.eclipse.ecf-35f5243987fd146f545dbd3d51fb99e2f4f4de02.tar.xz
org.eclipse.ecf-35f5243987fd146f545dbd3d51fb99e2f4f4de02.zip
Added .options files to 3.0.1
-rw-r--r--compendium/bundles/org.eclipse.ecf.osgi.services.discovery/build.properties7
1 files changed, 5 insertions, 2 deletions
diff --git a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/build.properties b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/build.properties
index dd4d24fa9..366c7fe0d 100644
--- a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/build.properties
+++ b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery/build.properties
@@ -3,6 +3,9 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties,\
- about.html
+ about.html,\
+ .options
src.includes = plugin.properties,\
- about.html
+ about.html,\
+ .options,\
+ META-INF/

Back to the top