/[Apache-SVN]/jakarta/commons/sandbox/vfs/trunk/maven.xml
ViewVC logotype

Diff of /jakarta/commons/sandbox/vfs/trunk/maven.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/sandbox/vfs/trunk/maven.xml	2005/05/12 19:55:10	169877
+++ jakarta/commons/sandbox/vfs/trunk/maven.xml	2005/05/12 20:09:06	169878
@@ -8,6 +8,10 @@
         <copy todir="${test.basedir}/read-tests">
             <fileset dir="${test.data.src}/basedir"/>
         </copy>
+        <copy todir="${test.basedir}/">
+            <fileset dir="${test.data.src}" includes="nested.*,test.*"/>
+        </copy>
+
 
         <!-- Compile the code for the class loader test -->
         <javac
@@ -24,7 +28,8 @@
 
         <mkdir dir="${test.basedir}/read-tests/emptydir"/>
 
-        <!-- Create a zip file -->
+        <!-- Create a zip file - its not possible to create tgz, tar and tbz2 so we provide
+				the whole set for download now
         <zip zipfile="${test.basedir}/test.zip">
             <zipfileset dir="${test.basedir}">
                 <include name="read-tests/**"/>
@@ -50,6 +55,7 @@
             jarfile="${test.basedir}/nested.jar"
             basedir="${test.basedir}"
             includes="test.jar"/>
+        -->
     </postGoal>
 
 </project>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26