Skip to content

Commit c0a1271

Browse files
author
Stephen Colebourne
committed
Fix manifest for v1.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@293171 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2a6e597 commit c0a1271

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</copy>
9393
</target>
9494
<target name="jar" description="o Create the jar" depends="compile,test">
95-
<jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
95+
<jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}" manifest="${basedir}/src/conf/MANIFEST.MF">
9696
</jar>
9797
</target>
9898
<target name="clean" description="o Clean up the generated directories">

src/conf/MANIFEST.MF

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Extension-Name: @package@
1+
Extension-Name: commons-io
2+
Specification-Title: Commons IO
23
Specification-Vendor: Apache Software Foundation
3-
Specification-Version: 1.0
4+
Specification-Version: 1.1
5+
Implementation-Title: org.apache.commons.io
46
Implementation-Vendor: Apache Software Foundation
5-
Implementation-Version: @version@
7+
Implementation-Version: 1.1

0 commit comments

Comments
 (0)