You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ms...@apache.org on 2015/05/26 22:48:28 UTC

git commit: [flex-asjs] [refs/heads/develop] - Commented out TitleBarView.mxml from asdoc output until namespace error is figured out.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 4c542a96e -> 4f49e36eb


Commented out TitleBarView.mxml from asdoc output until namespace error is figured out.


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

Branch: refs/heads/develop
Commit: 4f49e36ebdd34b95ad1ab5ed18034cc6825de87a
Parents: 4c542a9
Author: Michael Schmalle <ms...@apache.org>
Authored: Tue May 26 16:47:32 2015 -0400
Committer: Michael Schmalle <ms...@apache.org>
Committed: Tue May 26 16:47:32 2015 -0400

----------------------------------------------------------------------
 asdoc/build.xml                                                 | 2 +-
 .../HTML/asjs/src/org/apache/flex/html/beads/TitleBarView.mxml  | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4f49e36e/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index c8aa06f..dd50a0e 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -125,7 +125,7 @@
 			<doc-sources path-element="${project_home}/GoogleMaps/as/src"/>
 			<doc-sources path-element="${project_home}/Graphics/as/src"/>
 			<doc-sources path-element="${project_home}/HTML/as/src"/>
-			<doc-sources path-element="${project_home}/HTML/asjs/src"/>
+			<!--<doc-sources path-element="${project_home}/HTML/asjs/src"/>-->
 			<doc-sources path-element="${project_home}/HTML5/as/src"/>
 			<doc-sources path-element="${project_home}/JQuery/as/src"/>
 			<doc-sources path-element="${project_home}/Mobile/as/src"/>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4f49e36e/frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/TitleBarView.mxml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/TitleBarView.mxml b/frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/TitleBarView.mxml
index dba3827..3cad1f6 100644
--- a/frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/TitleBarView.mxml
+++ b/frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/TitleBarView.mxml
@@ -26,9 +26,8 @@ limitations under the License.
  @productversion FlexJS 0.0
 -->
 <js:MXMLBeadViewBase xmlns:fx="http://ns.adobe.com/mxml/2009"
-                  xmlns:js="library://ns.apache.org/flexjs/basic" 
-                  xmlns:mx="library://ns.apache.org/flexjs/mx"
-                  >
+                     xmlns:js="library://ns.apache.org/flexjs/basic">
+				  
     <fx:Script>
         <![CDATA[
             import org.apache.flex.html.TitleBar;