|
Revision 1011, 0.9 kB
(checked in by amandel, 4 years ago)
|
|
Aligned svn keyword settings.
|
-
Property svn:mime-type set to
text/xml
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
|---|
| 2 | <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" |
|---|
| 3 | "http://java.sun.com/dtd/application_1_3.dtd"> |
|---|
| 4 | |
|---|
| 5 | <application> |
|---|
| 6 | <display-name>COMMONS - The jCoderZ Project Commons</display-name> |
|---|
| 7 | <description>COMMONS - The jCoderZ Project common libraries</description> |
|---|
| 8 | <module> |
|---|
| 9 | <ejb>commons-ejb.jar</ejb> |
|---|
| 10 | </module> |
|---|
| 11 | <module> |
|---|
| 12 | <ejb>commons-test-ejb.jar</ejb> |
|---|
| 13 | </module> |
|---|
| 14 | <module> |
|---|
| 15 | <connector>filesystem.rar</connector> |
|---|
| 16 | </module> |
|---|
| 17 | <module> |
|---|
| 18 | <connector>http.rar</connector> |
|---|
| 19 | </module> |
|---|
| 20 | <module> |
|---|
| 21 | <web> |
|---|
| 22 | <web-uri>commons-web.war</web-uri> |
|---|
| 23 | <context-root>/commons</context-root> |
|---|
| 24 | </web> |
|---|
| 25 | </module> |
|---|
| 26 | <module> |
|---|
| 27 | <web> |
|---|
| 28 | <web-uri>commons-test-web.war</web-uri> |
|---|
| 29 | <context-root>/commons-test</context-root> |
|---|
| 30 | </web> |
|---|
| 31 | </module> |
|---|
| 32 | </application> |
|---|