forked from opentripplanner/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenunciate.xml
21 lines (21 loc) · 798 Bytes
/
enunciate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.23.xsd">
<!-- We only use Enunciate to generate documentation for the trip planner
API. This is a barebones config file that moslty just turns off modules we
don't need. -->
<disable-rule id="jaxb.noarg.constructor"/>
<services>
<rest defaultRestSubcontext="/ws/">
<content-types>
<content-type type="text/plain" id="txt"/>
</content-types>
</rest>
</services>
<modules>
<c disabled="true"/>
<obj-c disabled="true"/>
<csharp disabled="true"/>
<jaxws-client disabled="true"/>
<docs title="OpenTripPlanner API" disableRestMountpoint="true"/>
</modules>
</enunciate>