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

Commit

Permalink
Added default values and disable wadl property
Browse files Browse the repository at this point in the history
  • Loading branch information
larsp committed May 31, 2014
1 parent b73eacf commit 6269c70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<MetaData xmlns="http://www.osgi.org/xmlns/metatype/v1.1.0">
<OCD name="OSGi REST Publisher" id="com.eclipsesource.jaxrs.connector" description="OSGi REST Publisher Configuration">
<AD name="Root" id="root" type="String" description="The root URI for publishing web services. Defaults to /services"/>
<AD name="Root" id="root" type="String" description="The root URI for publishing web services. Defaults to /services" default="/services" />
<AD name="Disable jersey wadl" id="disableWadl" type="Boolean" description="WADL generation through 'application.wadl' is enabled in Jersey by default. To disable this set this property to true" default="false" />
</OCD>
<Designate pid="com.eclipsesource.jaxrs.connector">
<Object ocdref="com.eclipsesource.jaxrs.connector"/>
Expand Down

0 comments on commit 6269c70

Please sign in to comment.