Author: indika Date: Fri Dec 12 07:18:44 2008 New Revision: 26900 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=26900
Log: add saxon binary Modified: trunk/esb/java/modules/distribution/pom.xml trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=26900&r1=26899&r2=26900&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Fri Dec 12 07:18:44 2008 @@ -172,6 +172,12 @@ <version>1.0.1</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.saxon</artifactId> + <version>8.9</version> + </dependency> + <!-- TODO all other Carbon --> <dependency> Modified: trunk/esb/java/modules/distribution/src/main/assembly/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/bin.xml?rev=26900&r1=26899&r2=26900&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Fri Dec 12 07:18:44 2008 @@ -77,6 +77,7 @@ <include>org.wso2.carbon:org.wso2.carbon.commons.vfs:jar</include> <include>org.wso2.carbon:org.wso2.carbon.httpcore.nio:jar</include> <include>org.wso2.carbon:org.wso2.carbon.quartz:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.saxon:jar</include> <!-- Synapse bundles --> <include>org.apache.synapse:synapse-transports:jar</include> <include>org.apache.synapse:synapse-core:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
