You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/05/02 17:27:46 UTC

[royale-typedefs] branch release_practice updated: try locking down date for now

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/release_practice by this push:
     new 5f17cf5  try locking down date for now
5f17cf5 is described below

commit 5f17cf5add7b50bf1afb840183b637eaabc66f6d
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu May 2 10:27:28 2019 -0700

    try locking down date for now
---
 node/build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/node/build.xml b/node/build.xml
index 02b3bbb..31f716d 100644
--- a/node/build.xml
+++ b/node/build.xml
@@ -230,6 +230,8 @@
             failonerror="true">
             <arg value="+royalelib=externs/frameworks" />
             <arg value="-debug" />
+            <arg value="-metadata.date=&quot;2/10/19 9:06 -0800&quot;" />
+            <arg value="-metadata.dateFormat=&quot;MM/dd/yy HH:mm Z&quot;" />
             <arg value="-external-library-path+=${basedir}/../js/target/js.swc" />
             <arg value="-load-config=${basedir}/target/compile-as-config.xml" />
             <arg value="-output=${basedir}/target/node.swc" />