source: gs3-extensions/atlas-src/trunk/src/org/greenstone/GS3MapLibrary.gwt.xml@ 22272

Last change on this file since 22272 was 22272, checked in by sjm84, 14 years ago

Initial version of ATLAS as an extension

File size: 701 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.7.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.7.1/distro-source/core/src/gwt-module.dtd">
3<module rename-to='gs3maplibrary'>
4 <inherits name="com.google.gwt.user.User" />
5 <inherits name="com.google.gwt.maps.GoogleMaps" />
6 <inherits name='com.google.gwt.user.theme.standard.Standard'/>
7 <inherits name="com.google.gwt.http.HTTP"/>
8 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAtgBCR-EMOIox9GYORrWZ4xT2yXp_ZAY8_ufC3CFXhHIE1NvwkxTdn97J3Y4bgIWO98Jw2xGa7SsjVQ"/>
9 <entry-point class='org.greenstone.client.GS3MapLibrary'/>
10</module>
Note: See TracBrowser for help on using the repository browser.