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

svn commit: r1048961 - in /synapse/branches/2.0/modules/patches: jars/httpcore-nio-4.0-patch-httpcore-193.jar jars/patches.txt src/main/assembly/jars.xml

Author: ruwan
Date: Tue Dec 14 07:05:01 2010
New Revision: 1048961

URL: http://svn.apache.org/viewvc?rev=1048961&view=rev
Log:
removing the httpcore patch, and adding a text file as assembly throws an error if there are no files to be copied in the fileset

Added:
    synapse/branches/2.0/modules/patches/jars/patches.txt
Removed:
    synapse/branches/2.0/modules/patches/jars/httpcore-nio-4.0-patch-httpcore-193.jar
Modified:
    synapse/branches/2.0/modules/patches/src/main/assembly/jars.xml

Added: synapse/branches/2.0/modules/patches/jars/patches.txt
URL: http://svn.apache.org/viewvc/synapse/branches/2.0/modules/patches/jars/patches.txt?rev=1048961&view=auto
==============================================================================
--- synapse/branches/2.0/modules/patches/jars/patches.txt (added)
+++ synapse/branches/2.0/modules/patches/jars/patches.txt Tue Dec 14 07:05:01 2010
@@ -0,0 +1,4 @@
+This directory contains all the patches for Synapse. Synapse can be patched by putting a new or
+patched version of any jar file which is there on the distribution lib directory without
+removing/replacing the existing jars, so that you can easily revert the patching by removing the
+patched jar files on this directory.
\ No newline at end of file

Modified: synapse/branches/2.0/modules/patches/src/main/assembly/jars.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.0/modules/patches/src/main/assembly/jars.xml?rev=1048961&r1=1048960&r2=1048961&view=diff
==============================================================================
--- synapse/branches/2.0/modules/patches/src/main/assembly/jars.xml (original)
+++ synapse/branches/2.0/modules/patches/src/main/assembly/jars.xml Tue Dec 14 07:05:01 2010
@@ -29,6 +29,7 @@
             <outputDirectory>/</outputDirectory>
             <includes>
                 <include>*.jar</include>
+                <include>patches.txt</include>
             </includes>
         </fileSet>
     </fileSets>