Author: keith Date: Thu Jul 17 12:14:52 2008 New Revision: 19435 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19435
Log: Sending error.jsp through the ant filter Modified: trunk/mashup/java/modules/distribution/create-distro-build.xml Modified: trunk/mashup/java/modules/distribution/create-distro-build.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/distribution/create-distro-build.xml?rev=19435&r1=19434&r2=19435&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/create-distro-build.xml (original) +++ trunk/mashup/java/modules/distribution/create-distro-build.xml Thu Jul 17 12:14:52 2008 @@ -154,6 +154,7 @@ <include name="**/*.html"/> <exclude name="about.jsp"/> <exclude name="header.jsp"/> + <exclude name="error.jsp"/> </fileset> </copy> @@ -162,6 +163,7 @@ <fileset dir="../www"> <include name="about.jsp"/> <include name="header.jsp"/> + <include name="error.jsp"/> </fileset> </copy> _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
