You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by sa...@apache.org on 2006/06/01 13:17:58 UTC

svn commit: r410839 - in /incubator/synapse/branches/M2: maven.xml modules/extensions/maven.xml

Author: saminda
Date: Thu Jun  1 04:17:57 2006
New Revision: 410839

URL: http://svn.apache.org/viewvc?rev=410839&view=rev
Log:
added NOTICE.txt and LICENCE.txt to extensions.jar and added maven goal "release". 

Modified:
    incubator/synapse/branches/M2/maven.xml
    incubator/synapse/branches/M2/modules/extensions/maven.xml

Modified: incubator/synapse/branches/M2/maven.xml
URL: http://svn.apache.org/viewvc/incubator/synapse/branches/M2/maven.xml?rev=410839&r1=410838&r2=410839&view=diff
==============================================================================
--- incubator/synapse/branches/M2/maven.xml (original)
+++ incubator/synapse/branches/M2/maven.xml Thu Jun  1 04:17:57 2006
@@ -328,6 +328,8 @@
         <ant:mkdir dir="${target/lib}/endorsed"/>
     </goal>
 
+    <goal name="release" prereqs="dist-src,dist-bin,dist-extensions"/>
+
     <!-- ================================================================ -->
     <!--- Create the Distro -->
     <!-- ================================================================ -->
@@ -383,6 +385,11 @@
                   tofile="${bin.dist.dir}/bin/synapse.bat"/>
         <ant:copy file="README.txt"
                   tofile="${bin.dist.dir}/README.txt"/>
+        <ant:copy file="NOTICE.txt"
+                  tofile="${bin.dist.dir}/NOTICE.txt"/>
+        <ant:copy file="LICENSE.txt"
+                  tofile="${bin.dist.dir}/LICENSE.txt"/>
+
         <ant:copy file="modules/core/conf/log4j.properties"
                   tofile="${bin.dist.dir}/log4j.properties"/>
 

Modified: incubator/synapse/branches/M2/modules/extensions/maven.xml
URL: http://svn.apache.org/viewvc/incubator/synapse/branches/M2/modules/extensions/maven.xml?rev=410839&r1=410838&r2=410839&view=diff
==============================================================================
--- incubator/synapse/branches/M2/modules/extensions/maven.xml (original)
+++ incubator/synapse/branches/M2/modules/extensions/maven.xml Thu Jun  1 04:17:57 2006
@@ -43,6 +43,9 @@
             <ant:fileset dir="src/META-INF">
                 <ant:include name="**/**"/>
             </ant:fileset>
+            <ant:fileset file="../../NOTICE.txt"/>
+            <ant:fileset file="../../LICENSE.txt"/>
+
         </ant:copy>
 
         <jar jarfile="target/dist/extension_mediators.jar"



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