[jboss-cvs] JBossAS SVN: r68520 - branches/Branch_4_4/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 21 13:15:34 EST 2007


Author: acoliver at jboss.org
Date: 2007-12-21 13:15:33 -0500 (Fri, 21 Dec 2007)
New Revision: 68520

Modified:
   branches/Branch_4_4/build/build.xml
Log:
http://jira.jboss.com/jira/browse/JBAS-5073 - see similar commit in 4.2 branch.

Modified: branches/Branch_4_4/build/build.xml
===================================================================
--- branches/Branch_4_4/build/build.xml	2007-12-21 17:44:33 UTC (rev 68519)
+++ branches/Branch_4_4/build/build.xml	2007-12-21 18:15:33 UTC (rev 68520)
@@ -916,11 +916,9 @@
                 <equals arg1="" arg2="${proxy.port}" trim="true"/>
             </not>
         </and>
-    </condition>
-  </target>
-
-  <!-- set proxy settings -->
-  <condition property="hasproxyauth">
+    </condition>  
+    <!-- set proxy settings -->
+    <condition property="hasproxyauth">
         <and>
             <isset property="hasproxy"/>
             <isset property="proxy.username"/>
@@ -933,6 +931,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