Skip to content

Commit

Permalink
upgrade to GWT 2.4 and recompile maps jar
Browse files Browse the repository at this point in the history
We use a custom build of gwt-google-maps because the app needs access to some features that weren't offered in the wrapper online. (e.g., adding a widget to the infowindow)

This change updates the app to GWT 2.4 (by updating the gwt-user and gwt-dev jars), and also includes the custom maps jar recompiled with the GWT 2.4 libs. If a custom maps jar is still required the next time GWT is upgraded (that s, if there is still no official version of the gwt maps wrapper that supports all the methods we need), the maps jar may need to be recompiled again, which can be done using the src files in lib/gwt-google-maps-v3.tar.gz. (Unzip the directory and check the README file for instructions.)
  • Loading branch information
shlurbee committed Feb 4, 2012
1 parent 4d1d0c1 commit 98c2a99
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MobilizeWeb.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<listEntry value="4"/>
</listAttribute>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot; javaProject=&quot;AndWellnessFrontend&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/AndWellnessFrontend/src&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#10;"/>
Expand Down
Binary file modified lib/gwt-dev.jar
Binary file not shown.
Binary file modified lib/gwt-google-maps-v3.jar
Binary file not shown.
Binary file added lib/gwt-google-maps-v3.tar.gz
Binary file not shown.
Binary file modified lib/gwt-user.jar
Binary file not shown.

0 comments on commit 98c2a99

Please sign in to comment.