File tree 8 files changed +0
-6
lines changed
8 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 3
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
4
<classpathentry kind =" src" path =" app/test" />
5
5
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
6
- <classpathentry kind =" lib" path =" app/lib/antlr.jar" />
7
6
<classpathentry kind =" lib" path =" app/lib/apple.jar" />
8
7
<classpathentry kind =" lib" path =" app/lib/ecj.jar" />
9
8
<classpathentry kind =" lib" path =" app/test-lib/junit-4.11.jar" />
Original file line number Diff line number Diff line change 3
3
<classpathentry excluding =" processing/app/tools/format/" kind =" src" path =" src" />
4
4
<classpathentry kind =" src" path =" test" />
5
5
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
6
- <classpathentry kind =" lib" path =" lib/antlr.jar" />
7
6
<classpathentry kind =" lib" path =" lib/ecj.jar" />
8
7
<classpathentry kind =" lib" path =" lib/apple.jar" />
9
8
<classpathentry kind =" lib" path =" lib/bcpg-jdk15on-152.jar" />
Original file line number Diff line number Diff line change 13
13
<classpathentry combineaccessrules =" false" kind =" src" path =" /pdf" />
14
14
<classpathentry combineaccessrules =" false" kind =" src" path =" /serial" />
15
15
<classpathentry combineaccessrules =" false" kind =" src" path =" /video" />
16
- <classpathentry kind =" lib" path =" lib/antlr.jar" />
17
16
<classpathentry kind =" lib" path =" lib/ecj.jar" />
18
17
<classpathentry kind =" output" path =" bin" />
19
18
</classpath >
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ rm -rf processing-*
24
24
mkdir processing
25
25
cp -r ../shared/lib processing/
26
26
cp -r ../shared/libraries processing/
27
- cp ../../app/lib/antlr.jar processing/lib/
28
27
cp ../../app/lib/ecj.jar processing/lib/
29
28
cp ../shared/revisions.txt processing/
30
29
Original file line number Diff line number Diff line change 7
7
<icon >application.ico</icon >
8
8
<classPath >
9
9
<mainClass >processing.app.Base</mainClass >
10
- <cp >%EXEDIR%/lib/antlr.jar</cp >
11
10
<cp >%EXEDIR%/lib/apple.jar</cp >
12
11
<cp >%EXEDIR%/lib/arduino-core.jar</cp >
13
12
<cp >%EXEDIR%/lib/bcpg-jdk15on-152.jar</cp >
Original file line number Diff line number Diff line change 7
7
<icon >application.ico</icon >
8
8
<classPath >
9
9
<mainClass >processing.app.Base</mainClass >
10
- <cp >%EXEDIR%/lib/antlr.jar</cp >
11
10
<cp >%EXEDIR%/lib/apple.jar</cp >
12
11
<cp >%EXEDIR%/lib/arduino-core.jar</cp >
13
12
<cp >%EXEDIR%/lib/bcpg-jdk15on-152.jar</cp >
You can’t perform that action at this time.
0 commit comments