DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| No Format |
|---|
Bundle-ManifestVersion: 2 Bundle-Name: Full Paint Program Bundle-SymbolicName: compositeorg.foo.examplepaint.fullcomposite Include-Bundle: \ file:/Users/rickhall/Projects/book-trunk/code/chapter04/paint-example/bundles/shape-4.0.jar, \ file:/Users/rickhall/Projects/book-trunk/code/chapter04/paint-example/bundles/paint-4.0.jar, \ file:/Users/rickhall/Projects/book-trunk/code/chapter04/paint-example/bundles/circle-4.0.jar, \ file:/Users/rickhall/Projects/book-trunk/code/chapter04/paint-example/bundles/square-4.0.jar, \ file:/Users/rickhall/Projects/book-trunk/code/chapter04/paint-example/bundles/triangle-4.0.jar Export-Package: org.foo.shape; from:=org.foo.shape; version="4.0" Import-Package: org.osgi.service.log; version=1.0.0 Import-Service: org.foo.shape.SimpleShape |
...