This repository has been archived by the owner on Nov 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFudge-Proto.iml
53 lines (52 loc) · 2.79 KB
/
Fudge-Proto.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<conelement value="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&confs=*" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
<src_folder value="file://$MODULE_DIR$/tests/unit" expected_position="1" />
<src_folder value="file://$MODULE_DIR$/tests/unit_Java" expected_position="2" />
<src_folder value="file://$MODULE_DIR$/tests/out_Java" expected_position="3" />
</src_description>
</component>
<component name="FacetManager">
<facet type="IvyIDEA" name="IvyIDEA">
<configuration ivyFile="$MODULE_DIR$/ivy.xml" useProjectSettings="true" useCustomIvySettings="true" ivySettingsFile="" onlyResolveSelectedConfigs="false">
<propertiesSettings>
<propertiesFiles includeProjectLevelPropertiesFiles="true" />
</propertiesSettings>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/build/classes" />
<output-test url="file://$MODULE_DIR$/tests/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests/unit" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests/out_Java" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<orderEntry type="module" module-name="Fudge-Java" />
<orderEntry type="module-library" exported="">
<library name="IvyIDEA-Fudge-Proto-default">
<CLASSES>
<root url="jar://$USER_HOME$/.ivy2/cache-chris/org.apache.commons/commons-lang/jars/commons-lang-2.4.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache-chris/org.apache.ant/ant/jars/ant-1.7.1.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache-chris/org.antlr/antlr/jars/antlr-complete-3.3.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.ivy2/cache-chris/org.apache.commons/commons-lang/javadocs/commons-lang-docs-2.4.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache-chris/org.apache.ant/ant/javadocs/ant-javadoc-1.7.1.zip!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.ivy2/cache-chris/org.apache.commons/commons-lang/sources/commons-lang-src-2.4.jar!/" />
<root url="jar://$USER_HOME$/.ivy2/cache-chris/org.antlr/antlr/sources/antlr-src-3.3.jar!/" />
</SOURCES>
</library>
</orderEntry>
</component>
</module>