Repository: incubator-wave
Updated Branches:
  refs/heads/master fc70bb901 -> 1a4a7ff5d


Adds mapping to include com.typsesafe packages in the distributable.


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

Branch: refs/heads/master
Commit: 1a4a7ff5d7067437f54de741f4c09fa59429c14d
Parents: fc70bb9
Author: Yuri Zelikov <[email protected]>
Authored: Fri Jul 10 16:23:02 2015 +0300
Committer: Yuri Zelikov <[email protected]>
Committed: Fri Jul 10 16:23:02 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/1a4a7ff5/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 1e721d4..893654a 100644
--- a/build.xml
+++ b/build.xml
@@ -685,7 +685,7 @@
         <include name="META-INF/services/*" />
         <include name="com/mongodb/**/*" />
         <include name="org/slf4j/**/*" />
-       <include name="org/atmosphere/**/*" />
+           <include name="org/atmosphere/**/*" />
         <include name="com/google/common/**/*" />
         <include name="com/google/gson/**/*" />
         <include name="com/google/gxp/**/*" />
@@ -697,6 +697,7 @@
         <include name="com/google/inject/**/*" />
         <include name="com/google/protobuf/**/*" />
         <include name="com/google/wave/**/*" />
+        <include name="com/typesafe/**/*" />
         <include name="gnu/inet/**/*" />
         <include name="javax/inject/**/*" />
         <include name="javax/servlet/**/*" />

Reply via email to