Skip to content

Commit

Permalink
add JSON-java to build path
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Aug 14, 2016
1 parent 909d16c commit 8b990b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -27,6 +27,7 @@
<echo message="${ant.project.name}: ${ant.file}"/>
<javac debug="true" debuglevel="${debuglevel}" destdir="classes" includeantruntime="false" source="${source}" target="${target}">
<src path="src"/>
<src path="lib/JSON-java"/>
<classpath refid="mmj2.classpath"/>
</javac>
</target>
Expand Down

0 comments on commit 8b990b8

Please sign in to comment.