Skip to content

Commit

Permalink
Changed build process so that InternalObects are inserted early, to p…
Browse files Browse the repository at this point in the history
…revent Object reference errors.
  • Loading branch information
Jivings committed Apr 11, 2012
1 parent 79c24df commit 45117d9
Show file tree
Hide file tree
Showing 3 changed files with 2,458 additions and 2,457 deletions.
3 changes: 2 additions & 1 deletion Cakefile
Expand Up @@ -5,7 +5,8 @@ util = require 'util'
{spawn, exec} = require 'child_process'

appFiles = [
'src/jvm/JVM.coffee'
'src/jvm/JVM.coffee',
'src/jvm/InternalObjects.coffee'
]
javaFiles = [
]
Expand Down
Binary file modified builds/jvm-latest.tar.bz2
Binary file not shown.

0 comments on commit 45117d9

Please sign in to comment.