You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/01/15 21:56:57 UTC

svn commit: r496488 - /incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml

Author: antelder
Date: Mon Jan 15 12:56:56 2007
New Revision: 496488

URL: http://svn.apache.org/viewvc?view=rev&rev=496488
Log:
Fix standalone assembly to use base artifact name instead of timestamp name to match the launcher.jar manifest

Modified:
    incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml

Modified: incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml?view=diff&rev=496488&r1=496487&r2=496488
==============================================================================
--- incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml (original)
+++ incubator/tuscany/java/sca/runtime/standalone/assembly/standalone.xml Mon Jan 15 12:56:56 2007
@@ -71,6 +71,7 @@
                 <include>javax.servlet:servlet-api</include>
             </includes>
             <outputDirectory>lib</outputDirectory>
+            <outputFileNameMapping>${artifactId}-${baseVersion}.${extension}</outputFileNameMapping>
         </dependencySet>
 
         <!-- copy boot dependencies to launcher profile -->



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org