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/08/13 14:58:23 UTC

git commit: [flex-falcon] [refs/heads/develop] - add maven instructions to release packages

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 796c0a37f -> f8fa738fb


add maven instructions to release packages


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

Branch: refs/heads/develop
Commit: f8fa738fbc0d9a4a7ebd9f2f1d367362feda3b17
Parents: 796c0a3
Author: Alex Harui <ah...@apache.org>
Authored: Sat Aug 13 07:58:13 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sat Aug 13 07:58:13 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/f8fa738f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 7b59624..a81d6e4 100644
--- a/build.xml
+++ b/build.xml
@@ -291,6 +291,7 @@
                 <include name="build.properties"/>
                 <include name="env-template.properties"/>
                 <include name="README"/>
+                <include name="README_MAVEN.txt"/>
                 <include name="LICENSE"/>
                 <include name="LICENSE.base"/>
                 <include name="NOTICE"/>
@@ -756,6 +757,7 @@
                 <exclude name="**/*.patch"/>
                 <exclude name="LICENSE.jx.bin"/>
                 <exclude name="README_JX"/>
+                <exclude name="README_MAVEN.txt"/>
                 <exclude name="RELEASE_NOTES_JX"/>
                 <exclude name="NOTICE.jx"/>
                 <exclude name="NOTICE.base"/>