Author: azeez Date: Wed Jun 24 23:27:11 2009 New Revision: 39862 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=39862
Log: Fix for XKMS build bug Modified: branches/wsas/java/3.1/product/modules/samples/XKMS/build.xml Modified: branches/wsas/java/3.1/product/modules/samples/XKMS/build.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/XKMS/build.xml?rev=39862&r1=39861&r2=39862&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/XKMS/build.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/XKMS/build.xml Wed Jun 24 23:27:11 2009 @@ -17,6 +17,7 @@ <project default="build-all"> <property name="wso2wsas.home" value="../../"/> + <property name="carbon.home" value="${wso2wsas.home}"/> <property name="lib" value="${wso2wsas.home}/lib"/> <property name="repo.location" value="${wso2wsas.home}/repository"/> <property name="tmp.dir" value="tmp"/> @@ -32,9 +33,6 @@ <path id="build.class.path"> <pathelement path="${java.class.path}"/> - <fileset dir="${appserverhome}/lib/extensions"> - <include name="**/*.jar"/> - </fileset> <fileset dir="${appserverhome}/lib"> <include name="**/*.jar"/> </fileset> @@ -75,4 +73,4 @@ <echo message="Copying the created aar files in to the repository"/> <copy toDir="${repo.location}/services" file="${tmp.dir}/xkms.aar" /> </target> -</project> \ No newline at end of file +</project> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
