Mercurial > cgi-bin > hgweb.cgi > JpegWasher
comparison build.xml @ 52:39895d44a287
Get help working on Linux.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 07 May 2020 09:59:28 -0700 |
parents | fb407182ba76 |
children | d0b83fc1d62a |
comparison
equal
deleted
inserted
replaced
51:d4ccc5ccdc6d | 52:39895d44a287 |
---|---|
175 <manifest> | 175 <manifest> |
176 <attribute name="Main-Class" value="${app.entry}"/> | 176 <attribute name="Main-Class" value="${app.entry}"/> |
177 </manifest> | 177 </manifest> |
178 <zipgroupfileset dir="${lib.home}" includes="*.jar"/> | 178 <zipgroupfileset dir="${lib.home}" includes="*.jar"/> |
179 <zipfileset src="${work.jar}"/> | 179 <zipfileset src="${work.jar}"/> |
180 <zipfileset dir="${src.home}" includes="**/*.properties,**/*.dll,**/*.so,**/*.dylib"/> | 180 <zipfileset dir="${src.home}" includes="**/*.properties,**/*.html,**/*.dll,**/*.so,**/*.dylib"/> |
181 <zipfileset file="${pf.home}/linux/icon_48x48.png" | 181 <zipfileset file="${pf.home}/linux/icon_48x48.png" |
182 fullpath="name/blackcap/exifwasher/icon_48x48.png"/> | 182 fullpath="name/blackcap/exifwasher/icon_48x48.png"/> |
183 </jar> | 183 </jar> |
184 </target> | 184 </target> |
185 | 185 |