bloritsch 2003/02/20 08:14:34 Modified: . build.xml Log: fix the docs build for the distributions Revision Changes Path 1.172 +2 -2 avalon/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon/build.xml,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- build.xml 20 Feb 2003 15:56:36 -0000 1.171 +++ build.xml 20 Feb 2003 16:14:33 -0000 1.172 @@ -113,7 +113,7 @@ <!-- Set up properties --> <target name="setup-properties" depends="setup-dependencies"> - <property name="dist.dir" value="${dist.base}/${dist.name}"/> + <property name="dist.dir" value="${dist.name}"/> <property name="dist.bin" value="${dist.dir}/bin"/> <property name="dist.apps" value="${dist.dir}/apps"/> <property name="dist.lib" value="${dist.dir}/lib"/> @@ -474,7 +474,7 @@ <mkdir dir="${dist.javadocs}"/> <copy todir="${dist.docs}"> - <fileset dir="${docs.dir}"/> + <fileset dir="${target.docs}"/> </copy> <copy todir="${dist.dir}">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]