Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Staudacher committed Aug 20, 2012
1 parent c3c76d4 commit e9b26e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ If dependencies can't be satisfied please disable "include required software" wi
Usage
-----

* New in 2.0: Use the config admin to specify the root path. The default root path is /services. You can configure the path by
specifying a config with the service.pid **com.eclipsesource.jaxrs.connector** and the property **root*. The path needs to be a valid ath e.g. "/api".
* **New in 2.0:** Use the config admin to specify the root path. The default root path is /services. You can configure the path by
specifying a config with the service.pid **com.eclipsesource.jaxrs.connector** and the property **root*. The path needs to be a valid servlet path e.g. "/api".
* For Eclipse: Add the com.eclipsesource.jaxrs.connector.feature (OSGi JAX-RS Connector) to your target using the url above.
* Add the com.eclipsesource.jaxrs.connector and the 3 Jersey bundles to your OSGi instance.
* Convert some OSGi service to resources like in [this tutorial](http://jersey.java.net/nonav/documentation/latest/getting-started.html#d4e45)
Expand All @@ -56,4 +56,4 @@ License

The code is published under the terms of the [Eclipse Public License, version 1.0](http://www.eclipse.org/legal/epl-v10.html).

Included binaries from [Jersey](http://jersey.java.net/), version 1.11, which are published under two licenses, the [CDDL 1.1 and GPL 2 with CPE](http://glassfish.java.net/public/CDDL+GPL_1_1.html)
Included binaries from [Jersey](http://jersey.java.net/), version 1.13, which are published under two licenses, the [CDDL 1.1 and GPL 2 with CPE](http://glassfish.java.net/public/CDDL+GPL_1_1.html)

0 comments on commit e9b26e9

Please sign in to comment.