Skip to content

Instantly share code, notes, and snippets.

@edaubert
Created March 16, 2014 19:41
Show Gist options
  • Save edaubert/9588712 to your computer and use it in GitHub Desktop.
Save edaubert/9588712 to your computer and use it in GitHub Desktop.
include mvn:org.kevoree.library.java:org.kevoree.library.java.javaNode:latest
include mvn:org.kevoree.library.java:org.kevoree.library.java.ws:latest
add node0 : JavaNode
add sync : WSGroup
set sync.port/node0 = "9000"
attach node0 sync
add node0.node1 : JavaNode
set sync.port/node1 = "9001"
attach node1 sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment