Author: ruwan
Date: Thu Jan 17 00:43:45 2008
New Revision: 12391
Log:
Fixing the patches model to work automated to the build and adding a patch to
the AxisService class in axis2-1.3 to solve a schema generation problem in
generating the service using WSDL (WSDL11ToAxisServiceBuilder.populateService)
Added:
branches/esb/java/1.6/esb/java/modules/core/src/main/resources/patches.txt
(contents, props changed)
branches/esb/java/1.6/esb/java/patches/
branches/esb/java/1.6/esb/java/patches/AxisService-patch.jar (contents,
props changed)
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/assembly/bin.xml
Added:
branches/esb/java/1.6/esb/java/modules/core/src/main/resources/patches.txt
==============================================================================
--- (empty file)
+++ branches/esb/java/1.6/esb/java/modules/core/src/main/resources/patches.txt
Thu Jan 17 00:43:45 2008
@@ -0,0 +1 @@
+Patch deploy directory
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/assembly/bin.xml
==============================================================================
---
branches/esb/java/1.6/esb/java/modules/distribution/src/main/assembly/bin.xml
(original)
+++
branches/esb/java/1.6/esb/java/modules/distribution/src/main/assembly/bin.xml
Thu Jan 17 00:43:45 2008
@@ -127,6 +127,20 @@
<include>libwrapper-solaris-x86-32.so</include>
</includes>
</fileSet>
+ <fileSet>
+ <directory>../../modules/core/src/main/resources</directory>
+
<outputDirectory>wso2esb-${wso2.esb.version}/webapp/WEB-INF/lib/patches</outputDirectory>
+ <includes>
+ <include>patches.txt</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>../../patches</directory>
+
<outputDirectory>wso2esb-${wso2.esb.version}/webapp/WEB-INF/lib/patches</outputDirectory>
+ <includes>
+ <include>*.jar</include>
+ </includes>
+ </fileSet>
<fileSet>
<directory>../../registry</directory>
Added: branches/esb/java/1.6/esb/java/patches/AxisService-patch.jar
==============================================================================
Binary file. No diff available.
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev