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
47 lines (46 loc) · 1.45 KB
/
module.xml
File metadata and controls
47 lines (46 loc) · 1.45 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
37
38
39
40
41
42
43
44
45
46
47
<module id="spring" includes="jee, jse, gae" type="integration" package="org.restlet.ext.spring">
<name>Restlet Extension - Spring Framework</name>
<description>
Integration with Spring Framework.
</description>
<distributions>
<distribution id="classic" />
<distribution id="maven" />
</distributions>
<dependencies>
<dependency type="library" id="cglib" />
<dependency type="library" id="logging" />
<dependency type="library" id="servlet" includes="gae,jee" maven-scope="provided" />
<dependency type="library" id="spring" primary="true" />
<dependency type="module" id="core" />
<dependency type="module" id="servlet" includes="gae,jee" />
</dependencies>
<source edition="jse">
<files-mappers>
<![CDATA[
<mapper classname="mapper.ReplaceStringMapper" classpathref="forge-path" from=".MF.jse" to=".MF" />
]]>
</files-mappers>
<files-sets>
<![CDATA[
<exclude name="META-INF/MANIFEST.MF" />
<exclude name="src/org/restlet/ext/spring/*Servlet.java" />
]]>
</files-sets>
</source>
<!--
<source edition="gae">
<files-mappers>
<![CDATA[
<mapper classname="mapper.ReplaceStringMapper" classpathref="forge-path" from=".MF.gae" to=".MF" />
]]>
</files-mappers>
<files-sets>
<![CDATA[
<exclude name="META-INF/MANIFEST.MF" />
<exclude name="src/org/restlet/ext/spring/*Servlet.java" />
]]>
</files-sets>
</source>
-->
</module>