Skip to content

Commit a2fb764

Browse files
committed
moving around build folders to make easier to run core and libs from eclipse
1 parent 5e5a1be commit a2fb764

24 files changed

Lines changed: 25853 additions & 25822 deletions

File tree

.classpath

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="src" path="core/src"/>
5+
<classpathentry kind="src" path="dxf/src"/>
6+
<classpathentry kind="src" path="opengl/src"/>
7+
<classpathentry kind="lib" path="opengl/library/jogl.jar"/>
8+
<classpathentry kind="src" path="net/src"/>
9+
<classpathentry kind="src" path="pdf/src"/>
10+
<classpathentry kind="lib" path="pdf/library/itext.jar"/>
11+
<classpathentry kind="src" path="serial/src"/>
12+
<classpathentry kind="lib" path="serial/library/RXTXcomm.jar"/>
13+
<classpathentry kind="output" path="bin"/>
14+
</classpath>

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>processing-orig</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

0 commit comments

Comments
 (0)