You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/02/12 08:04:11 UTC

svn commit: rev 6631 - incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko

Author: nickchalko
Date: Thu Feb 12 00:04:11 2004
New Revision: 6631

Modified:
   incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml
Log:
Format

Modified: incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml
==============================================================================
--- incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml	(original)
+++ incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml	Thu Feb 12 00:04:11 2004
@@ -1,34 +1,21 @@
 <!-- $Header: /cvsroot/metamorphosis/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml,v 1.2 2003/09/29 22:10:11 arb_jack Exp $ -->
 <project name="ruperModule-test" basedir="." default="test1">
-	
-	<typedef resource="org/apache/ruper/ant/antlib.xml"/>
-		
-	<target name="test1">
-
-    <!--repository id="maven" 
-					url="http://www.ibiblio.org/maven/"
+    <typedef resource="org/apache/ruper/ant/antlib.xml"/>
+    <target name="test1">
+        <!--repository id="maven" 
+					url="http://www.ibiblio.org/maven/"
 					remote="true" /-->
-	
-	<ruperset id="test1">
-		<resource name="log4j" version="1.2" repository="maven"/>
-	</ruperset>	
-	
-	<copy toDir="build/test/sandbox">
-		<fileset id="test1"/>
-	</copy>
-				
-	</target>
-	
-	<target name="test2">
-	
-	<ruperFileSet id ="foo" >
-   		<project  name="tomcat"  version ="4"   module="http://gump.apache.org/modules/xalan.xml" />
-	</ruperFileSet> 
-		
-	</target>
-	
-	<target name="test3">
-		
-	</target>
-	
+        <ruperset id="test1">
+            <resource name="log4j" version="1.2" repository="maven"/>
+        </ruperset>
+        <copy toDir="build/test/sandbox">
+            <fileset id="test1"/>
+        </copy>
+    </target>
+    <target name="test2">
+        <ruperFileSet id="foo">
+            <project name="tomcat" version="4" module="http://gump.apache.org/modules/xalan.xml"/>
+        </ruperFileSet>
+    </target>
+    <target name="test3"/>
 </project>