You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/12/15 00:30:54 UTC

git commit: [flex-asjs] [refs/heads/develop] - fix asdoc title

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 0de03f958 -> d6c6ef191


fix asdoc title


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

Branch: refs/heads/develop
Commit: d6c6ef191eeb4bdc15fa825d2d5fd16831d50996
Parents: 0de03f9
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 14 15:30:46 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 14 15:30:46 2015 -0800

----------------------------------------------------------------------
 asdoc/build.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d6c6ef19/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index 8f7ec1b..94ad7a8 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -30,8 +30,8 @@
     <property name="doc_output" location="${basedir}/../asdoc-output"   />
     <property name="project_home" location="${basedir}/../frameworks/projects"/>
 
-    <property file="${FLEX_HOME}/env.properties"/>
-	<property file="${FLEX_HOME}/build.properties"/>
+    <property file="${FLEXJS_HOME}/env.properties"/>
+	<property file="${FLEXJS_HOME}/build.properties"/>
 	
 	<echo message="FLEX_HOME = ${FLEX_HOME}" />
 	<echo message="flexlib = ${flexlib}" />
@@ -70,7 +70,7 @@
 		<!-- Call asdoc to generate dita xml files -->
 		<asdoc output="${doc_output}" lenient="true" failonerror="true" warnings="false" strict="false" locale="en_US" fork="true"
                window-title="Apache FlexJS API Reference"
-               main-title="${release} API Reference "
+               main-title="${release.name} ${release.version} API Reference "
                footer="${manifest.Implementation-Vendor}" >
                
             <load-config filename="${flexlib}/asdoc-config.xml" />