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
29 lines (28 loc) · 1.31 KB
/
module.xml
File metadata and controls
29 lines (28 loc) · 1.31 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
<module id="spring" includes="gae,jee,jse,osgi" 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"/>
<distribution id="p2"/>
</distributions>
<dependencies>
<dependency type="library" id="cglib"/>
<dependency type="library" id="logging"/>
<dependency type="library" id="servlet" includes="gae,jee,osgi" maven-scope="provided"/>
<dependency type="library" id="spring" primary="true"/>
<dependency type="module" id="core"/>
<dependency type="module" id="servlet" includes="gae,jee,osgi"/>
</dependencies>
<source edition="jse">
<files-sets>
<![CDATA[
<exclude name="src/main/java/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>