Skip to content

Commit

Permalink
Now correctly building icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Jun 16, 2003
1 parent 8bb96d5 commit 28b171f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -34,6 +34,7 @@
<classpath>
<pathelement location="lib/JSX1.0.7.4.jar"/>
<pathelement path="${build}"/>
<pathelement path="img"/>
</classpath>
</java>
</target>
Expand All @@ -54,6 +55,7 @@
<fileset dir="." includes="GalleryRemote.jar" />
<fileset dir="." includes="ReadMe.html" />
<zipfileset dir="./lib" includes="JSX1.0.7.4.jar" prefix="lib"/>
<zipfileset dir="./img" includes="*" prefix="img"/>
</zip>
</target>

Expand Down

0 comments on commit 28b171f

Please sign in to comment.