source: contrib/funambol/PushMailSMSSender/src/main/install/install.xml @ 1356

Revision 1356, 2.4 KB checked in by emersonfaria, 15 years ago (diff)

Ticket #627 - Feito check-in do modulo PushMailSMSSender.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3/*
4 * Funambol is a mobile platform developed by Funambol, Inc.
5 * Copyright (C) 2008 Funambol, Inc.
6 *
7 * This program is free software; you can redistribute it and/or modify it under
8 * the terms of the GNU Affero General Public License version 3 as published by
9 * the Free Software Foundation with the addition of the following permission
10 * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED
11 * WORK IN WHICH THE COPYRIGHT IS OWNED BY FUNAMBOL, FUNAMBOL DISCLAIMS THE
12 * WARRANTY OF NON INFRINGEMENT  OF THIRD PARTY RIGHTS.
13 *
14 * This program is distributed in the hope that it will be useful, but WITHOUT
15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
17 * 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 or write to
21 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
22 * MA 02110-1301 USA.
23 *
24 * You can contact Funambol, Inc. headquarters at 643 Bair Island Road, Suite
25 * 305, Redwood City, CA 94063, USA, or at email address info@funambol.com.
26 *
27 * The interactive user interfaces in modified source and object code versions
28 * of this program must display Appropriate Legal Notices, as required under
29 * Section 5 of the GNU Affero General Public License version 3.
30 *
31 * In accordance with Section 7(b) of the GNU Affero General Public License
32 * version 3, these Appropriate Legal Notices must retain the display of the
33 * "Powered by Funambol" logo. If the display of the logo is not reasonably
34 * feasible for technical reasons, the Appropriate Legal Notices must display
35 * the words "Powered by Funambol".
36 */
37-->
38
39<!--
40    Change the information below as appropriate
41-->
42<project name="PushMailSMSSender Module Installation" default="install" basedir=".">
43    <!-- =================================================================== -->
44    <!-- install - custom module installation                                -->
45    <!-- =================================================================== -->
46    <target name="install">
47        <echo message="PushMailSMSSender installation"/>
48       
49        <!--
50             Put here your installation code...
51        -->
52
53        <echo message="PushMailSMSSender installation successfully completed"/>
54    </target>
55</project>
Note: See TracBrowser for help on using the repository browser.