mcconnell 2002/12/10 17:22:35 Modified: assembly build.xml assembly/src/etc demo.mf Log: Updated to handle consitent creation of BLOCK-INF jar directory. Revision Changes Path 1.7 +8 -0 avalon-sandbox/assembly/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-sandbox/assembly/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- build.xml 7 Dec 2002 14:00:53 -0000 1.6 +++ build.xml 11 Dec 2002 01:22:35 -0000 1.7 @@ -310,6 +310,7 @@ <target name="compile-playground" depends="jar" description="Compiles demo sources."> <mkdir dir="${build.playground}"/> + <mkdir dir="${build.conf}"/> <!-- Compile all test classes. --> <javac srcdir="${test.dir}" @@ -330,6 +331,10 @@ </fileset> </copy> + <copy todir="${build.conf}" flatten="true"> + <fileset dir="${test.dir}/config" includes="block.xml"/> + </copy> + </target> @@ -342,6 +347,9 @@ <include name="**/playground/**"/> <zipfileset dir="${build.conf}" prefix="META-INF/"> <include name="LICENSE.txt"/> + </zipfileset> + <zipfileset dir="${build.conf}" prefix="BLOCK-INF/"> + <include name="block.xml"/> </zipfileset> </jar> </target> 1.4 +1 -1 avalon-sandbox/assembly/src/etc/demo.mf Index: demo.mf =================================================================== RCS file: /home/cvs/avalon-sandbox/assembly/src/etc/demo.mf,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- demo.mf 7 Dec 2002 14:00:53 -0000 1.3 +++ demo.mf 11 Dec 2002 01:22:35 -0000 1.4 @@ -8,5 +8,5 @@ assembly-Specification-Version: 1.0 Name: Avalon-Block -Block-Name: Playground +Block-Name: playground
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>