Skip to content

Commit 4eb0939

Browse files
committed
adding intellij project files now that they have settled a wee bit
1 parent b053e4d commit 4eb0939

20 files changed

+511
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
.DS_Store
22
.AppleDouble
3-
*.iml
43
._*
54
*~
65
/build/shared/reference.zip
76

87
*.x
98

10-
# temporary, until we complete the move to IntelliJ
119
#*.iml
1210
#/.idea
1311

app/processing4-app.iml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="EclipseModuleManager">
4+
<libelement value="jar://$MODULE_DIR$/lib/jna.jar!/" />
5+
<libelement value="jar://$MODULE_DIR$/lib/jna-platform.jar!/" />
6+
<libelement value="jar://$MODULE_DIR$/lib/ant.jar!/" />
7+
<libelement value="jar://$MODULE_DIR$/lib/ant-launcher.jar!/" />
8+
<libelement value="file:///processing4-core/library-test/junit-4.8.1.jar" />
9+
<libelement value="jar://$MODULE_DIR$/lib/VAqua7.jar!/" />
10+
<src_description expected_position="0">
11+
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
12+
</src_description>
13+
</component>
14+
<component name="NewModuleRootManager">
15+
<output url="file://$MODULE_DIR$/bin" />
16+
<exclude-output />
17+
<content url="file://$MODULE_DIR$">
18+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
19+
</content>
20+
<orderEntry type="inheritedJdk" />
21+
<orderEntry type="sourceFolder" forTests="false" />
22+
<orderEntry type="module-library">
23+
<library name="jna.jar">
24+
<CLASSES>
25+
<root url="jar://$MODULE_DIR$/lib/jna.jar!/" />
26+
</CLASSES>
27+
<JAVADOC />
28+
<SOURCES />
29+
</library>
30+
</orderEntry>
31+
<orderEntry type="module-library">
32+
<library name="jna-platform.jar">
33+
<CLASSES>
34+
<root url="jar://$MODULE_DIR$/lib/jna-platform.jar!/" />
35+
</CLASSES>
36+
<JAVADOC />
37+
<SOURCES />
38+
</library>
39+
</orderEntry>
40+
<orderEntry type="module-library" exported="">
41+
<library name="ant.jar">
42+
<CLASSES>
43+
<root url="jar://$MODULE_DIR$/lib/ant.jar!/" />
44+
</CLASSES>
45+
<JAVADOC />
46+
<SOURCES />
47+
</library>
48+
</orderEntry>
49+
<orderEntry type="module-library" exported="">
50+
<library name="ant-launcher.jar">
51+
<CLASSES>
52+
<root url="jar://$MODULE_DIR$/lib/ant-launcher.jar!/" />
53+
</CLASSES>
54+
<JAVADOC />
55+
<SOURCES />
56+
</library>
57+
</orderEntry>
58+
<orderEntry type="module" module-name="processing4-core" />
59+
</component>
60+
</module>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager">
4+
<output url="file://$MODULE_DIR$/bin" />
5+
<exclude-output />
6+
<content url="file://$MODULE_DIR$">
7+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
8+
</content>
9+
<orderEntry type="inheritedJdk" />
10+
<orderEntry type="sourceFolder" forTests="false" />
11+
<orderEntry type="module" module-name="processing4-app" />
12+
</component>
13+
</module>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="EclipseModuleManager">
4+
<libelement value="jar://$MODULE_DIR$/tool/jai_imageio.jar!/" />
5+
<src_description expected_position="0">
6+
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
7+
</src_description>
8+
</component>
9+
<component name="NewModuleRootManager">
10+
<output url="file://$MODULE_DIR$/bin" />
11+
<exclude-output />
12+
<content url="file://$MODULE_DIR$">
13+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
14+
</content>
15+
<orderEntry type="sourceFolder" forTests="false" />
16+
<orderEntry type="inheritedJdk" />
17+
<orderEntry type="module" module-name="processing4-app" />
18+
<orderEntry type="module-library">
19+
<library name="jai_imageio.jar">
20+
<CLASSES>
21+
<root url="jar://$MODULE_DIR$/tool/jai_imageio.jar!/" />
22+
</CLASSES>
23+
<JAVADOC />
24+
<SOURCES />
25+
</library>
26+
</orderEntry>
27+
</component>
28+
</module>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="EclipseModuleManager">
4+
<libelement value="jar://$MODULE_DIR$/tool/ThemeEngine.jar!/" />
5+
<src_description expected_position="1">
6+
<src_folder value="file://$MODULE_DIR$/src" expected_position="1" />
7+
</src_description>
8+
</component>
9+
<component name="NewModuleRootManager">
10+
<output url="file://$MODULE_DIR$/bin" />
11+
<exclude-output />
12+
<content url="file://$MODULE_DIR$">
13+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
14+
</content>
15+
<orderEntry type="inheritedJdk" />
16+
<orderEntry type="sourceFolder" forTests="false" />
17+
<orderEntry type="module" module-name="processing4-app" />
18+
<orderEntry type="module-library">
19+
<library>
20+
<CLASSES>
21+
<root url="file://$MODULE_DIR$/../../../../java/libraries/javafx/library/macosx/modules" />
22+
</CLASSES>
23+
<JAVADOC />
24+
<SOURCES />
25+
<jarDirectory url="file://$MODULE_DIR$/../../../../java/libraries/javafx/library/macosx/modules" recursive="false" />
26+
</library>
27+
</orderEntry>
28+
</component>
29+
</module>

core/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
bin
22
bin-test
3-
.idea
43

54
/library/gluegen-rt*.jar
65
/library/jogl-all*.jar

core/.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/.idea/ant.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/.idea/modules.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)