comparison build.xml @ 36:aa9ab6cbaa26

Duke has been banished from the dock.
author David Barts <n5jrn@me.com>
date Thu, 30 Apr 2020 23:38:24 -0700
parents bcbc92ffe0d0
children 4fdd2f7e2cec
comparison
equal deleted inserted replaced
35:bcbc92ffe0d0 36:aa9ab6cbaa26
208 <attribute name="Main-Class" value="${app.entry}"/> 208 <attribute name="Main-Class" value="${app.entry}"/>
209 </manifest> 209 </manifest>
210 <zipgroupfileset dir="${lib.home}" includes="*.jar"/> 210 <zipgroupfileset dir="${lib.home}" includes="*.jar"/>
211 <zipfileset src="${work.jar}"/> 211 <zipfileset src="${work.jar}"/>
212 <zipfileset dir="${src.home}" includes="**/*.properties,**/*.dll,**/*.so,**/*.dylib"/> 212 <zipfileset dir="${src.home}" includes="**/*.properties,**/*.dll,**/*.so,**/*.dylib"/>
213 <zipfileset file="${pf.home}/linux/icon_48x48.png"
214 fullpath="name/blackcap/exifwasher/icon_48x48.png"/>
213 </jar> 215 </jar>
214 </target> 216 </target>
215 217
216 <!-- the packaging logic here is cribbed from what jEdit does --> 218 <!-- the packaging logic here is cribbed from what jEdit does -->
217 219