This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 4b87997 Linebreaks in xml tags are confusing parser. This is a
workaround.
4b87997 is described below
commit 4b87997aa14d60bba657356a3dd17b6c6a7a4d80
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Tue Jun 25 14:25:06 2019 +0300
Linebreaks in xml tags are confusing parser. This is a workaround.
---
examples/mxroyale/tourdeflexmodules/src/explorer.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/examples/mxroyale/tourdeflexmodules/src/explorer.xml
b/examples/mxroyale/tourdeflexmodules/src/explorer.xml
index e3aa5ec..3a8dcb1 100755
--- a/examples/mxroyale/tourdeflexmodules/src/explorer.xml
+++ b/examples/mxroyale/tourdeflexmodules/src/explorer.xml
@@ -105,8 +105,7 @@
<node label="Panel"
module="mx/containers/SimplePanelExample" />
<node label="TabNavigator"
module="mx/containers/TabNavigatorExample" />
<node label="Tile"
module="mx/containers/TileLayoutExample" />
- <node label="TitleWindow"
module="mx/containers/TitleWindowApp"
-
src="mx/containers/SimpleTitleWindowExample.mxml" />
+ <node label="TitleWindow"
module="mx/containers/TitleWindowApp"
src="mx/containers/SimpleTitleWindowExample.mxml" />
<node label="VBox"
module="mx/containers/VBoxExample" />
<node label="VDividedBox"
module="mx/containers/VDividedBoxExample" />
<node label="ViewStack"
module="mx/containers/ViewStackExample" />
@@ -118,8 +117,7 @@
-->
</node>
<node label="Print Controls">
- <node label="FlexPrintJob, PrintDataGrid"
module="mx/printing/PrintDataGridExample"
-
src="mx/printing/FormPrintView.mxml&mx/printing/FormPrintHeader.mxml&mx/printing/FormPrintFooter.mxml"
/>
+ <node label="FlexPrintJob, PrintDataGrid"
module="mx/printing/PrintDataGridExample"
src="mx/printing/FormPrintView.mxml&mx/printing/FormPrintHeader.mxml&mx/printing/FormPrintFooter.mxml"
/>
</node>
<node label="Validators and Formatters">
<node label="Validators">