You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
973 B
18 lines
973 B
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
<web:web-app xmlns:app="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" |
|
xmlns:client="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0" |
|
xmlns:conn="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2" |
|
xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2" xmlns:ejb="http://openejb.apache.org/xml/ns/openejb-jar-2.2" |
|
xmlns:name="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:pers="http://java.sun.com/xml/ns/persistence" |
|
xmlns:pkgen="http://openejb.apache.org/xml/ns/pkgen-2.1" xmlns:sec="http://geronimo.apache.org/xml/ns/security-2.0" |
|
xmlns:web="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1"> |
|
<dep:environment> |
|
<dep:moduleId> |
|
<dep:groupId>kr.co.kihyun</dep:groupId> |
|
<dep:artifactId>moumi-ob</dep:artifactId> |
|
<dep:version>5.1</dep:version> |
|
<dep:type>car</dep:type> |
|
</dep:moduleId> |
|
</dep:environment> |
|
<web:context-root>/</web:context-root> |
|
</web:web-app>
|
|
|