[Laszlo-dev] [Laszlo-checkins] r13382 - in openlaszlo/trunk: WEB-INF/lps/misc build-tools

Max Carlson max at openlaszlo.org
Mon Mar 23 12:00:42 PDT 2009


This change is breaking webtop - they need the richinputtext 
autoinclude, and probably the LzTextFormat and textformat as well...

hqm at openlaszlo.org wrote:
> Author: hqm
> Date: 2009-03-20 11:25:23 -0700 (Fri, 20 Mar 2009)
> New Revision: 13382
> 
> Modified:
>    openlaszlo/trunk/WEB-INF/lps/misc/lzx-autoincludes.properties
>    openlaszlo/trunk/build-tools/build-autoincludes.sh
> Log:
> Change 20090320-hqm-e by hqm at badtzmaru.home on 2009-03-20 13:17:53 EDT
>     in /Users/hqm/openlaszlo/trunk
>     for http://svn.openlaszlo.org/openlaszlo/trunk
> 
> Summary:  remove classes from autoincludes list
> 
> New Features:
> 
> Bugs Fixed: LPP-5853
> 
> Technical Reviewer: ptw
> QA Reviewer: (pending)
> Doc Reviewer: (pending)
> 
> Documentation:
> 
> Release Notes:
> 
> Details:
> 
> removes 
> -LzTextFormat: extensions/views/LzTextFormat.lzx
> -XMLHttpRequest: rpc/ajax.lzx
> -richinputtext: extensions/views/richinputtext.lzx
> -textformat: extensions/views/LzTextFormat.lzx
> 
>     
> 
> Tests:
> 
> 
> 
> Modified: openlaszlo/trunk/WEB-INF/lps/misc/lzx-autoincludes.properties
> ===================================================================
> --- openlaszlo/trunk/WEB-INF/lps/misc/lzx-autoincludes.properties	2009-03-20 17:19:36 UTC (rev 13381)
> +++ openlaszlo/trunk/WEB-INF/lps/misc/lzx-autoincludes.properties	2009-03-20 18:25:23 UTC (rev 13382)
> @@ -1,8 +1,6 @@
>  # DO NOT EDIT THIS FILE
>  # This file is generated by the `ant autoincludes` task in the lps/components direcory
> -# Copyright Fri Mar 20 12:19:20 EDT 2009 Laszlo Systems, Inc.  All Rights Reserved.  Use is subject to license terms.
> -LzTextFormat: extensions/views/LzTextFormat.lzx
> -XMLHttpRequest: rpc/ajax.lzx
> +# Copyright Fri Mar 20 13:17:02 EDT 2009 Laszlo Systems, Inc.  All Rights Reserved.  Use is subject to license terms.
>  alert: lz/alert.lzx
>  axis: charts/common/axis.lzx
>  axisstyle: charts/styles/chartstyle.lzx
> @@ -143,7 +141,6 @@
>  resizeview_x: base/resizeview.lzx
>  resizeview_y: base/resizeview.lzx
>  reverselayout: utils/layouts/reverselayout.lzx
> -richinputtext: extensions/views/richinputtext.lzx
>  rpc: rpc/rpc.lzx
>  rtmpconnection: extensions/av/rtmpconnection.lzx
>  rtmpstatus: av/rtmpstatus.lzx
> @@ -173,7 +170,6 @@
>  tabsbar: lz/tabs.lzx
>  tabscontent: lz/tabs.lzx
>  tabslider: lz/tabslider.lzx
> -textformat: extensions/views/LzTextFormat.lzx
>  textlistitem: lz/textlistitem.lzx
>  tickmarklabel: charts/common/tickmarklabel.lzx
>  ticks: charts/addon/slider/slider.lzx
> 
> Modified: openlaszlo/trunk/build-tools/build-autoincludes.sh
> ===================================================================
> --- openlaszlo/trunk/build-tools/build-autoincludes.sh	2009-03-20 17:19:36 UTC (rev 13381)
> +++ openlaszlo/trunk/build-tools/build-autoincludes.sh	2009-03-20 18:25:23 UTC (rev 13382)
> @@ -21,6 +21,10 @@
>                                        -not -path '*/utils/performance/*' \
>                                        -not -path '*/utils/diagnostic/inspector/*' \
>                                        -not -path '*/debugger/*' \
> +                                      -not -path '*/extensions/views/*' \
> +                                      -not -path '*/extensions/av/videoslider.lzx' \
> +                                      -not -path '*/rpc/ajax.lzx' \
> +                                      -not -path '*/debugger/*' \
>                                        -not -path '*/lzunit/*' \
>                                        -print | \
>  "${JAVA_HOME}/bin/java" ${JAVA_OPTS} -DLPS_HOME="${LPS_HOME}" -cp "$LZCP" org.openlaszlo.utils.BuildAutoincludes "$@" 
> 
> 
> _______________________________________________
> Laszlo-checkins mailing list
> Laszlo-checkins at openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

-- 
Regards,
Max Carlson
OpenLaszlo.org


More information about the Laszlo-dev mailing list