You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ru...@apache.org on 2008/01/17 12:52:08 UTC

svn commit: r612797 - in /webservices/synapse/branches/1.1.1: modules/core/src/main/resources/patches.txt patches/patches.txt src/main/assembly/bin.xml

Author: ruwan
Date: Thu Jan 17 03:51:17 2008
New Revision: 612797

URL: http://svn.apache.org/viewvc?rev=612797&view=rev
Log:
Moving the patches.txt file to the patches folder (more convenient place for that file)

Added:
    webservices/synapse/branches/1.1.1/patches/patches.txt   (with props)
Removed:
    webservices/synapse/branches/1.1.1/modules/core/src/main/resources/patches.txt
Modified:
    webservices/synapse/branches/1.1.1/src/main/assembly/bin.xml

Added: webservices/synapse/branches/1.1.1/patches/patches.txt
URL: http://svn.apache.org/viewvc/webservices/synapse/branches/1.1.1/patches/patches.txt?rev=612797&view=auto
==============================================================================
--- webservices/synapse/branches/1.1.1/patches/patches.txt (added)
+++ webservices/synapse/branches/1.1.1/patches/patches.txt Thu Jan 17 03:51:17 2008
@@ -0,0 +1 @@
+Patch deploy directory

Propchange: webservices/synapse/branches/1.1.1/patches/patches.txt
------------------------------------------------------------------------------
    svn:executable = *

Modified: webservices/synapse/branches/1.1.1/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/branches/1.1.1/src/main/assembly/bin.xml?rev=612797&r1=612796&r2=612797&view=diff
==============================================================================
--- webservices/synapse/branches/1.1.1/src/main/assembly/bin.xml (original)
+++ webservices/synapse/branches/1.1.1/src/main/assembly/bin.xml Thu Jan 17 03:51:17 2008
@@ -233,17 +233,11 @@
             </includes>
         </fileSet>
         <fileSet>
-            <directory>modules/core/src/main/resources</directory>
-            <outputDirectory>synapse-${synapse.version}/lib/patches</outputDirectory>
-            <includes>
-                <include>patches.txt</include>
-            </includes>
-        </fileSet>
-        <fileSet>
             <directory>patches</directory>
             <outputDirectory>synapse-${synapse.version}/lib/patches</outputDirectory>
             <includes>
                 <include>*.jar</include>
+                <include>patches.txt</include>                
             </includes>
         </fileSet>
     </fileSets>



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