File tree Expand file tree Collapse file tree 8 files changed +0
-6
lines changed Expand file tree Collapse file tree 8 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 33 <classpathentry excluding =" processing/app/tools/format/|processing/app/tools/format/src/|processing/app/Trace.java|processing/app/RunnerClassLoader.java" kind =" src" path =" app/src" />
44 <classpathentry kind =" src" path =" app/test" />
55 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
6- <classpathentry kind =" lib" path =" app/lib/antlr.jar" />
76 <classpathentry kind =" lib" path =" app/lib/apple.jar" />
87 <classpathentry kind =" lib" path =" app/lib/ecj.jar" />
98 <classpathentry kind =" lib" path =" app/test-lib/junit-4.11.jar" />
Original file line number Diff line number Diff line change 33 <classpathentry excluding =" processing/app/tools/format/" kind =" src" path =" src" />
44 <classpathentry kind =" src" path =" test" />
55 <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" />
76 <classpathentry kind =" lib" path =" lib/ecj.jar" />
87 <classpathentry kind =" lib" path =" lib/apple.jar" />
98 <classpathentry kind =" lib" path =" lib/bcpg-jdk15on-152.jar" />
Original file line number Diff line number Diff line change 1313 <classpathentry combineaccessrules =" false" kind =" src" path =" /pdf" />
1414 <classpathentry combineaccessrules =" false" kind =" src" path =" /serial" />
1515 <classpathentry combineaccessrules =" false" kind =" src" path =" /video" />
16- <classpathentry kind =" lib" path =" lib/antlr.jar" />
1716 <classpathentry kind =" lib" path =" lib/ecj.jar" />
1817 <classpathentry kind =" output" path =" bin" />
1918</classpath >
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ rm -rf processing-*
2424mkdir processing
2525cp -r ../shared/lib processing/
2626cp -r ../shared/libraries processing/
27- cp ../../app/lib/antlr.jar processing/lib/
2827cp ../../app/lib/ecj.jar processing/lib/
2928cp ../shared/revisions.txt processing/
3029
Original file line number Diff line number Diff line change 77 <icon >application.ico</icon >
88 <classPath >
99 <mainClass >processing.app.Base</mainClass >
10- <cp >%EXEDIR%/lib/antlr.jar</cp >
1110 <cp >%EXEDIR%/lib/apple.jar</cp >
1211 <cp >%EXEDIR%/lib/arduino-core.jar</cp >
1312 <cp >%EXEDIR%/lib/bcpg-jdk15on-152.jar</cp >
Original file line number Diff line number Diff line change 77 <icon >application.ico</icon >
88 <classPath >
99 <mainClass >processing.app.Base</mainClass >
10- <cp >%EXEDIR%/lib/antlr.jar</cp >
1110 <cp >%EXEDIR%/lib/apple.jar</cp >
1211 <cp >%EXEDIR%/lib/arduino-core.jar</cp >
1312 <cp >%EXEDIR%/lib/bcpg-jdk15on-152.jar</cp >
You can’t perform that action at this time.
0 commit comments