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/09 04:28:31 UTC

git commit: [flex-utilities] [refs/heads/develop] - combine XML files and add under MX components node

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 48f47e61c -> 9835c32ea


combine XML files and add under MX components node


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

Branch: refs/heads/develop
Commit: 9835c32ea6ae8c9f0ab310ed8bf661c8af54a4e4
Parents: 48f47e6
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Aug 9 12:28:16 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Aug 9 12:28:16 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/charts_explorer.xml | 77 ---------------------
 1 file changed, 77 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/9835c32e/TourDeFlex/TourDeFlex3/src/charts_explorer.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/charts_explorer.xml b/TourDeFlex/TourDeFlex3/src/charts_explorer.xml
deleted file mode 100755
index 5c7ad68..0000000
--- a/TourDeFlex/TourDeFlex3/src/charts_explorer.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one or more
-  ~     contributor license agreements.  See the NOTICE file distributed with
-  ~     this work for additional information regarding copyright ownership.
-  ~     The ASF licenses this file to You under the Apache License, Version 2.0
-  ~     (the "License"); you may not use this file except in compliance with
-  ~     the License.  You may obtain a copy of the License at
-  ~
-  ~         http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~     Unless required by applicable law or agreed to in writing, software
-  ~     distributed under the License is distributed on an "AS IS" BASIS,
-  ~     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~     See the License for the specific language governing permissions and
-  ~     limitations under the License.
-  -->
-
-<compTree>
- <node label="Datavisualization Components">
-        <node label="Charts">
-          <node label="Chart Controls">
-            <node label="AreaChart" app="charts/Line_AreaChartExample"/>
-            <node label="AxisRenderer" app="charts/HLOCChartExample"/>
-            <node label="BarChart" app="charts/Column_BarChartExample"/>
-            <node label="BubbleChart" app="charts/BubbleChartExample"/>
-            <node label="CandlestickChart" app="charts/CandlestickChartExample"/>
-            <node label="CategoryAxis" app="charts/HLOCChartExample"/>
-            <node label="ColumnChart" app="charts/Column_BarChartExample"/>
-            <node label="DateTimeAxis" app="charts/DateTimeAxisExample"/>
-            <node label="GridLines" app="charts/GridLinesExample"/>
-            <node label="HLOCChart" app="charts/HLOCChartExample"/>
-            <node label="Legend" app="charts/PlotChartExample"/>
-            <node label="LinearAxis" app="charts/HLOCChartExample"/>
-            <node label="LineChart" app="charts/Line_AreaChartExample"/>
-            <node label="LogAxis" app="charts/LogAxisExample"/>
-            <node label="PieChart" app="charts/PieChartExample"/>
-            <node label="PlotChart" app="charts/PlotChartExample"/>
-           </node>
-                
-                
-          <node label="Chart Series">
-            <node label="AreaSeries" app="charts/Line_AreaChartExample"/>
-            <node label="BarSeries" app="charts/Column_BarChartExample"/>
-            <node label="BubbleSeries" app="charts/BubbleChartExample"/>
-            <node label="CandlestickSeries" app="charts/CandlestickChartExample"/>
-            <node label="ColumnSeries" app="charts/Column_BarChartExample"/>
-            <node label="HLOCSeries" app="charts/HLOCChartExample"/>
-            <node label="LineSeries" app="charts/Line_AreaChartExample"/>
-            <node label="PieSeries" app="charts/PieChartExample"/>
-            <node label="PlotSeries" app="charts/PlotChartExample"/>
-           </node>
-                
-                
-                
-          <node label="Chart Effects">
-            <node label="SeriesInterpolate" app="charts/SeriesInterpolateExample"/>
-            <node label="SeriesSlide" app="charts/SeriesSlideExample"/>
-            <node label="SeriesZoom" app="charts/SeriesZoomExample"/>
-         </node>
-         
-        </node>
-        
-        
-        <node label="AdancedDataGrid">
-             <node label="AdvancedDataGrid" app="controls/AdvancedDataGridExample"/>
-         </node>
-        
-         <node label="OLAPDataGrid">
-	     <node label="OLAPDataGrid" app="controls/OLAPDataGridExample"/>
-         </node>
-        
-         <node label="Printing">
-	      <node label="ADG Printing" app="printing/AdvancedPrintDataGridExample"/>
-         </node>
-      </node>  
-</compTree>
\ No newline at end of file