Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #221 from zanata/upgrade-gwt-log
Browse files Browse the repository at this point in the history
Revert "upgrade gwt-log and remove not needed file"
  • Loading branch information
seanf committed Oct 10, 2013
2 parents 03320d9 + e6f71ef commit 31752ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-war/pom.xml
Expand Up @@ -1774,7 +1774,7 @@
<dependency>
<groupId>com.allen-sauer.gwt.log</groupId>
<artifactId>gwt-log</artifactId>
<version>3.2.1</version>
<version>3.1.8</version>
</dependency>

<dependency>
Expand Down
15 changes: 15 additions & 0 deletions zanata-war/src/test/java/com/google/gwt/core/client/GWTBridge.java
@@ -0,0 +1,15 @@
package com.google.gwt.core.client;

/**
* After upgrade to GWT 2.5, some of the gwt related libraries start to break.
* i.e. gwt-log see http://code.google.com/p/gwt-log/issues/detail?id=70
* <p/>
* Basically the libraries still reference com.google.gwt.core.client.GWTBridge
* and it's been moved to com.google.gwt.core.shared in GWT 2.5. Before they
* release new version this class needs to be in class path to make things work.
*
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
public abstract class GWTBridge extends com.google.gwt.core.shared.GWTBridge {
}

0 comments on commit 31752ce

Please sign in to comment.