forked from restlet/restlet-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
34 lines (33 loc) · 1.05 KB
/
module.xml
File metadata and controls
34 lines (33 loc) · 1.05 KB
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
27
28
29
30
31
32
33
34
<module id="oauth" excludes="android,gae,gwt" type="standard" package="org.restlet.ext.oauth">
<name>Restlet Extension - OAuth</name>
<description>Support for OAuth HTTP authentication.</description>
<distributions>
<distribution id="classic" />
<distribution id="maven" />
<distribution id="p2" />
</distributions>
<dependencies>
<dependency type="library" id="codec" />
<dependency type="library" id="json" />
<dependency type="library" id="dbcp" />
<dependency type="library" id="freemarker" />
<dependency type="library" id="oauth" primary="true" />
<dependency type="library" id="pool" />
<dependency type="module" id="core" />
<dependency type="module" id="crypto" />
<dependency type="module" id="freemarker" />
<dependency type="module" id="json" />
</dependencies>
<maven-misc>
<![CDATA[
<repositories>
<repository>
<id>oauth-repo</id>
<name>OAuth repository</name>
<url>http://oauth.googlecode.com/svn/code/maven</url>
</repository>
</repositories>
]]>
</maven-misc>
<wikiUri>392-restlet</wikiUri>
</module>