Mercurial > cgi-bin > hgweb.cgi > JpegWasher
changeset 43:8aada13933c6
exif -> jpeg
author | davidb |
---|---|
date | Sat, 02 May 2020 10:48:17 -0700 |
parents | 4076f1bbf21d |
children | 6999afa6fff3 |
files | build.xml package-files/windows/exifwasher_l4j.xml package-files/windows/jpegwasher_l4j.xml |
diffstat | 3 files changed, 30 insertions(+), 30 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml Sat May 02 10:38:33 2020 -0700 +++ b/build.xml Sat May 02 10:48:17 2020 -0700 @@ -272,7 +272,7 @@ </taskdef> <l4jversion value="${app.version}" target="l4j.version"/> <copy todir="${dist.home}/" encoding="UTF-8" overwrite="true"> - <fileset file="${pf.home}/windows/exifwasher_l4j.xml"/> + <fileset file="${pf.home}/windows/jpegwasher_l4j.xml"/> <filterset> <filter token="app.copyright" value="${app.copyright}"/> <filter token="app.entry" value="${app.entry}"/> @@ -285,7 +285,7 @@ <filter token="target.java.version" value="${jvm.version}"/> </filterset> </copy> - <launch4j:create configFile="${dist.home}/exifwasher_l4j.xml"/> + <launch4j:create configFile="${dist.home}/jpegwasher_l4j.xml"/> </sequential> </target>
--- a/package-files/windows/exifwasher_l4j.xml Sat May 02 10:38:33 2020 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<launch4jConfig> - <headerType>gui</headerType> - <outfile>@dist.home@/@app.name@.exe</outfile> - <jar>@jar.filename@</jar> - <errTitle>@app.name@</errTitle> - <stayAlive>true</stayAlive> - <icon>@base.dir@/@app.name@.ico</icon> - <classPath> - <mainClass>@app.entry@</mainClass> - </classPath> - <jre> - <minVersion>@target.java.version@.0</minVersion> - <jdkPreference>preferJdk</jdkPreference> - </jre> - <versionInfo> - <copyright>@app.copyright@</copyright> - <fileDescription>JpegWasher—Privacy for your photos.</fileDescription> - <fileVersion>@l4j.version@</fileVersion> - <internalName>@app.name@</internalName> - <language>ENGLISH_US</language> - <originalFilename>@app.name@.exe</originalFilename> - <productName>@app.name@</productName> - <productVersion>@l4j.version@</productVersion> - <txtFileVersion>@app.version@</txtFileVersion> - <txtProductVersion>@app.version@</txtProductVersion> - </versionInfo> -</launch4jConfig>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/package-files/windows/jpegwasher_l4j.xml Sat May 02 10:48:17 2020 -0700 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<launch4jConfig> + <headerType>gui</headerType> + <outfile>@dist.home@/@app.name@.exe</outfile> + <jar>@jar.filename@</jar> + <errTitle>@app.name@</errTitle> + <stayAlive>true</stayAlive> + <icon>@base.dir@/@app.name@.ico</icon> + <classPath> + <mainClass>@app.entry@</mainClass> + </classPath> + <jre> + <minVersion>@target.java.version@.0</minVersion> + <jdkPreference>preferJdk</jdkPreference> + </jre> + <versionInfo> + <copyright>@app.copyright@</copyright> + <fileDescription>JpegWasher—Privacy for your photos.</fileDescription> + <fileVersion>@l4j.version@</fileVersion> + <internalName>@app.name@</internalName> + <language>ENGLISH_US</language> + <originalFilename>@app.name@.exe</originalFilename> + <productName>@app.name@</productName> + <productVersion>@l4j.version@</productVersion> + <txtFileVersion>@app.version@</txtFileVersion> + <txtProductVersion>@app.version@</txtProductVersion> + </versionInfo> +</launch4jConfig>