You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wave-commits@incubator.apache.org by wi...@apache.org on 2016/12/22 08:58:00 UTC

incubator-wave git commit: Blacklisted the files which are generated by the proto compiler and shouldnt be included in client.

Repository: incubator-wave
Updated Branches:
  refs/heads/fix/dependendices-2016 7d80a8ba6 -> 4d5e92d1e


Blacklisted the files which are generated by the proto compiler and shouldnt be included in client.


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

Branch: refs/heads/fix/dependendices-2016
Commit: 4d5e92d1ecfaca0e7234919dc40476f139708226
Parents: 7d80a8b
Author: wisebaldone <wi...@apache.org>
Authored: Thu Dec 22 18:57:43 2016 +1000
Committer: wisebaldone <wi...@apache.org>
Committed: Thu Dec 22 18:57:43 2016 +1000

----------------------------------------------------------------------
 wave/build.gradle                                                  | 2 +-
 .../resources/org/waveprotocol/box/attachment/Attachment.gwt.xml   | 1 +
 .../org/waveprotocol/box/common/comms/WaveClientRpc.gwt.xml        | 1 +
 .../main/resources/org/waveprotocol/box/profile/Profile.gwt.xml    | 2 +-
 wave/src/main/resources/org/waveprotocol/box/search/Search.gwt.xml | 1 +
 5 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/4d5e92d1/wave/build.gradle
----------------------------------------------------------------------
diff --git a/wave/build.gradle b/wave/build.gradle
index 440bd6b..ff14a66 100644
--- a/wave/build.gradle
+++ b/wave/build.gradle
@@ -325,7 +325,7 @@ task compileGwtDev {
                     "-style", "PRETTY",
                     "-draftCompile",
                     "-ea",
-                    //"-strict",
+                    "-strict",
                     "org.waveprotocol.box.webclient.WebClientDev"
             ]
         }

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/4d5e92d1/wave/src/main/resources/org/waveprotocol/box/attachment/Attachment.gwt.xml
----------------------------------------------------------------------
diff --git a/wave/src/main/resources/org/waveprotocol/box/attachment/Attachment.gwt.xml b/wave/src/main/resources/org/waveprotocol/box/attachment/Attachment.gwt.xml
index 2783343..3a5d2d1 100644
--- a/wave/src/main/resources/org/waveprotocol/box/attachment/Attachment.gwt.xml
+++ b/wave/src/main/resources/org/waveprotocol/box/attachment/Attachment.gwt.xml
@@ -23,4 +23,5 @@
 <module>
   <inherits name="org.waveprotocol.wave.communication.Communication"/>
   <source path="" excludes="gson/** proto/**"/>
+  <source path="" excludes="**/AttachmentProto.java"/>
 </module>

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/4d5e92d1/wave/src/main/resources/org/waveprotocol/box/common/comms/WaveClientRpc.gwt.xml
----------------------------------------------------------------------
diff --git a/wave/src/main/resources/org/waveprotocol/box/common/comms/WaveClientRpc.gwt.xml b/wave/src/main/resources/org/waveprotocol/box/common/comms/WaveClientRpc.gwt.xml
index 7393ff6..cfc5633 100644
--- a/wave/src/main/resources/org/waveprotocol/box/common/comms/WaveClientRpc.gwt.xml
+++ b/wave/src/main/resources/org/waveprotocol/box/common/comms/WaveClientRpc.gwt.xml
@@ -25,4 +25,5 @@
   <!-- DTO deps below. -->
   <inherits name="org.waveprotocol.wave.communication.Communication"/>
   <source path="" excludes="gson/** proto/**"/>
+  <source path="" excludes="**/WaveClientRpc.java"/>
 </module>

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/4d5e92d1/wave/src/main/resources/org/waveprotocol/box/profile/Profile.gwt.xml
----------------------------------------------------------------------
diff --git a/wave/src/main/resources/org/waveprotocol/box/profile/Profile.gwt.xml b/wave/src/main/resources/org/waveprotocol/box/profile/Profile.gwt.xml
index b02f733..49ad4bb 100644
--- a/wave/src/main/resources/org/waveprotocol/box/profile/Profile.gwt.xml
+++ b/wave/src/main/resources/org/waveprotocol/box/profile/Profile.gwt.xml
@@ -24,5 +24,5 @@
   <!-- DTO deps below. -->
   <inherits name="org.waveprotocol.wave.communication.Communication"/>
   <source path="" excludes="gson/** proto/**"/>
-  <source path=""/>
+  <source path="" excludes="**/ProfilesProto.java"/>
 </module>

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/4d5e92d1/wave/src/main/resources/org/waveprotocol/box/search/Search.gwt.xml
----------------------------------------------------------------------
diff --git a/wave/src/main/resources/org/waveprotocol/box/search/Search.gwt.xml b/wave/src/main/resources/org/waveprotocol/box/search/Search.gwt.xml
index 7393ff6..ad022d2 100644
--- a/wave/src/main/resources/org/waveprotocol/box/search/Search.gwt.xml
+++ b/wave/src/main/resources/org/waveprotocol/box/search/Search.gwt.xml
@@ -25,4 +25,5 @@
   <!-- DTO deps below. -->
   <inherits name="org.waveprotocol.wave.communication.Communication"/>
   <source path="" excludes="gson/** proto/**"/>
+  <source path="" excludes="**/SearchProto.java"/>
 </module>