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/03/01 08:20:18 UTC

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

Author: nickchalko
Date: Mon Mar  1 00:20:16 2004
New Revision: 6946

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	Mon Mar  1 00:20:16 2004
@@ -15,19 +15,13 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-
 <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/"
-					remote="true" />
-					
-		        <repository id="localtest" 
-					url="file:///${basedir}/src/test/repo"
-					remote="true" />			
+        <repository id="maven" url="http://www.ibiblio.org/maven/" remote="true"/>
+        <repository id="localtest" url="file:///${basedir}/src/test/repo" remote="true"/>
         <ruperset id="test1">
-            <resource name="helloworld" ext="jar" version="1.2" repository="localtest" />
+            <resource name="helloworld" ext="jar" version="1.2" repository="localtest"/>
         </ruperset>
         <copy toDir="build/test/sandbox">
             <fileset refid="test1.fileset"/>