[Laszlo-checkins] r13953 - openlaszlo/trunk

hqm@openlaszlo.org hqm at openlaszlo.org
Mon May 18 17:30:19 PDT 2009


Author: hqm
Date: 2009-05-18 17:30:18 -0700 (Mon, 18 May 2009)
New Revision: 13953

Modified:
   openlaszlo/trunk/build.xml
Log:
Change 20090518-hqm-R by hqm at badtzmaru.home on 2009-05-18 17:48:14 EDT
    in /Users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: remove whitespace in webapp.deploy target

New Features:

Bugs Fixed:

Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    
+ why did this used to work for me, before I restored my OSX from backup


Tests:

ant webapp.deploy works again



Modified: openlaszlo/trunk/build.xml
===================================================================
--- openlaszlo/trunk/build.xml	2009-05-18 23:43:14 UTC (rev 13952)
+++ openlaszlo/trunk/build.xml	2009-05-19 00:30:18 UTC (rev 13953)
@@ -1287,7 +1287,7 @@
                <include name="WEB-INF/bin/mxmlc*" />
                <include name="WEB-INF/bin/fdb*" />
                <include name="WEB-INF/bin/compc*" />
-	   </zipfileset>
+       </zipfileset>
       </war>
 
       <property name="done.dist.core" value="1" />
@@ -1375,7 +1375,7 @@
              username="${tom.username}"
              password="${tom.password}"
              path="/${build.branch}"
-             localWar="file://${LPS_HOME} " />
+             localWar="file://${LPS_HOME}" />
      </target>
 
     <target name="webapp.undeploy" description="Undeploy LPS from tomcat" unless="no.tomcat"



More information about the Laszlo-checkins mailing list