Skip to content

Commit 22ed6cd

Browse files
committedMay 31, 2009
Importing Processing rev. 5503 (1.0.3).
1 parent 4098262 commit 22ed6cd

File tree

767 files changed

+341874
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

767 files changed

+341874
-0
lines changed
 

‎.classpath

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry excluding="processing/app/tools/format/|processing/app/tools/format/src/|processing/app/Trace.java|processing/app/RunnerClassLoader.java" kind="src" path="app/src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry combineaccessrules="false" kind="src" path="/core"/>
6+
<classpathentry kind="lib" path="build/shared/lib/antlr.jar"/>
7+
<classpathentry kind="lib" path="build/shared/lib/registry.jar"/>
8+
<classpathentry kind="lib" path="build/shared/lib/apple.jar"/>
9+
<classpathentry kind="output" path="app/bin"/>
10+
</classpath>

‎.project

+17
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-head</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)
Please sign in to comment.