Index: maven.xml
===================================================================
RCS file: /home/projects/classworlds/scm/classworlds/maven.xml,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 maven.xml
--- maven.xml	1 Jul 2004 13:59:17 -0000	1.1.1.1
+++ maven.xml	2 Nov 2004 15:51:51 -0000
@@ -120,6 +120,9 @@
   		<fileset dir="${maven.build.dir}/test-data/uberjar">
   			<includes name="**/*"/>
   		</fileset>
+        </copy>
+
+        <copy todir="${maven.build.dir}/uberjar/WORLDS-INF/lib">
 		<fileset dir="${maven.build.dir}/test-data">
   			<include name="a.jar"/>
 			<include name="b.jar"/>

