Skip to content

Commit 29af746

Browse files
author
Niall Kegan Pemberton
committed
Minor build corrections:
- add the NOTICE file to the jar - correct manifest version to 1.1 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/cli-1.0.x@546609 13f79535-47bb-0310-9956-ffa450edef68
1 parent a478f9d commit 29af746

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

project.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<name>Commons Dev List</name>
6262
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
6363
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
64-
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
64+
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
6565
</mailingList>
6666
<mailingList>
6767
<name>Commons User List</name>
6868
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
6969
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
70-
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
70+
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
7171
</mailingList>
7272
</mailingLists>
7373

@@ -171,6 +171,15 @@
171171
<include>**/*Test.java</include>
172172
</includes>
173173
</unitTest>
174+
<resources>
175+
<resource>
176+
<directory>${basedir}</directory>
177+
<targetPath>META-INF</targetPath>
178+
<includes>
179+
<include>NOTICE.txt</include>
180+
</includes>
181+
</resource>
182+
</resources>
174183
</build>
175184

176185
<reports>

src/conf/MANIFEST.MF

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Implementation-Title: Jakarta Commons CLI
2-
3-
Name: org/apache/commons/cli/
4-
Specification-Title: Jakarta Commons CLI
5-
Specification-Vendor: Apache Software Foundation
6-
Specification-Version: 1.0
1+
Implementation-Title: Jakarta Commons CLI
2+
Specification-Title: Jakarta Commons CLI
3+
Specification-Vendor: Apache Software Foundation
4+
Specification-Version: 1.1

0 commit comments

Comments
 (0)