forked from pentaho/mondrian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmondrianTest.iml
24 lines (23 loc) · 1.16 KB
/
mondrianTest.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/../testclasses" />
<output-test url="file://$MODULE_DIR$/../testclasses" />
<exclude-output />
<exclude-exploded />
<content url="file://$MODULE_DIR$/..">
<sourceFolder url="file://$MODULE_DIR$/../testsrc/main" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/../doc/api" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="all" level="project" />
<orderEntry type="module" module-name="mondrian" />
<orderEntry type="library" name="eigenbase-properties" level="project" />
<orderEntry type="library" name="junit" level="project" />
<orderEntry type="library" name="xmlunit" level="project" />
<orderEntry type="library" name="olap4j" level="project" />
<orderEntry type="library" name="olap4j-tck" level="project" />
<orderEntry type="library" name="olap4j-xmla" level="project" />
</component>
</module>