Skip to content

Commit

Permalink
fixed log4j path
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 30, 2011
1 parent 6b6ca80 commit dba6679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

<path id="clazzpath">
<fileset dir="lib" includes="*.jar" />
<pathelement location="resources" />
<pathelement location="bin" />
<fileset dir="${xuggle.jar.dir}" includes="xuggle-xuggler.jar">
</fileset>
<fileset dir="${xuggle.jar.dir}" includes="xuggle-xuggler.jar"/>
</path>

<!-- =================================
Expand Down

0 comments on commit dba6679

Please sign in to comment.