Author: yurize
Date: Mon May 28 19:49:16 2012
New Revision: 1343377
URL: http://svn.apache.org/viewvc?rev=1343377&view=rev
Log:
Removing the warnings of waveharness-hosted by Vicente J. Ruiz Jurado
https://reviews.apache.org/r/5252/
Modified:
incubator/wave/trunk/src/org/waveprotocol/wave/client/wavepanel/view/View.gwt.xml
incubator/wave/trunk/src/org/waveprotocol/wave/model/Model.gwt.xml
Modified:
incubator/wave/trunk/src/org/waveprotocol/wave/client/wavepanel/view/View.gwt.xml
URL:
http://svn.apache.org/viewvc/incubator/wave/trunk/src/org/waveprotocol/wave/client/wavepanel/view/View.gwt.xml?rev=1343377&r1=1343376&r2=1343377&view=diff
==============================================================================
---
incubator/wave/trunk/src/org/waveprotocol/wave/client/wavepanel/view/View.gwt.xml
(original)
+++
incubator/wave/trunk/src/org/waveprotocol/wave/client/wavepanel/view/View.gwt.xml
Mon May 28 19:49:16 2012
@@ -1,3 +1,3 @@
-<module><inherits name="com.google.gwt.user.User" /><inherits
name="org.waveprotocol.wave.client.common.safehtml.SafeHtml" /><inherits
name="org.waveprotocol.wave.client.common.util.Util" /><inherits
name="org.waveprotocol.wave.client.scroll.Scroll" /><inherits
name="org.waveprotocol.wave.model.conversation.Conversation" /> <source
path=""/>
+<module><inherits name="com.google.gwt.user.User" /><inherits
name="org.waveprotocol.wave.client.common.safehtml.SafeHtml" /><inherits
name="org.waveprotocol.wave.client.common.util.Util" /><inherits
name="org.waveprotocol.wave.client.scroll.Scroll" /><inherits
name="org.waveprotocol.wave.model.conversation.Conversation" /> <source path=""
excludes="**/Fake*.java" />
</module>
Modified: incubator/wave/trunk/src/org/waveprotocol/wave/model/Model.gwt.xml
URL:
http://svn.apache.org/viewvc/incubator/wave/trunk/src/org/waveprotocol/wave/model/Model.gwt.xml?rev=1343377&r1=1343376&r2=1343377&view=diff
==============================================================================
--- incubator/wave/trunk/src/org/waveprotocol/wave/model/Model.gwt.xml
(original)
+++ incubator/wave/trunk/src/org/waveprotocol/wave/model/Model.gwt.xml Mon May
28 19:49:16 2012
@@ -2,63 +2,65 @@
<module>
<inherits name="com.google.gwt.user.User"/>
<inherits name="org.waveprotocol.wave.model.util.Util"/>
-
+
<source path="adt"/>
-
+
<source path="adt/docbased"/>
-
+
<source path="document"/>
-
+
<source path="document/bootstrap"/>
-
+
<source path="document/indexed"/>
-
+
<source path="document/operation"/>
-
+
<source path="document/operation/algorithm"/>
-
+
<source path="document/operation/automaton"/>
-
+
<source path="document/operation/impl"/>
-
+
<source path="document/operation/util"/>
-
+
<source path="document/parser"/>
-
+
<source path="document/raw"/>
-
+
<source path="document/raw/impl"/>
-
+
<source path="document/util"/>
-
+
<source path="id"/>
-
+
<source path="operation"/>
-
+
<source path="operation/core"/>
-
+
<source path="operation/wave"/>
-
+
<source path="wave"/>
-
+
<source path="wave/data"/>
-
+
<source path="wave/data/core"/>
-
+
<source path="wave/data/core/impl"/>
-
+
<source path="wave/data/impl"/>
-
+
<source path="wave/opbased"/>
-
+
<source path="wave/undo"/>
-
+
<source path="waveref"/>
-
+
<source path="schema"/>
-
+
<source path="version"/>
-
+
+ <source path="testing"
excludes="**/*Test*.java,**/*Tests*.java,**/*ExtraAsserts.java,
**/*OpMatchers.java, **/*Response.java" />
+
<source path="undo"/>
-
+
</module>