cleaned up gwt.ui pom and switched to GWT 2.4

This commit is contained in:
Axel Uhl
2011-12-01 15:18:21 +01:00
parent 325965f201
commit a916565233
9 changed files with 6 additions and 28 deletions
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osgi
Bundle-SymbolicName: com.google.gwt.osgi
Bundle-Version: 2.3.0.qualifier
Bundle-Version: 2.4.0.qualifier
Bundle-Vendor: GOOGLE
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lib/gwt-dev.jar,
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -8,6 +8,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>com.google.gwt.osgi</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
@@ -21,7 +21,7 @@ Require-Bundle: com.sap.sailing.domain,
com.sap.sailing.domain.persistence,
com.sap.sailing.domain.swisstimingadapter.persistence,
com.sap.sailing.domain.tractracadapter.persistence,
com.google.gwt.osgi;bundle-version="2.3.0"
com.google.gwt.osgi;bundle-version="2.4.0"
Bundle-ClassPath: lib/gwt-maps.jar,
lib/gwt-visualization.jar,
lib/gwt-servlet.jar,
+1 -19
View File
@@ -12,18 +12,6 @@
<packaging>eclipse-plugin</packaging>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>2.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sap.ui.phoenix</groupId>
<artifactId>pwt-sap.ui.commons</artifactId>
@@ -44,12 +32,6 @@
<artifactId>commons</artifactId>
<version>0.18.0</version>
</dependency>
<dependency>
<groupId>com.google.code</groupId>
<artifactId>gwt-maps</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
@@ -57,7 +39,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.3.0-1</version>
<version>2.4.0</version>
<executions>
<!-- GWT version detected from dependencyManagement -->
<execution>
@@ -7,6 +7,7 @@ import com.google.gwt.dom.client.EventTarget;
import com.google.gwt.dom.client.NativeEvent;
import com.google.gwt.resources.client.ImageResource;
import com.google.gwt.safehtml.shared.SafeHtml;
import com.google.gwt.safehtml.shared.SafeHtmlBuilder;
import com.google.gwt.text.shared.SafeHtmlRenderer;
import com.google.gwt.text.shared.SimpleSafeHtmlRenderer;
import com.google.gwt.user.client.ui.AbstractImagePrototype;
@@ -83,7 +84,6 @@ public abstract class ImagesBarCell extends AbstractSafeHtmlCell<String> {
* @return
*/
protected static SafeHtml makeImage(ImageResource resource) {
AbstractImagePrototype proto = AbstractImagePrototype.create(resource);
return proto.getSafeHtml();
return AbstractImagePrototype.create(resource).getSafeHtml();
}
}
@@ -1,2 +0,0 @@
# Module com.sap.sailing.gwt.ui.AdminConsole
# RPC service class, partial path of RPC policy file
@@ -1,2 +0,0 @@
# Module com.sap.sailing.gwt.ui.Leaderboard
# RPC service class, partial path of RPC policy file