You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/08/23 06:45:53 UTC

[46/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - fixed a few other mx example that were showing multiple source files

fixed a few other mx example that were showing multiple source files


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/e3edf815
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/e3edf815
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/e3edf815

Branch: refs/heads/master
Commit: e3edf8154abe964b585aecf1a48081f604817b2b
Parents: 95e94db
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Aug 18 23:25:02 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Aug 18 23:25:02 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/e3edf815/TourDeFlex/TourDeFlex3/src/explorer.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.xml b/TourDeFlex/TourDeFlex3/src/explorer.xml
index e5f590b..36074ee 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.xml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.xml
@@ -88,7 +88,7 @@
 					<node label="TabNavigator" app="mx/containers/TabNavigatorExample" />
 					<node label="Tile" app="mx/containers/TileLayoutExample" />
 					<node label="TitleWindow" app="mx/containers/TitleWindowApp"
-						src="containers/SimpleTitleWindowExample.mxml" />
+						src="mx/containers/SimpleTitleWindowExample.mxml" />
 					<node label="VBox" app="mx/containers/VBoxExample" />
 					<node label="VDividedBox" app="mx/containers/VDividedBoxExample" />
 					<node label="ViewStack" app="mx/containers/ViewStackExample" />
@@ -99,7 +99,7 @@
 			</node>
 			<node label="Print Controls">
 				<node label="FlexPrintJob, PrintDataGrid" app="mx/printing/PrintDataGridExample"
-					src="printing/FormPrintView.mxml&amp;printing/FormPrintHeader.mxml&amp;printing/FormPrintFooter.mxml" />
+					src="mx/printing/FormPrintView.mxml&amp;printing/FormPrintHeader.mxml&amp;mx/printing/FormPrintFooter.mxml" />
 			</node>
 			<node label="Validators and Formatters">
 				<node label="Validators">