Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > a1e3f5bd40bf19307831368fb2a31dc1 > files > 4

buoy-1.9-8.mga6.src.rpm

--- buoy.xml.orig	2007-10-29 03:13:30.000000000 +0100
+++ buoy.xml	2010-02-13 03:50:38.000000000 +0100
@@ -24,8 +24,8 @@
 
   <target name="dist" depends="compile">
     <!-- Copy all necessary files into ${build}, then create the jar file -->
-    <jar jarfile="${dist}/Buoy.jar" basedir="${build}" includes="buoy/**"/>
-    <jar jarfile="${dist}/Buoyx.jar" basedir="${build}" includes="buoyx/**"/>
+    <jar jarfile="${dist}/Buoy.jar" index="true" basedir="${build}" includes="buoy/**"/>
+    <jar jarfile="${dist}/Buoyx.jar" index="true" basedir="${build}" includes="buoyx/**"/>
   </target>
 
   <target name="docs" depends="init">