]> source.dussan.org Git - vaadin-framework.git/commitdiff
Corrected Google Maps Jar name in Eclipse classpath, etc. Fixes #2284.
authorMarko Grönroos <magi@iki.fi>
Fri, 5 Dec 2008 20:30:04 +0000 (20:30 +0000)
committerMarko Grönroos <magi@iki.fi>
Fri, 5 Dec 2008 20:30:04 +0000 (20:30 +0000)
svn changeset:6105/svn branch:trunk

build/package/build-widgetsets.xml
build/package/eclipse-classpath

index 7edaefd9b1a80d55a5cba53e95394595d657f3d9..d85f18b9fd9b5d00368b9e4e67d4ead704e59b87 100644 (file)
@@ -102,7 +102,7 @@ See configure target to adjust this buildfile.
                        <arg value="com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet" />
                        <classpath>
                                <path refid="compile.classpath"/>
-                               <pathelement location="WebContent/demo/lib/reservr/googlemaps_gwt.jar" />
+                               <pathelement location="WebContent/demo/lib/reservr/gwt-maps.jar" />
                        </classpath>
                </java>
        </target>
index d33db619c5c69a5e59687274b4a08c252f45e07d..d5a181374dcfe44b55df7f2672212d242789d2f6 100644 (file)
@@ -5,7 +5,7 @@
        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar"/>
        <classpathentry kind="lib" path="gwt/gwt-user.jar" />
        <classpathentry kind="lib" path="gwt/gwt-servlet.jar" />
-       <classpathentry kind="lib" path="WebContent/demo/lib/reservr/googlemaps_gwt.jar" />
+       <classpathentry kind="lib" path="WebContent/demo/lib/reservr/gwt-maps.jar" />
        <classpathentry kind="lib" path="WebContent/demo/lib/jetty/jetty-6.1.7.jar"/>
        <classpathentry kind="lib" path="WebContent/demo/lib/jetty/jetty-util-6.1.7.jar"/>
        <classpathentry kind="lib" path="WebContent/demo/lib/jetty/servlet-api-2.5-6.1.7.jar"/>