Author: martinc Date: Tue Dec 21 22:08:58 2004 New Revision: 123053 URL: http://svn.apache.org/viewcvs?view=rev&rev=123053 Log: Ensure that the nightly build still works, now that the Chain code is in the mainstream (assuming that I'm right about what properties it depends on). The revamped build isn't ready yet. Modified: struts/core/trunk/build.xml
Modified: struts/core/trunk/build.xml Url: http://svn.apache.org/viewcvs/struts/core/trunk/build.xml?view=diff&rev=123053&p1=struts/core/trunk/build.xml&r1=123052&p2=struts/core/trunk/build.xml&r2=123053 ============================================================================== --- struts/core/trunk/build.xml (original) +++ struts/core/trunk/build.xml Tue Dec 21 22:08:58 2004 @@ -203,6 +203,7 @@ <!-- Compilation Classpath --> <path id="compile.classpath"> <pathelement location="${commons-beanutils.jar}"/> + <pathelement location="${commons-chain.jar}"/> <pathelement location="${commons-digester.jar}"/> <pathelement location="${commons-fileupload.jar}"/> <pathelement location="${commons-logging.jar}"/> @@ -265,6 +266,8 @@ </copy> <copy file="${commons-beanutils.jar}" tofile="${build.home}/library/commons-beanutils.jar"/> + <copy file="${commons-chain.jar}" + tofile="${build.home}/library/commons-chain.jar"/> <copy file="${commons-digester.jar}" tofile="${build.home}/library/commons-digester.jar"/> <copy file="${commons-fileupload.jar}" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
