Skip to content

Commit

Permalink
Adapt to joal.jar location in ${joal.build}/jar/joal.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Jan 25, 2014
1 parent f23e0ce commit 557e427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/build.xml
Expand Up @@ -96,7 +96,7 @@
<property name="gluegen-rt.jar" value="${gluegen.build}/gluegen-rt.jar" />
<property name="jogl-all.jar" value="${jogl.build}/jar/jogl-all.jar" />
<property name="jogl-cg.jar" value="${jogl.build}/jar/atomic/jogl-cg.jar" />
<property name="joal.jar" value="${joal.build}/joal.jar" />
<property name="joal.jar" value="${joal.build}/jar/joal.jar" />
<property name="simple-xml.jar" value="${project.root}/lib/simple-xml-1.1.1.jar" />
<property name="classes" value="${build}/classes" />
<property name="src" value="${project.root}/src" />
Expand Down

0 comments on commit 557e427

Please sign in to comment.