source: ether_statistics/service/Service.iml

Last change on this file was 572, checked in by vmipsl, 12 years ago

clean

File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<module type="JAVA_MODULE" version="4">
3  <component name="NewModuleRootManager" inherit-compiler-output="false">
4    <output url="file://$MODULE_DIR$/../web/WEB-INF/classes" />
5    <output-test url="file://$MODULE_DIR$/../out/test/Service" />
6    <exclude-output />
7    <content url="file://$MODULE_DIR$">
8      <sourceFolder url="file://$MODULE_DIR$/implementation" isTestSource="false" />
9      <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
10      <sourceFolder url="file://$MODULE_DIR$/interface" isTestSource="false" />
11    </content>
12    <orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />
13    <orderEntry type="sourceFolder" forTests="false" />
14    <orderEntry type="module" module-name="Persistence" />
15    <orderEntry type="module" module-name="Common" />
16    <orderEntry type="module" module-name="Domain" />
17    <orderEntry type="module-library" scope="TEST">
18      <library>
19        <CLASSES>
20          <root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.8.jar!/" />
21        </CLASSES>
22        <JAVADOC />
23        <SOURCES />
24      </library>
25    </orderEntry>
26    <orderEntry type="library" name="lib_hibernate" level="project" />
27    <orderEntry type="library" name="lib_spring" level="project" />
28    <orderEntry type="library" name="lib_common" level="project" />
29  </component>
30</module>
31
Note: See TracBrowser for help on using the repository browser.