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:12:28 UTC

svn commit: r410853 - /incubator/synapse/branches/M2/maven.xml

Author: saminda
Date: Thu Jun  1 05:12:28 2006
New Revision: 410853

URL: http://svn.apache.org/viewvc?rev=410853&view=rev
Log:
deleting the genereted MANIFEST.MF file

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

Modified: incubator/synapse/branches/M2/maven.xml
URL: http://svn.apache.org/viewvc/incubator/synapse/branches/M2/maven.xml?rev=410853&r1=410852&r2=410853&view=diff
==============================================================================
--- incubator/synapse/branches/M2/maven.xml (original)
+++ incubator/synapse/branches/M2/maven.xml Thu Jun  1 05:12:28 2006
@@ -297,10 +297,12 @@
         <ant:delete dir="target"/>
         <ant:delete dir="etc/target"/>
         <ant:echo>+----------------------------------------</ant:echo>
-        <ant:echo>| Cleaning: logs</ant:echo>
+        <ant:echo>| Cleaning: logs and MANIFEST.MF </ant:echo>
         <ant:echo>+----------------------------------------</ant:echo>
         <ant:delete file="modules/extensions/synapse.log"/>
         <ant:delete file="modules/core/synapse.log"/>
+        <ant:delete file="MANIFEST.MF"/>
+        <ant:delete file="modules/extensions/MANIFEST.MF"/>
     </goal>
 
     <goal name="clean">



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