Blame SOURCES/rome-0.9-addosgimanifest.patch

497788
diff -up ./build.xml.osgimanifest ./build.xml
497788
--- ./build.xml.osgimanifest	2008-07-25 11:58:58.000000000 -0400
497788
+++ ./build.xml	2008-07-25 11:59:40.000000000 -0400
497788
@@ -68,7 +68,8 @@
497788
   </target>
497788
   
497788
   <target name="jar" description="Create the jar" depends="compile">
497788
-    <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}" />
497788
+      
497788
+	  manifest="MANIFEST.MF" />
497788
   </target>
497788
   
497788
   <target name="clean" description="Clean up the generated directories">