Repository: incubator-wave
Updated Branches:
  refs/heads/0.4.0-RC9 [created] ecd0576fc


Fixes release relates issues for RC9.


Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/ecd0576f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/ecd0576f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/ecd0576f

Branch: refs/heads/0.4.0-RC9
Commit: ecd0576fce6018b69d27472241c3eaad0e8e78d3
Parents: 5d20b97
Author: Yuri Zelikov <[email protected]>
Authored: Wed Apr 29 22:02:01 2015 +0300
Committer: Yuri Zelikov <[email protected]>
Committed: Wed Apr 29 22:02:01 2015 +0300

----------------------------------------------------------------------
 CHANGES          | 8 ++++++++
 build.properties | 2 +-
 build.xml        | 8 ++++++++
 3 files changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/ecd0576f/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index ccc177e..f7b65f4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+Summary since 0.4.0-RC8
+======================
+- Minor release related fixes.
+
+Summary since 0.4.0-RC7
+======================
+- Minor release related fixes.
+
 Summary since 0.4.0-RC6
 ======================
 - Bug Fixes.

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/ecd0576f/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 005a43b..dd06721 100644
--- a/build.properties
+++ b/build.properties
@@ -16,7 +16,7 @@
 # under the License.
 
 # Current versions
-waveinabox.version=0.4.0-alpha
+waveinabox.version=0.4.0-incubating
 
 # Names
 name=wave-in-a-box

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/ecd0576f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 52000a0..0c55424 100644
--- a/build.xml
+++ b/build.xml
@@ -861,6 +861,10 @@
         <exclude name="gwt-unitCache/" />
         <exclude name="LICENSE.*" />
         <exclude name="NOTICE.*" />
+        <exclude name="*.log*" />
+        <exclude name="*.eml" />
+        <exclude name="*.iml" />
+        <exclude name="*.old" />
       </tarfileset>
       <!-- Setup permissions -->
       <tarfileset dir="." prefix="${release.src.path}" filemode="755">
@@ -912,6 +916,10 @@
         <include name="server.federation.config" />
         <include name="server.federation.config.example" />
         <include name="wiab-logging.conf" />
+        <exclude name="*.log*" />
+        <exclude name="*.eml" />
+        <exclude name="*.iml" />
+        <exclude name="*.old" />
       </tarfileset>
       <!-- Helper scripts -->
       <tarfileset dir="${basedir}" prefix="${release.bin.path}" filemode="755">

Reply via email to