IDEMPIERE-1083 Print shipping label applet is not working - fix the build.properties to include the labelapplet.jar and jsp files to the bin

This commit is contained in:
Elaine Tan 2013-10-01 12:46:07 +08:00
parent c9d56568b3
commit 9b98e0f398
1 changed files with 3 additions and 1 deletions

View File

@ -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,\