Skip to content

Commit

Permalink
add blacklist example to edison bndrun
Browse files Browse the repository at this point in the history
  • Loading branch information
tverbele committed Dec 9, 2015
1 parent 1db68d5 commit 972434b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tools/run-embedded-edison.bndrun
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-runpath: biz.aQute.remote.launcher
#
-runpath: biz.aQute.remote.launcher

#-runremote: \
# legolas; \
# jdb = 1044; \
Expand All @@ -9,8 +9,12 @@
-include: run-embedded.bndrun

-runbundles.edison: \
be.iminds.iot.dianne.tensor.java;version=latest
be.iminds.iot.dianne.tensor.th;version=latest

-runproperties.edison: \
be.iminds.iot.dianne.runtime.name="Edison"
rsa.timeout=600000,\
aiolos.monitor.service.size.ignore=true,\
be.iminds.iot.dianne.storage="nn",\
be.iminds.iot.dianne.runtime.name="Edison",\
be.iminds.iot.dianne.runtime.blacklist="745eb02f-9de2-2676-3446-78617362f67b"

0 comments on commit 972434b

Please sign in to comment.