You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ro...@apache.org on 2006/07/13 00:04:54 UTC

svn commit: r421434 - /incubator/abdera/java/trunk/build/build.xml

Author: rooneg
Date: Wed Jul 12 15:04:53 2006
New Revision: 421434

URL: http://svn.apache.org/viewvc?rev=421434&view=rev
Log:
* build/build.xml: Fix indenting.

Modified:
    incubator/abdera/java/trunk/build/build.xml

Modified: incubator/abdera/java/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/build/build.xml?rev=421434&r1=421433&r2=421434&view=diff
==============================================================================
--- incubator/abdera/java/trunk/build/build.xml (original)
+++ incubator/abdera/java/trunk/build/build.xml Wed Jul 12 15:04:53 2006
@@ -94,7 +94,7 @@
            classpathref="jar.dependencies"/>
     <javac srcdir="${core.test}"
            destdir="${test}" 
-            classpathref="jar.dependencies"
+           classpathref="jar.dependencies"
            classpath="${core.work}"/>
   </target>
   
@@ -212,8 +212,8 @@
            dest="${dependencies}/${geronimo.javamail.jar}"
            usetimestamp="true" />
       <get src="${geronimo.servlet.dir}/${geronimo.servlet.jar}"
-             dest="${dependencies}/${geronimo.servlet.jar}"
-             usetimestamp="true" />      
+           dest="${dependencies}/${geronimo.servlet.jar}"
+           usetimestamp="true" />      
       <get src="${axiom.dir}/${axiom.api.jar}"
            dest="${dependencies}/${axiom.api.jar}"
            usetimestamp="true" />
@@ -298,7 +298,6 @@
          dest="${basedir}/build/tools/${retroweaver.zip}"
          usetimestamp="true" />
     <unzip src="${basedir}/build/tools/${retroweaver.zip}"
-         dest="${basedir}/build/tools/" overwrite="true"/>
+           dest="${basedir}/build/tools/" overwrite="true"/>
   </target>
-  
 </project>