[pkg-java] r11891 - trunk/glassfish/debian

Torsten Werner twerner at alioth.debian.org
Wed Mar 17 22:10:27 UTC 2010


Author: twerner
Date: 2010-03-17 22:10:26 +0000 (Wed, 17 Mar 2010)
New Revision: 11891

Modified:
   trunk/glassfish/debian/build.xml
   trunk/glassfish/debian/changelog
Log:
Increase sleep time to 20 seconds. (Closes: #574307)

Modified: trunk/glassfish/debian/build.xml
===================================================================
--- trunk/glassfish/debian/build.xml	2010-03-17 14:52:42 UTC (rev 11890)
+++ trunk/glassfish/debian/build.xml	2010-03-17 22:10:26 UTC (rev 11891)
@@ -59,7 +59,7 @@
     <ant dir="../connector-api" target="all"/>
     <ant dir="../management-api" target="all"/>
     <ant dir="../jmac-api" target="all"/>
-    <sleep seconds="5"/>
+    <sleep seconds="20"/>
     <ant dir="../appserv-api" target="all"/>
     <ant dir="../jacc-api" target="all"/>
     <ant dir="../common-util" target="all"/>

Modified: trunk/glassfish/debian/changelog
===================================================================
--- trunk/glassfish/debian/changelog	2010-03-17 14:52:42 UTC (rev 11890)
+++ trunk/glassfish/debian/changelog	2010-03-17 22:10:26 UTC (rev 11891)
@@ -1,3 +1,9 @@
+glassfish (1:2ur2-b04-6) unstable; urgency=low
+
+  * Increase sleep time to 20 seconds. (Closes: #574307)
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 17 Mar 2010 23:03:52 +0100
+
 glassfish (1:2ur2-b04-5) unstable; urgency=low
 
   * Add an extra <sleep /> before line 62 in debian/build.xml as we had in the




More information about the pkg-java-commits mailing list