Skip to content

Commit

Permalink
Fixed problem when compiler optimized a hackiskh method out of exista…
Browse files Browse the repository at this point in the history
…nce.
  • Loading branch information
Pierre-Luc Paour committed Nov 5, 2003
1 parent a10213d commit d6a69ab
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions build.xml
Expand Up @@ -64,7 +64,11 @@

<jar destfile="GalleryRemote.jar">
<fileset dir="${build}" />
<fileset dir="." includes="*.properties" />
<fileset dir="." includes="*.properties" excludes="postchangelog.properties" />
<manifest>
<attribute name="Built-By" value="${user.name}"/>
<attribute name="Main-Class" value="com.gallery.GalleryRemote.GalleryRemote"/>
</manifest>
</jar>
</target>

Expand Down Expand Up @@ -140,13 +144,15 @@

<delete dir="Gallery Remote.app" />

<loadproperties srcfile="defaults.properties" />

<jarbundler dir="."
name="Gallery Remote"
mainclass="com.gallery.GalleryRemote.GalleryRemote"
icon="rar_icon_128_gr1.icns"
jars="./GalleryRemote.jar ${lib}/JSX1.0.7.4.jar ${lib}/metadata-extractor-2.1.jar ./img.jar"
version="1.1"
infostring="Gallery Remote 1.1, (c) 2003"
version="${version}"
infostring="Gallery Remote ${version}, (c) 2003"
aboutmenuname="Gallery Remote"
jvmversion="1.3+"
smalltabs="true"
Expand Down

0 comments on commit d6a69ab

Please sign in to comment.