Skip to content

Commit

Permalink
Inclusion of resources package for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Amedeo Paglione committed Sep 25, 2003
1 parent 84ad78d commit 7b45e87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -38,6 +38,9 @@
<copy file="${src}/rar_icon_32.gif" todir="${build}" />
<copy file="${src}/rar_icon_16.gif" todir="${build}" />
<copy file="${src}/com/gallery/GalleryRemote/prefs/panes.properties" todir="${build}/com/gallery/GalleryRemote/prefs" />
<copy todir="${build}/com/gallery/GalleryRemote/resources">
<fileset dir="${src}/com/gallery/GalleryRemote/resources"></fileset>
</copy>
</target>

<target name="run" depends="compile"
Expand Down

0 comments on commit 7b45e87

Please sign in to comment.