blob: 7ab595c63e930d3ca6ed85d7b0da50c6e375fcfd [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version
2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by
applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the
License.
-->
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd">
<module rename-to='hupa'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.i18n.I18N"/>
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> Change to new mvp framework - first step
<!-- inherits Logging module -->
<inherits name="com.google.gwt.logging.Logging"/>
<set-property name="gwt.logging.enabled" value="TRUE"/>
<set-property name="gwt.logging.logLevel" value="FINE"/>
<set-property name="gwt.logging.consoleHandler" value="DISABLED"/>
<set-property name="gwt.logging.developmentModeHandler" value="ENABLED"/>
<set-property name="gwt.logging.firebugHandler" value="ENABLED"/>
<set-property name="gwt.logging.hasWidgetsHandler" value="DISABLED"/>
<set-property name="gwt.logging.popupHandler" value="DISABLED"/>
<set-property name="gwt.logging.systemHandler" value="ENABLED"/>
<set-property name="gwt.logging.simpleRemoteHandler" value="DISABLED"/>
<<<<<<< HEAD
=======
>>>>>>> first commit
=======
>>>>>>> Change to new mvp framework - first step
<!-- Hupa modules -->
<inherits name='org.apache.hupa.Shared'/>
<inherits name='org.apache.hupa.Widgets'/>
<!-- Other stuff -->
<inherits name='org.cobogw.gwt.user.User' />
<inherits name='com.google.gwt.widgetideas.WidgetIdeas'/>
<inherits name='com.google.gwt.gen2.commonwidget.CommonWidget' />
<inherits name='com.google.gwt.gen2.table.override.Override'/>
<<<<<<< HEAD
<<<<<<< HEAD
<inherits name='com.google.gwt.gen2.table.ScrollTable'/>
<inherits name='net.customware.gwt.dispatch.Dispatch' />
<<<<<<< HEAD
<<<<<<< HEAD
<inherits name='net.customware.gwt.presenter.Presenter' />
<<<<<<< HEAD
=======
<inherits name='net.customware.gwt.presenter.Presenter' /> -->
>>>>>>> change the LOGIN progress using native MVP instead of gwt-presenter
=======
<inherits name='net.customware.gwt.presenter.Presenter' />
>>>>>>> Change to new mvp framework - first step
=======
<inherits name='com.google.gwt.gen2.table.ScrollTable'/><!--
<inherits name='net.customware.gwt.dispatch.Dispatch' />-->
<inherits name='net.customware.gwt.presenter.Presenter' />
>>>>>>> try to change fetch messages to use RF
=======
<inherits name='com.google.gwt.gen2.table.ScrollTable'/>
>>>>>>> remove some gwt-incubator stuff
<inherits name="com.google.gwt.activity.Activity"/>
<inherits name="com.google.gwt.place.Place"/>
<inherits name="com.google.gwt.inject.Inject"/>
<inherits name="com.google.gwt.cell.Cell"/>
<inherits name="com.google.gwt.editor.Editor"/>
<inherits name="com.google.gwt.resources.Resources" />
<<<<<<< HEAD
=======
<inherits name="com.google.gwt.inject.Inject"/>
>>>>>>> first commit
=======
>>>>>>> Change to new mvp framework - first step
<inherits name="gwtupload.GWTUpload"/>
<inherits name="eu.maydu.gwt.validation.ValidationLibrary"/>
<inherits name='com.allen_sauer.gwt.dnd.gwt-dnd'/>
<inherits name='com.google.web.bindery.requestfactory.RequestFactory'/>
<!-- <inherits name="com.google.gwt.junit.JUnit"/> -->
<!-- Inherit the default GWT style sheet. -->
<!-- <inherits name='com.google.gwt.user.theme.standard.Standard'/> -->
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
<!-- <inherits name='com.google.gwt.user.theme.clean.Clean'/> -->
<!-- CSS loaded asynchronously -->
<stylesheet src="../styles.css"/>
<!-- xsiframe would be the default in gwt soon -->
<add-linker name="xsiframe"/>
<set-property name="locale" value="en" />
<set-property-fallback name="locale" value="en"/>
<source path="client"/>
<!-- In dev mode compile just for FF and webkit -->
<set-property name="user.agent" value="gecko1_8,safari"/>
<!-- Specify the app entry point class. -->
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<entry-point class='org.apache.hupa.client.evo.HupaEvo'/>
=======
<entry-point class='org.apache.hupa.client.Hupa'/>
>>>>>>> first commit
=======
<entry-point class='org.apache.hupa.client.HupaEvolution'/>
>>>>>>> Change to new mvp framework - first step
=======
<entry-point class='org.apache.hupa.client.evo.HupaEvo'/>
>>>>>>> Make the evo more clear.
=======
<entry-point class='org.apache.hupa.client.Hupa'/>
>>>>>>> move new theme ui from experiment to hupa evo
</module>