[jboss-cvs] JBossAS SVN: r68524 - branches/Branch_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 21 14:10:03 EST 2007


Author: acoliver at jboss.org
Date: 2007-12-21 14:10:03 -0500 (Fri, 21 Dec 2007)
New Revision: 68524

Modified:
   branches/Branch_5_0/build/build.xml
Log:
http://jira.jboss.com/jira/browse/JBAS-5073 - fix typo, see tracking change in 4.4/4.2 branches.

Modified: branches/Branch_5_0/build/build.xml
===================================================================
--- branches/Branch_5_0/build/build.xml	2007-12-21 18:51:01 UTC (rev 68523)
+++ branches/Branch_5_0/build/build.xml	2007-12-21 19:10:03 UTC (rev 68524)
@@ -926,7 +926,6 @@
             </not>
         </and>
     </condition>
-  </target>
 
   <!-- set proxy settings -->
   <condition property="hasproxyauth">
@@ -942,6 +941,8 @@
             </not>
         </and>
     </condition>
+  </target>
+
   <target name="set.proxy" depends="set.proxy.withoutauth, set.proxy.auth"/>
 
   <!-- set proxy settings without auth -->




More information about the jboss-cvs-commits mailing list