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
36 lines (35 loc) · 1.3 KB
/
module.xml
File metadata and controls
36 lines (35 loc) · 1.3 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
35
36
<module id="json" type="standard" package="org.restlet.ext.json">
<name>Restlet Extension - JSON</name>
<description>Support for JSON representations.</description>
<distributions>
<distribution id="classic" />
<distribution id="maven" />
<distribution id="p2" />
</distributions>
<dependencies>
<dependency type="library" id="gwt" includes="gwt" primary="true" />
<dependency type="library" id="json" excludes="gwt" primary="true" />
<dependency type="module" id="core" />
</dependencies>
<source edition="gwt">
<files-mappers>
<![CDATA[
<mapper classname="mapper.ReplaceStringMapper" classpathref="forge-path" from=".java.gwt" to=".java" />
]]>
</files-mappers>
<files-sets>
<![CDATA[
<custom classname="selector.EditionFileSelector" classpathref="forge-path">
<param name="edition" value="gwt"/>
</custom>
<exclude name="src/org/restlet/ext/json/JsonpFilter.java" />
<exclude name="src/org/restlet/ext/json/JsonpRepresentation.java" />
<exclude name="src/org/restlet/ext/json/JsonRepresentation.java" />
<exclude name="src/org/restlet/ext/json/JsonConverter.java" />
<exclude name="src/META-INF/**" />
]]>
</files-sets>
</source>
<stage edition="gwt" includesource="true" />
<wikiUri>69-restlet</wikiUri>
</module>