source: contrib/MailArchiver/sources/src/serpro/mailarchiver/config/MailArchiverWidgetSet.gwt.xml @ 6785

Revision 6785, 3.3 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.7.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.7.0/distro-source/core/src/gwt-module.dtd">
3
4<!--
5/**
6 * MailArchiver is an application that provides services for storing and managing e-mail messages through a Web Services SOAP interface.
7 * Copyright (C) 2012  Marcio Andre Scholl Levien and Fernando Alberto Reuter Wendt and Jose Ronaldo Nogueira Fonseca Junior
8 *
9 * This program is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU Affero General Public License as
11 * published by the Free Software Foundation, either version 3 of the
12 * License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU Affero General Public License for more details.
18 *
19 * You should have received a copy of the GNU Affero General Public License
20 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
21 */
22
23/******************************************************************************\
24*
25*  This product was developed by
26*
27*        SERVIÇO FEDERAL DE PROCESSAMENTO DE DADOS (SERPRO),
28*
29*  a government company established under Brazilian law (5.615/70),
30*  at Department of Development of Porto Alegre.
31*
32\******************************************************************************/
33-->
34
35<module>
36    <!--
37     Uncomment the following to compile the widgetset for one browser only.
38     This can reduce the GWT compilation time significantly when debugging.
39     The line should be commented out before deployment to production
40     environments.
41
42     Multiple browsers can be specified for GWT 1.7 as a comma separated
43     list. The supported user agents at the moment of writing were:
44     ie6,ie8,gecko,gecko1_8,safari,opera
45
46     The value gecko1_8 is used for Firefox 3 and later and safari is used for
47     webkit based browsers including Google Chrome.
48    -->
49    <!-- <set-property name="user.agent" value="gecko1_8"/> -->
50
51
52    <inherits name="com.vaadin.terminal.gwt.DefaultWidgetSet" />
53
54    <inherits name="org.vaadin.easyuploads.EasyuploadsWidgetset" />
55
56    <inherits name="org.vaadin.console.ConsoleWidgetset" />
57
58    <inherits name="com.vaadin.addon.treetable.TreetableWidgetset" />
59
60    <inherits name="org.vaadin.peter.contextmenu.ContextmenuWidgetset" />
61
62    <inherits name="org.vaadin.jouni.animator.AnimatorWidgetset" />
63
64    <inherits name="org.vaadin.notifique.widgetset.NotifiqueWidgetset" />
65
66    <inherits name="org.vaadin.hene.popupbutton.widgetset.PopupbuttonWidgetset" />
67
68    <inherits name="com.github.wolfie.refresher.RefresherApplicationWidgetset" />
69
70    <inherits name="org.vaadin.codeeditor.gwt.CodeEditorWidgetset" />
71
72    <inherits name="org.vaadin.codeeditor.frontend.ace.gwt.AceEditorWidgetset" />
73
74    <inherits name="org.vaadin.artur.icepush.IcepushaddonWidgetset" />
75
76    <inherits name="org.vaadin.peter.buttongroup.ButtongroupWidgetset" />
77
78    <inherits name="org.vaadin.jonatan.contexthelp.widgetset.ContexthelpWidgetset" />
79
80    <inherits name="com.github.wolfie.sessionguard.SessionguardWidgetset" />
81
82    <inherits name="org.vaadin.rpc.WidgetRPC" />
83
84
85    <inherits name="org.vaadin.rpc.WidgetRPC" />
86</module>
Note: See TracBrowser for help on using the repository browser.