Change laszlo-20110410-8Nv by [email protected] on 2011-04-10
23:08:32 PDT
in /Users/laszlo/src/svn/openlaszlo/trunk/WEB-INF/lps/schema
for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/schema
Summary:
Modify build.xml to invoke correct environment var
New Features:
Bugs Fixed:
LPP-7287
Technical Reviewer: (Andre)
QA Reviewer: (dju)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Overview:
The LPS_HOME related env var can't work just via ${LPS_HOME} and it should be
${env.LPS_HOME}
Details:
change ${LPS_HOME} to ${env.LPS_HOME}
Tests:
cd $LPS_HOME/WEB_INF/lps/schema
ant lfc.schema
Files:
M build.xml
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/laszlo-20110410-8Nv.tar