rleland 2003/06/11 11:19:35 Modified: . build.xml Log: Allow contrib/struts-legacy/build.xml to inherit properties, the only effect of this is that the 'target' directory used is the main struts 'target' but that is ok. This way gump might have a change to work. Revision Changes Path 1.107 +1 -1 jakarta-struts/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-struts/build.xml,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- build.xml 11 Jun 2003 17:50:35 -0000 1.106 +++ build.xml 11 Jun 2003 18:19:35 -0000 1.107 @@ -399,7 +399,7 @@ --> <target name="dist.legacy" > <ant antfile="build.xml" dir="contrib/struts-legacy" - inheritAll="false" target="dist"/> + target="dist"/> </target>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]