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 2016/09/14 21:31:13 UTC

[23/30] git commit: [flex-asjs] [refs/heads/spark] - also fix up nightly.properties

also fix up nightly.properties


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

Branch: refs/heads/spark
Commit: 755dd1e3b419c228c1778a3b90e81cbd5aa820ca
Parents: 909bd83
Author: Alex Harui <ah...@apache.org>
Authored: Fri Sep 9 13:03:38 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Sep 9 13:03:38 2016 -0700

----------------------------------------------------------------------
 build.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/755dd1e3/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d484606..0195243 100644
--- a/build.xml
+++ b/build.xml
@@ -961,6 +961,9 @@
         <replace file="${FLEXJS_HOME}/build.properties"
             token="${old-version}"
             value="${new-version}" />
+        <replace file="${FLEXJS_HOME}/nightly.properties"
+            token="${old-version}"
+            value="${new-version}" />
         <replace file="${FLEXJS_HOME}/installer.xml"
             token="${old-version}"
             value="${new-version}" />