Subversion Repositories SmartDukaan

Rev

Rev 2052 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2052 Rev 2321
Line 3... Line 3...
3
    <wb-module deploy-name="Website">
3
    <wb-module deploy-name="Website">
4
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
4
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
5
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
5
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
6
        <wb-resource deploy-path="/" source-path="/src/main/webapp"/>
6
        <wb-resource deploy-path="/" source-path="/src/main/webapp"/>
7
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/resources"/>
7
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/resources"/>
8
        <dependent-module archiveName="ThriftConfig.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ThriftConfig/ThriftConfig">
-
 
9
            <dependency-type>uses</dependency-type>
-
 
10
        </dependent-module>
-
 
11
        <dependent-module archiveName="PageLoaderServer.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/PageLoaderServer/PageLoaderServer">
8
        <dependent-module archiveName="PageLoaderServer.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/PageLoaderServer/PageLoaderServer">
12
            <dependency-type>uses</dependency-type>
9
            <dependency-type>uses</dependency-type>
13
        </dependent-module>
10
        </dependent-module>
14
        <dependent-module archiveName="ContentStore.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ContentStore/ContentStore">
11
        <dependent-module archiveName="ContentStore.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ContentStore/ContentStore">
15
            <dependency-type>uses</dependency-type>
12
            <dependency-type>uses</dependency-type>
16
        </dependent-module>
13
        </dependent-module>
17
        <dependent-module archiveName="Common.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/Common/Common">
-
 
18
            <dependency-type>uses</dependency-type>
-
 
19
        </dependent-module>
-
 
20
        <property name="context-root" value="Website"/>
14
        <property name="context-root" value="Website"/>
21
        <property name="java-output-path" value="/Website/build/classes"/>
15
        <property name="java-output-path" value="/Website/build/classes"/>
22
    </wb-module>
16
    </wb-module>
23
</project-modules>
17
</project-modules>