Repository: incubator-wave Updated Branches: refs/heads/master 5e949d0a1 -> ee6f996eb
Fix for missing dependency in dist-server https://reviews.apache.org/r/20209/ Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/43187a96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/43187a96 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/43187a96 Branch: refs/heads/master Commit: 43187a96d6d77e2d4e39e35ccd0bfcad828ae117 Parents: 5e949d0 Author: vjrj <[email protected]> Authored: Thu Apr 10 20:34:57 2014 +0200 Committer: vjrj <[email protected]> Committed: Thu Apr 10 20:34:57 2014 +0200 ---------------------------------------------------------------------- build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/43187a96/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index ae3ba88..55ce93f 100644 --- a/build.xml +++ b/build.xml @@ -712,6 +712,7 @@ <include name="org/waveprotocol/**/*" /> <include name="org/xmlpull/**/*" /> <include name="org/xmpp/**/*" /> + <include name="cc/kune/initials/**/*" /> <exclude name="org/waveprotocol/box/webclient/**/*"/> <exclude name="org/waveprotocol/box/consoleclient/**/*"/> <exclude name="org/waveprotocol/box/expimp/**/*"/>
