diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-11 21:16:25 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-11 21:16:25 +0000 |
| commit | f10d62355d3d14829c3921164cbf89e19091c40a (patch) | |
| tree | 7a62a6254f80a769852488e93a0d7d6665c786b0 | |
| parent | Got initial JS execution working (diff) | |
| download | inkscape-f10d62355d3d14829c3921164cbf89e19091c40a.tar.gz inkscape-f10d62355d3d14829c3921164cbf89e19091c40a.zip | |
Add (commented) everything needed to build with java
(bzr r5058)
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ --> <target name="java" depends="init" description="compile java binding classes"> - <javac srcdir="${src}/bind/java" destdir="${build}/java/classes" target="1.5"/> + <javac srcdir="${src}/bind/java" destdir="${build}/java/classes"/> </target> |
