Author: niallp
Date: Tue Jun 12 12:24:28 2007
New Revision: 546609
URL: http://svn.apache.org/viewvc?view=rev&rev=546609
Log:
Minor build corrections:
- add the NOTICE file to the jar
- correct manifest version to 1.1
Modified:
jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml
jakarta/commons/proper/cli/branches/cli-1.0.x/src/conf/MANIFEST.MF
(contents, props changed)
Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml?view=diff&rev=546609&r1=546608&r2=546609
==============================================================================
--- jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml (original)
+++ jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml Tue Jun 12
12:24:28 2007
@@ -61,13 +61,13 @@
<name>Commons Dev List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL
PROTECTED]</archive>
+
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL
PROTECTED]</archive>
+
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
</mailingList>
</mailingLists>
@@ -171,6 +171,15 @@
<include>**/*Test.java</include>
</includes>
</unitTest>
+ <resources>
+ <resource>
+ <directory>${basedir}</directory>
+ <targetPath>META-INF</targetPath>
+ <includes>
+ <include>NOTICE.txt</include>
+ </includes>
+ </resource>
+ </resources>
</build>
<reports>
Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/src/conf/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/cli/branches/cli-1.0.x/src/conf/MANIFEST.MF?view=diff&rev=546609&r1=546608&r2=546609
==============================================================================
Binary files - no diff available.
Propchange: jakarta/commons/proper/cli/branches/cli-1.0.x/src/conf/MANIFEST.MF
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: jakarta/commons/proper/cli/branches/cli-1.0.x/src/conf/MANIFEST.MF
('svn:mime-type' removed)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]