commits@javamail.java.net

[mercurial:117] Fix for incompatible change in latest version of assembly plugin.

From: <shannon_at_kenai.com>
Date: Mon, 9 Feb 2009 19:41:04 +0000 (GMT)

Repository: mercurial
Revision: 117
Author: Bill Shannon <bill.shannon_at_sun.com>
Date: 2009-02-06 03:41:00 UTC

Log Message:
-----------
Fix for incompatible change in latest version of assembly plugin.

Modified Paths:
--------------
    assembly.xml

Diffs:
-----
diff -r cf03464f7ad9 -r f0fc305ed895 assembly.xml
--- a/assembly.xml Thu Feb 05 19:26:34 2009 -0800
+++ b/assembly.xml Thu Feb 05 19:41:00 2009 -0800
@@ -2,7 +2,7 @@
 <!--
     DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
- Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
+ Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
 
     The contents of this file are subject to the terms of either the
GNU
     General Public License Version 2 only ("GPL") or the Common
Development
@@ -50,7 +50,7 @@
                <includeDependencies>false</includeDependencies>
                <unpack>false</unpack>
                <outputFileNameMapping>
- ${artifactId}.${extension}
+ ${module.artifactId}.${module.extension}
                </outputFileNameMapping>
            </binaries>
        </moduleSet>
@@ -69,7 +69,7 @@
                <unpack>false</unpack>
                <outputDirectory>lib</outputDirectory>
                <outputFileNameMapping>
- ${artifactId}.${extension}
+ ${module.artifactId}.${module.extension}
                </outputFileNameMapping>
            </binaries>
        </moduleSet>