From ac221701ca38f0889687a07373a84bd47386607a Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 19 Jun 2013 11:47:39 -0500 Subject: [PATCH] IDEMPIERE-944 Error in session timeout / try solution suggested by Dirk --- org.adempiere.ui.zk/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.adempiere.ui.zk/build.properties b/org.adempiere.ui.zk/build.properties index 210dcc99ff..f86021ab98 100644 --- a/org.adempiere.ui.zk/build.properties +++ b/org.adempiere.ui.zk/build.properties @@ -30,7 +30,8 @@ bin.includes = META-INF/,\ WEB-INF/lib/atmosphere-runtime-1.0.4.jar,\ OSGI-INF/defaultcreatefromfactory.xml,\ OSGI-INF/defaultformfactory.xml,\ - OSGI-INF/feedbackservice.xml + OSGI-INF/feedbackservice.xml,\ + sessiontimeout.zul src.includes = WEB-INF/classes/,\ WEB-INF/tld/,\ WEB-INF/web.xml,\