Explorar el Código

com.google.gwt.user.client.rpc.IsSerializable should be in vaadin-shared

Change-Id: I5dc07ebbaab9b5a91a0d022f79606b9a1ab422b8
tags/7.0.0.beta11
Artur Signell hace 11 años
padre
commit
e75bf0f0cf
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      gwt-files.xml

+ 5
- 0
gwt-files.xml Ver fichero

@@ -105,6 +105,9 @@
<exclude name="com/google/gwt/*/shared/**" />
<exclude name="com/google/gwt/*/*/shared/**" />
<exclude name="com/google/web/bindery/*/shared/**" />
<!-- Used by the server, in wrong package in GWT -->
<exclude name="com/google/gwt/user/client/rpc/IsSerializable.*" />

<!-- These are in vaadin-shared-deps -->
<exclude name="com/google/gwt/thirdparty/streamhtmlparser/**" />
@@ -126,6 +129,8 @@
<include name="com/google/gwt/*/shared/**" />
<include name="com/google/gwt/*/*/shared/**" />
<include name="com/google/web/bindery/*/shared/**" />
<include name="com/google/gwt/user/client/rpc/IsSerializable.*" />

</fileset>
</union>


Cargando…
Cancelar
Guardar