[Laszlo-checkins] r9492 - openlaszlo/trunk
pbr@openlaszlo.org
pbr at openlaszlo.org
Fri Jun 6 06:53:30 PDT 2008
Author: pbr
Date: 2008-06-06 06:53:02 -0700 (Fri, 06 Jun 2008)
New Revision: 9492
Modified:
openlaszlo/trunk/build.xml
Log:
(Mamye will verify on the nightly builds)
Change 20080602-Philip-a by Philip at Philip-DC on 2008-06-02 12:20:00 EDT
in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: taglibs-i18n.tld added to deployment
New Features:
Bugs Fixed: LPP-6071
Technical Reviewer: (pending)
QA Reviewer: mamye
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
lzproject requires /WEB-INF/taglibs-i18n.tld. This was not included in deployments. I modified build.xml to include this file.
Tests:
I can't completely build a deployment, but I verified that the needed
file is present. The test is to 'ant dist-one' and verify that the
Windows installer and linux tar file runs lzproject.
Files:
M build.xml
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080602-Philip-a.tar
Modified: openlaszlo/trunk/build.xml
===================================================================
--- openlaszlo/trunk/build.xml 2008-06-06 13:04:41 UTC (rev 9491)
+++ openlaszlo/trunk/build.xml 2008-06-06 13:53:02 UTC (rev 9492)
@@ -114,6 +114,7 @@
<include name="my-apps/**" />
<include name="WEB-INF/web.xml"/>
+ <include name="WEB-INF/taglibs-i18n.tld"/>
<include name="WEB-INF/classes/**"/>
<include name="${webapp-lps-home}/schema/lzx.rng" />
<include name="${webapp-lps-home}/schema/lfc.lzx" />
More information about the Laszlo-checkins
mailing list