Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 768 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 768 Bytes

bndtools.workspace

Bndtools Remote Service Workspace

See usage documentation here: https://wiki.eclipse.org/Bndtools_Support_for_Remote_Services_Development

After cloning, import this into Eclipse with Bndtools 4.3 as an existing Bndtools Workspace.

To launch TaskResourceService impl, open this file:

/net.lr.tasklist.impl/net.lr.tasklist.impl.zeroconf.jersey.bndrun

Click on the Resolve button on the right side of the Run tab and then Run OSGi or Debug OSGi button in upper right of Run tab.

To launch TaskResourceService consumer, open this file:

/net.lr.tasklist.consumer/net.lr.tasklist.consumer.zeroconf.jersey.bndrun

Click on the Resolve button on the right side of the Run tab and then Run OSGi or Debug OSGi button in upper right of Run tab.