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 14:27:48 UTC

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

Author: saminda
Date: Thu Jun  1 05:27:48 2006
New Revision: 410856

URL: http://svn.apache.org/viewvc?rev=410856&view=rev
Log:
more updates 

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=410856&r1=410855&r2=410856&view=diff
==============================================================================
--- incubator/synapse/branches/M2/maven.xml (original)
+++ incubator/synapse/branches/M2/maven.xml Thu Jun  1 05:27:48 2006
@@ -365,9 +365,12 @@
         <ant:mkdir dir="target/temp1/"/>
         <ant:mkdir dir="target/temp1/META-INF/"/>
         <ant:copy todir="target/temp1/META-INF/">
-            <ant:fileset file="NOTICE-JAR.txt"/>
             <ant:fileset file="LICENSE.txt"/>
         </ant:copy>
+
+        <ant:copy file="NOTICE-JAR.txt"
+                  tofile="target/temp1/META-INF/NOTICE.txt"/>
+
         <ant:copy todir="target/temp1/">
             <ant:fileset dir="modules/core/target/classes">
                 <ant:include name="**"/>
@@ -672,6 +675,7 @@
                 <ant:exclude name="**/*.log"/>
                 <ant:exclude name=".*"/>
                 <ant:exclude name="**/*.license"/>
+                <ant:exclude name="**/NOTICE-JAR.txt"/>
             </ant:fileset>
         </ant:copy>
 

Modified: incubator/synapse/branches/M2/modules/extensions/maven.xml
URL: http://svn.apache.org/viewvc/incubator/synapse/branches/M2/modules/extensions/maven.xml?rev=410856&r1=410855&r2=410856&view=diff
==============================================================================
--- incubator/synapse/branches/M2/modules/extensions/maven.xml (original)
+++ incubator/synapse/branches/M2/modules/extensions/maven.xml Thu Jun  1 05:27:48 2006
@@ -43,21 +43,26 @@
             <ant:fileset dir="src/META-INF">
                 <ant:include name="**/**"/>
             </ant:fileset>
-            <ant:fileset file="../../NOTICE-JAR.txt"/>
             <ant:fileset file="../../LICENSE.txt"/>
 
         </ant:copy>
+        <ant:copy file="../../NOTICE-JAR.txt"
+                  tofile="src/META-INF/NOTICE.txt"/>
 
-				<manifest file="MANIFEST.MF">
-			    <attribute name="Extension-Name" value="org.apache.synapse"/>
-			    <attribute name="Specification-Title" value="${pom.artifactId}"/>
-			    <attribute name="Specification-Vendor" value="Apache Software Foundation"/>
-					<attribute name="Specification-Version" value="${pom.currentVersion}"/>
-			    <attribute name="Implementation-Title" value="Apache Synapse"/>
-			    <attribute name="Implementation-Vendor-Id" value="org.apache"/>
-		      <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
-		      <attribute name="Implementation-Version" value="${pom.currentVersion}"/>
-			  </manifest>
+        <manifest file="MANIFEST.MF">
+            <attribute name="Extension-Name" value="org.apache.synapse"/>
+            <attribute name="Specification-Title" value="${pom.artifactId}"/>
+            <attribute name="Specification-Vendor"
+                       value="Apache Software Foundation"/>
+            <attribute name="Specification-Version"
+                       value="${pom.currentVersion}"/>
+            <attribute name="Implementation-Title" value="Apache Synapse"/>
+            <attribute name="Implementation-Vendor-Id" value="org.apache"/>
+            <attribute name="Implementation-Vendor"
+                       value="Apache Software Foundation"/>
+            <attribute name="Implementation-Version"
+                       value="${pom.currentVersion}"/>
+        </manifest>
 
         <jar jarfile="target/dist/extension_mediators.jar"
              basedir="${extensions.dir}" manifest="MANIFEST.MF">



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