You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2006/10/05 10:52:57 UTC

svn commit: r453147 - /incubator/synapse/trunk/java/maven.xml

Author: asankha
Date: Thu Oct  5 01:52:57 2006
New Revision: 453147

URL: http://svn.apache.org/viewvc?view=rev&rev=453147
Log:
include extensions into dist-bin and fix nhttp jar into dist-bin's libs

Modified:
    incubator/synapse/trunk/java/maven.xml

Modified: incubator/synapse/trunk/java/maven.xml
URL: http://svn.apache.org/viewvc/incubator/synapse/trunk/java/maven.xml?view=diff&rev=453147&r1=453146&r2=453147
==============================================================================
--- incubator/synapse/trunk/java/maven.xml (original)
+++ incubator/synapse/trunk/java/maven.xml Thu Oct  5 01:52:57 2006
@@ -358,7 +358,7 @@
     <!-- ================================================================ -->
     <!--- Create the Distro -->
     <!-- ================================================================ -->
-    <goal name="dist-bin" prereqs="init,war,create-jar,dist-nhttp">
+    <goal name="dist-bin" prereqs="init,war,create-jar,dist-nhttp,dist-extensions">
         <ant:echo>+----------------------------------------------</ant:echo>
         <ant:echo>| Creating: Synapse Binary Distribution</ant:echo>
         <ant:echo>+----------------------------------------------</ant:echo>
@@ -430,7 +430,7 @@
             </ant:fileset>
         </ant:copy>
         <ant:copy file="modules/nhttp/target/synapse-nhttp-${pom.currentVersion}.jar"
-                  tofile="${bin.dist.dir}/lib/Apache-Synapse-nhttp-${pom.currentVersion}.zip"/>
+                  tofile="${bin.dist.dir}/lib/${dist.name}-nhttp-${pom.currentVersion}.jar"/>
 
         <ant:copy todir="${bin.dist.dir}/licenses" flatten="true">
             <ant:fileset dir="licenses">



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