From 9b98e0f398f84480cc40a0c7a6a9e65bd5656ef2 Mon Sep 17 00:00:00 2001 From: Elaine Tan Date: Tue, 1 Oct 2013 12:46:07 +0800 Subject: [PATCH] IDEMPIERE-1083 Print shipping label applet is not working - fix the build.properties to include the labelapplet.jar and jsp files to the bin --- org.adempiere.ui.zk/build.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org.adempiere.ui.zk/build.properties b/org.adempiere.ui.zk/build.properties index f86021ab98..c4dc52dec3 100644 --- a/org.adempiere.ui.zk/build.properties +++ b/org.adempiere.ui.zk/build.properties @@ -31,7 +31,9 @@ bin.includes = META-INF/,\ OSGI-INF/defaultcreatefromfactory.xml,\ OSGI-INF/defaultformfactory.xml,\ OSGI-INF/feedbackservice.xml,\ - sessiontimeout.zul + sessiontimeout.zul,\ + *.jsp,\ + labelapplet.jar src.includes = WEB-INF/classes/,\ WEB-INF/tld/,\ WEB-INF/web.xml,\