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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]