-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathLXStudio-IDE.iml
98 lines (98 loc) · 4.35 KB
/
LXStudio-IDE.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
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="jar://$MODULE_DIR$/lib/processing-4.0.1/core-4.0.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/processing-4.0.1/gluegen-rt-4.0.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/processing-4.0.1/jogl-all-4.0.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/lxstudio-0.4.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/lx-0.4.1-jar-with-dependencies.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/p4lx-0.4.1.jar!/" />
<src_description expected_position="1">
<src_folder value="file://$MODULE_DIR$/src/main/java" expected_position="0" />
<src_folder value="file://$MODULE_DIR$/src/test/java" expected_position="2" />
</src_description>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_17">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="jdk" jdkName="temurin-17" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="core-4.0.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/processing-4.0.1/core-4.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="gluegen-rt-4.0.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/processing-4.0.1/gluegen-rt-4.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="jogl-all-4.0.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/processing-4.0.1/jogl-all-4.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="lxstudio-0.4.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/lxstudio-0.4.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MODULE_DIR$/lib/lxstudio-0.4.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="lx-0.4.1-jar-with-dependencies.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/lx-0.4.1-jar-with-dependencies.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MODULE_DIR$/lib/lx-0.4.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MODULE_DIR$/lib/lx-0.4.1-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="p4lx-0.4.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/p4lx-0.4.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MODULE_DIR$/lib/p4lx-0.4.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MODULE_DIR$/lib/p4lx-0.4.1-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" name="Maven: com.heronarts:lx:0.4.1" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.9" level="project" />
<orderEntry type="library" name="Maven: uk.co.xfactory-librarians:coremidi4j:1.6" level="project" />
<orderEntry type="library" name="Maven: com.heronarts:p4lx:0.4.1" level="project" />
<orderEntry type="library" name="Maven: com.heronarts:lxstudio:0.4.1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.processing:core:4.0.1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.jogamp.jogl:jogl-all:4.0.1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.jogamp.gluegen:gluegen-rt-main:4.0.1" level="project" />
</component>
</module>