Skip to content

Commit

Permalink
Update to Jython 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Feinberg committed Sep 24, 2017
1 parent 08ad4e1 commit 341f88a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-app"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
<classpathentry kind="lib" path="buildtime/lib/jython/jython.jar" sourcepath="/Users/feinberg/jython-processing-mode"/>
<classpathentry kind="lib" path="buildtime/lib/jython/jython.jar" sourcepath="buildtime/lib/jython/jython-src.jar"/>
<classpathentry kind="lib" path="buildtime/lib/java/guava-17.0.jar" sourcepath="buildtime/lib/java/guava-17.0-sources.jar"/>
<classpathentry kind="lib" path="/processing-core/library/jogl-all.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
Expand Down
10 changes: 10 additions & 0 deletions buildtime/lib/jython/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export PROCESSING_PY=~/processing.py
cd /tmp
hg clone http://hg.python.org/jython
cd jython
hg update v2.7.1
hg import --no-commit ~/processing.py/buildtime/lib/jython/jython-patch.diff
ant jar-standalone
cp dist/jython-standalone.jar $(PROCESSING_PY)/buildtime/lib/jython/jython.jar
cd $(PROCESSING_PY)
ant test
Binary file added buildtime/lib/jython/jython-src.jar
Binary file not shown.
Binary file modified buildtime/lib/jython/jython.jar
Binary file not shown.

0 comments on commit 341f88a

Please sign in to comment.