Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Alexander Kuppe2013-10-04 09:53:26 +0000
committerMarkus Alexander Kuppe2013-10-04 09:53:26 +0000
commit0084bf166e24081f12ab5ff14e693eadb9d2095d (patch)
treeaab300b2bc5e8fdc07db2bbdddc4f5ff969643d6
parentf0cdc0cf2cc140e7e3a4647df019275a461d941a (diff)
downloadorg.eclipse.ecf-0084bf166e24081f12ab5ff14e693eadb9d2095d.tar.gz
org.eclipse.ecf-0084bf166e24081f12ab5ff14e693eadb9d2095d.tar.xz
org.eclipse.ecf-0084bf166e24081f12ab5ff14e693eadb9d2095d.zip
Include EndpointDescription xml in binary bundle
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/build.properties b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/build.properties
index 34d2e4d2d..24e86ec65 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/build.properties
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/build.properties
@@ -1,4 +1,5 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ timeservicerestendpointdescription.xml

Back to the top