This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Forseti.iml
126 lines (126 loc) · 5.15 KB
/
Forseti.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="jar://$MODULE_DIR$/lib/json-simple-1.1.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/guava-18.0.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/mindsensors.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/CTRLib.jar!/" />
<libelement value="jar://$MODULE_DIR$/res/hamcrest-core-1.3.jar!/" />
<libelement value="jar://$MODULE_DIR$/res/junit-4.12.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/RIOdroid.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/navx_frc.jar!/" />
<varelement var="file://$MODULE_DIR$/build/jars/NetworkTables.jar" value="networktables" />
<varelement var="file://$MODULE_DIR$/build/jars/NetworkTables.jar" kind="src:" value="/networktables.sources" />
<varelement var="file://$MODULE_DIR$/build/jars/opencv.jar" value="opencv" />
<varelement var="file://$MODULE_DIR$/build/jars/opencv.jar" kind="src:" value="/opencv.sources" />
<varelement var="file://$MODULE_DIR$/build/jars/cscore.jar" value="cscore" />
<varelement var="file://$MODULE_DIR$/build/jars/cscore.jar" kind="src:" value="/cscore.sources" />
<varelement var="file://$MODULE_DIR$/build/jars/WPILib.jar" value="wpilib" />
<varelement var="file://$MODULE_DIR$/build/jars/WPILib.jar" kind="src:" value="wpilib.sources" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
<src_folder value="file://$MODULE_DIR$/test" expected_position="1" />
</src_description>
</component>
<component name="FacetManager">
<facet type="FRC_FACET" name="FRC">
<configuration />
</facet>
</component>
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<orderEntry type="module-library" exported="">
<library name="json-simple-1.1.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/json-simple-1.1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library name="guava-18.0.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/guava-18.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="hamcrest-core-1.3.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="junit-4.12.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/junit-4.12.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="RIOdroid.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/RIOdroid.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="navx_frc.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/navx_frc.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library name="WPILib User Lib Directory">
<CLASSES>
<root url="file://$USER_HOME$/wpilib/user/java/lib" />
</CLASSES>
<JAVADOC>
<root url="file://$USER_HOME$/wpilib/user/java/lib" />
</JAVADOC>
<SOURCES>
<root url="file://$USER_HOME$/wpilib/user/java/lib" />
</SOURCES>
<jarDirectory url="file://$USER_HOME$/wpilib/user/java/lib" recursive="true" />
<jarDirectory url="file://$USER_HOME$/wpilib/user/java/lib" recursive="true" type="JAVADOC" />
<jarDirectory url="file://$USER_HOME$/wpilib/user/java/lib" recursive="true" type="SOURCES" />
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library name="WPILib Libraries">
<CLASSES>
<root url="file://$USER_HOME$/wpilib/java/current/lib" />
</CLASSES>
<JAVADOC>
<root url="file://$USER_HOME$/wpilib/java/current/lib" />
</JAVADOC>
<SOURCES>
<root url="file://$USER_HOME$/wpilib/java/current/lib" />
</SOURCES>
<jarDirectory url="file://$USER_HOME$/wpilib/java/current/lib" recursive="true" />
<jarDirectory url="file://$USER_HOME$/wpilib/java/current/lib" recursive="true" type="JAVADOC" />
<jarDirectory url="file://$USER_HOME$/wpilib/java/current/lib" recursive="true" type="SOURCES" />
</library>
</orderEntry>
</component>
</module>