[pkg-java] r11766 - trunk/glassfish/debian
Torsten Werner
twerner at alioth.debian.org
Sun Feb 28 12:45:02 UTC 2010
Author: twerner
Date: 2010-02-28 12:44:59 +0000 (Sun, 28 Feb 2010)
New Revision: 11766
Modified:
trunk/glassfish/debian/build.xml
Log:
increase sleep time to 5 seconds
Modified: trunk/glassfish/debian/build.xml
===================================================================
--- trunk/glassfish/debian/build.xml 2010-02-28 12:32:35 UTC (rev 11765)
+++ trunk/glassfish/debian/build.xml 2010-02-28 12:44:59 UTC (rev 11766)
@@ -59,7 +59,7 @@
<ant dir="../connector-api" target="all"/>
<ant dir="../management-api" target="all"/>
<ant dir="../jmac-api" target="all"/>
- <sleep seconds="2"/>
+ <sleep seconds="5"/>
<ant dir="../appserv-api" target="all"/>
<ant dir="../jacc-api" target="all"/>
<ant dir="../common-util" target="all"/>
More information about the pkg-java-commits
mailing list