summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/geronimo-demo/webs/WebContent/WEB-INF/geronimo-web.xml
blob: 215f8e759d2f4276364da230815f94f23d73c5a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.2">
    <dep:environment xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">
        <dep:moduleId>
            <dep:groupId>org.apache.tuscany.samples</dep:groupId>
            <dep:artifactId>sample-geronimo-webs</dep:artifactId>
            <dep:version>1.0-incubating-SNAPSHOT</dep:version>
            <dep:type>war</dep:type>
        </dep:moduleId>
        <dep:dependencies>
            <dep:dependency>
                <dep:groupId>org.apache.geronimo.configs</dep:groupId>
                <dep:artifactId>geronimo-tuscany-plugin</dep:artifactId>
                <dep:version>1.0-incubating-SNAPSHOT</dep:version>
                <dep:type>car</dep:type>
            </dep:dependency>
        </dep:dependencies>
        <dep:hidden-classes />
        <dep:non-overridable-classes />
    </dep:environment>
</web-app>