webwork build.xml,1.5,1.6

[email protected] Sun, 02 Nov 2003 09:35:01 -0800
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork
In directory sc8-pr-cvs1:/tmp/cvs-serv13116

Modified Files:
	build.xml 
Log Message:
Make sure all jars are copied to dist
add txt suffix to actions.xml in docs so it shows up nicely in all browsers

Index: build.xml
===================================================================
RCS file: /cvsroot/opensymphony/webwork/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- build.xml	2 Nov 2003 03:39:38 -0000	1.5
+++ build.xml	2 Nov 2003 17:34:59 -0000	1.6
@@ -244,7 +244,7 @@
   </target>
 
   <target name="docs" depends="precompile,javadocs">
-    <copy todir="${build.dir}/result/web/docs/" file="${src.dir}/resources/web/WEB-INF/classes/actions.xml"/>
+    <copy todir="${build.dir}/result/web/docs/actions.xml.txt" file="${src.dir}/resources/web/WEB-INF/classes/actions.xml"/>
     <copy todir="${build.dir}/result/web/docs/" file="${src.dir}/etc/actions.dtd"/>
     <copy todir="${build.dir}/result/web/docs/" file="${src.dir}/main/webwork/default.properties"/>
 
@@ -282,7 +282,7 @@
       <fileset dir="${build.dir}/result/web/docs"/>
     </copy>
     <copy todir="${dist.dir}/lib/supporting-jars" flatten="yes" includeemptydirs="false">
-      <fileset dir="${lib.dir}" includes="*.jar,**/view/*.jar" excludes="build/**"/>
+      <fileset dir="${lib.dir}" includes="**/*.jar" excludes="build/**"/>
     </copy>
     <copy todir="${dist.dir}" file="${basedir}/README.txt"/>
   </target>




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/