Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 240f3a4ab6b340d94e272506d0c030b9 > files > 4

buoy-1.9-2.mga3.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">