hammant 2003/02/08 09:08:15 Modified: . Tag: RELEASE_402-branch build.xml Log: beanshell moved to kernel-impl classloader. Revision Changes Path No revision No revision 1.164.2.13 +2 -2 avalon-phoenix/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-phoenix/build.xml,v retrieving revision 1.164.2.12 retrieving revision 1.164.2.13 diff -u -r1.164.2.12 -r1.164.2.13 --- build.xml 8 Feb 2003 16:58:11 -0000 1.164.2.12 +++ build.xml 8 Feb 2003 17:08:15 -0000 1.164.2.13 @@ -336,8 +336,8 @@ <!-- Copy BeanShell jars --> <target name="dist-beanshell" description="Copies Beanshell jars" if="beanshell.jars"> - <copy file="${build.lib}/phoenix-bsh-commands.jar" todir="${bin.dist.lib}"/> - <copy todir="${bin.dist.lib}/"> + <copy file="${build.lib}/phoenix-bsh-commands.jar" todir="${bin.dist.bin}/lib"/> + <copy todir="${bin.dist.bin}/lib/"> <fileset dir="${lib.dir}"> <include name="bsh-*"/> </fileset>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]