File tree Expand file tree Collapse file tree 11 files changed +7
-8
lines changed
macosx/template.app/Contents Expand file tree Collapse file tree 11 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 88 <classpathentry kind =" lib" path =" app/lib/apple.jar" />
99 <classpathentry kind =" lib" path =" app/lib/ecj.jar" />
1010 <classpathentry kind =" lib" path =" app/lib/jna.jar" />
11- <classpathentry kind =" lib" path =" app/lib/RXTXcomm .jar" />
11+ <classpathentry kind =" lib" path =" app/lib/jssc-2.6.0 .jar" />
1212 <classpathentry kind =" lib" path =" app/test-lib/junit-4.11.jar" />
1313 <classpathentry kind =" lib" path =" app/test-lib/fest-assert-1.2.jar" />
1414 <classpathentry kind =" lib" path =" app/test-lib/fest-reflect-1.2.jar" />
Original file line number Diff line number Diff line change 77 <classpathentry kind =" lib" path =" lib/ecj.jar" />
88 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing-core" />
99 <classpathentry kind =" lib" path =" lib/apple.jar" />
10- <classpathentry kind =" lib" path =" lib/RXTXcomm .jar" />
10+ <classpathentry kind =" lib" path =" lib/jssc-2.6.0 .jar" />
1111 <classpathentry kind =" output" path =" bin" />
1212</classpath >
Original file line number Diff line number Diff line change 1010<listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" standalone=" no" ?> < runtimeClasspathEntry containerPath=" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-6-openjdk-amd64" javaProject=" processing" path=" 1" type=" 4" /> " />
1111<listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" standalone=" no" ?> < runtimeClasspathEntry internalArchive=" /processing/lib/ecj.jar" path=" 3" type=" 2" /> " />
1212<listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" standalone=" no" ?> < runtimeClasspathEntry internalArchive=" /processing/lib/jna.jar" path=" 3" type=" 2" /> " />
13- <listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" standalone=" no" ?> < runtimeClasspathEntry internalArchive=" /processing/lib/RXTXcomm .jar" path=" 3" type=" 2" /> " />
13+ <listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" standalone=" no" ?> < runtimeClasspathEntry internalArchive=" /processing/lib/jssc-2.6.0 .jar" path=" 3" type=" 2" /> " />
1414<listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" standalone=" no" ?> < runtimeClasspathEntry path=" 3" projectName=" processing-core" type=" 1" /> " />
1515<listEntry value =" < ?xml version=" 1.0" encoding=" UTF-8" standalone=" no" ?> < runtimeClasspathEntry id=" org.eclipse.jdt.launching.classpathentry.defaultClasspath"> < memento exportedEntriesOnly=" false" project=" processing" /> < /runtimeClasspathEntry> " />
1616</listAttribute >
Original file line number Diff line number Diff line change 4646 <include name =" app/lib/jmdns-3.4.1.jar" />
4747 <include name =" app/lib/jna.jar" />
4848 <include name =" app/lib/jsch-0.1.50.jar" />
49- <include name =" app/lib/RXTXcomm .jar" />
49+ <include name =" app/lib/jssc-2.6.0 .jar" />
5050 <include name =" app/lib/ant.jar" />
5151 <include name =" app/lib/ant-launcher.jar" />
5252 </fileset >
500500
501501 <target name =" linux64-build" depends =" linux-build" description =" Build linux (64-bit) version" >
502502 <copy tofile =" linux/work/hardware/tools/avrdude" file =" linux/dist/tools/avrdude64" overwrite =" true" />
503- <copy tofile =" linux/work/lib/librxtxSerial.so" file =" linux/dist/lib/librxtxSerial64.so" overwrite =" true" />
504503
505504 <chmod perm =" 755" file =" linux/work/hardware/tools/avrdude" />
506505
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ javadoc -public -notimestamp -d core \
99# setting this up right, so if anyone knows how to do it without specifying
1010# all the directories like this, please let us know.
1111javadoc -public -notimestamp -d everything \
12- -classpath ../../app/lib/antlr.jar:../../app/lib/jna.jar:../../serial/library/RXTXcomm .jar:../../opengl/library/jogl.jar:../../pdf/library/itext.jar:../../app/lib/ecj.jar \
12+ -classpath ../../app/lib/antlr.jar:../../app/lib/jna.jar:../../serial/library/jssc-2.6.0 .jar:../../opengl/library/jogl.jar:../../pdf/library/itext.jar:../../app/lib/ecj.jar \
1313 ../../core/src/processing/core/* .java \
1414 ../../core/src/processing/xml/* .java \
1515 ../../app/src/antlr/* .java \
Original file line number Diff line number Diff line change 7676 <!-- In 0149, removed /System/Library/Java from the CLASSPATH because
7777 it can cause problems if users have installed weird files there.
7878 http://dev.processing.org/bugs/show_bug.cgi?id=1045 -->
79- <string >$JAVAROOT/pde.jar:$JAVAROOT/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/ecj.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:$JAVAROOT/RXTXcomm .jar:$JAVAROOT/commons-codec-1.7.jar:$JAVAROOT/commons-exec-1.1.jar:$JAVAROOT/commons-httpclient-3.1.jar:$JAVAROOT/commons-logging-1.0.4.jar:$JAVAROOT/jmdns-3.4.1.jar:$JAVAROOT/jsch-0.1.50.jar </string >
79+ <string >$JAVAROOT/pde.jar:$JAVAROOT/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/ecj.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:$JAVAROOT/jssc-2.6.0 .jar:$JAVAROOT/commons-codec-1.7.jar:$JAVAROOT/commons-exec-1.1.jar:$JAVAROOT/commons-httpclient-3.1.jar:$JAVAROOT/commons-logging-1.0.4.jar:$JAVAROOT/jmdns-3.4.1.jar:$JAVAROOT/jsch-0.1.50.jar </string >
8080
8181 <key >JVMArchs </key >
8282 <array >
You can’t perform that action at this time.
0 commit comments