You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2005/10/02 23:33:51 UTC

svn commit: r293171 - in /jakarta/commons/proper/io/trunk: build.xml src/conf/MANIFEST.MF

Author: scolebourne
Date: Sun Oct  2 14:33:48 2005
New Revision: 293171

URL: http://svn.apache.org/viewcvs?rev=293171&view=rev
Log:
Fix manifest for v1.1

Modified:
    jakarta/commons/proper/io/trunk/build.xml
    jakarta/commons/proper/io/trunk/src/conf/MANIFEST.MF

Modified: jakarta/commons/proper/io/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/build.xml?rev=293171&r1=293170&r2=293171&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/build.xml (original)
+++ jakarta/commons/proper/io/trunk/build.xml Sun Oct  2 14:33:48 2005
@@ -92,7 +92,7 @@
     </copy>
   </target>
   <target name="jar" description="o Create the jar" depends="compile,test">
-    <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
+    <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}" manifest="${basedir}/src/conf/MANIFEST.MF">
     </jar>
   </target>
   <target name="clean" description="o Clean up the generated directories">

Modified: jakarta/commons/proper/io/trunk/src/conf/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/conf/MANIFEST.MF?rev=293171&r1=293170&r2=293171&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/src/conf/MANIFEST.MF (original)
+++ jakarta/commons/proper/io/trunk/src/conf/MANIFEST.MF Sun Oct  2 14:33:48 2005
@@ -1,5 +1,7 @@
-Extension-Name: @package@
+Extension-Name: commons-io
+Specification-Title: Commons IO
 Specification-Vendor: Apache Software Foundation
-Specification-Version: 1.0
+Specification-Version: 1.1
+Implementation-Title: org.apache.commons.io
 Implementation-Vendor: Apache Software Foundation
-Implementation-Version: @version@
+Implementation-Version: 1.1



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org