forked from stoicflame/enunciate-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enunciate.xml
26 lines (21 loc) · 963 Bytes
/
enunciate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.0.0-M.4.xsd">
<title>If You Wanna Be Cool API</title>
<description package="com.ifyouwannabecool.api"/>
<copyright>IfYouWannaBeCool.com</copyright>
<application root="http://www.ifyouwannabecool.com/api"/>
<namespaces>
<namespace id="api" uri="http://api.ifyouwannabecool.com/"/>
<namespace id="link" uri="http://api.ifyouwannabecool.com/link"/>
<namespace id="persona" uri="http://api.ifyouwannabecool.com/persona"/>
</namespaces>
<modules>
<docs>
<download file="LICENSE" name="Apache II" description="The license governing this API" showLink="true"/>
</docs>
<java-xml-client>
<package-conversions>
<convert from="com.ifyouwannabecool" to="com.ifyouwannabecool.client"/>
</package-conversions>
</java-xml-client>
</modules>
</enunciate>