You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ma...@apache.org on 2013/10/06 15:57:51 UTC

[10/25] git commit: [flex-sdk] [refs/heads/mobileexperimental] - asdoc build.xml - added title and window title - changed footer

asdoc build.xml
- added title and window title
- changed footer


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

Branch: refs/heads/mobileexperimental
Commit: 77410b83df21f3068dc02f677418b0fbc56d979b
Parents: 4c4d2dc
Author: mamsellem <ma...@systar.com>
Authored: Fri Oct 4 11:05:03 2013 +0200
Committer: mamsellem <ma...@systar.com>
Committed: Fri Oct 4 11:05:03 2013 +0200

----------------------------------------------------------------------
 asdoc/build.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/77410b83/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index ed9ea86..d1834b5 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -71,6 +71,13 @@
 
 		<!-- Call asdoc to generate dita xml files -->
 		<asdoc output="${FLEX_HOME}/asdoc-output" lenient="true" failonerror="true" warnings="false" strict="false" locale="en_US" fork="true">
+               main-title="${release} Reference "
+               footer="${manifest.Implementation-Vendor}"
+               window-title="ApacheFlex Reference"
+                >
+              <!--            examples-path="${bbrFxDoc.project.docExamples}"
+               templates-path="${bbrFxDoc.project.templates}"-->
+
 			<!-- top level class to include in asdoc -->
 		    <doc-classes class="AIRFrameworkClasses"/>
 		    <doc-classes class="AIRSparkClasses"/>