Skip to content

Commit

Permalink
Avoid start with-console flag by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeban committed Dec 17, 2018
1 parent 13d6e13 commit a753c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/build-configuration/version.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Mon, 17 Dec 2018 12:26:17 -0500
bindaas.framework.version.major=3
bindaas.framework.version.minor=3
bindaas.framework.version.revision=3
bindaas.framework.version.revision=4
bindaas.build.date=201812171226
2 changes: 1 addition & 1 deletion distribution/build-extras/bin/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

java -jar -Dpid=BINDAAS_INSTANCE org.eclipse.osgi_3.10.100.v20150529-1857.jar -console
java -jar -Dpid=BINDAAS_INSTANCE org.eclipse.osgi_3.10.100.v20150529-1857.jar

while true; do sleep 1000; done

0 comments on commit a753c7c

Please sign in to comment.