source: ether_ndacc/trunk/persistence/Persistence.iml @ 432

Last change on this file since 432 was 432, checked in by rboipsl, 12 years ago

clean

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<module type="JAVA_MODULE" version="4">
3  <component name="FacetManager">
4    <facet type="hibernate" name="Hibernate">
5      <configuration>
6        <datasource-map />
7        <deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/implementation/hibernate-domain.cfg.xml" />
8      </configuration>
9    </facet>
10  </component>
11  <component name="NewModuleRootManager" inherit-compiler-output="true">
12    <exclude-output />
13    <content url="file://$MODULE_DIR$">
14      <sourceFolder url="file://$MODULE_DIR$/interface" isTestSource="false" />
15      <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
16      <sourceFolder url="file://$MODULE_DIR$/implementation" isTestSource="false" />
17    </content>
18    <orderEntry type="inheritedJdk" />
19    <orderEntry type="sourceFolder" forTests="false" />
20    <orderEntry type="library" name="lib1" level="project" />
21    <orderEntry type="library" name="lib" level="project" />
22    <orderEntry type="module" module-name="Domain" />
23    <orderEntry type="module" module-name="Common" />
24  </component>
25</module>
26
Note: See TracBrowser for help on using the repository browser.