Ignore:
Timestamp:
10/28/09 20:58:21 (15 years ago)
Author:
wmerlotto
Message:

Ticket #693 - Incrementado a sincronizacao de contatos, integracao com maven e codigo de autenticacao no LDAP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/psync/src/main/bean/psync/calendar/VEventSource.xml

    r1009 r1545  
    1 <?xml version="1.0" encoding="UTF-8"?> 
    2 <java version="1.4.0" class="java.beans.XMLDecoder"> 
    3  <object class="br.com.prognus.psync.engine.source.PIMCalendarSyncSource"> 
    4  <void property="name"> 
    5    <string>calendario</string> 
    6  </void> 
    7  <void property="sourceURI"> 
    8    <string>calendario</string> 
    9  </void> 
    10  <void property="entityType"> 
    11    <class>com.funambol.common.pim.calendar.Event</class> 
    12  </void> 
    13  <void property="info"> 
    14    <object class="com.funambol.framework.engine.source.SyncSourceInfo"> 
    15      <void property="supportedTypes"> 
    16      <array class="com.funambol.framework.engine.source.ContentType" length="2"> 
    17       <void index="0"> 
    18        <object class="com.funambol.framework.engine.source.ContentType"> 
    19         <void property="type"> 
    20          <string>text/x-vcalendar</string> 
    21         </void> 
    22         <void property="version"> 
    23          <string>1.0</string> 
    24         </void> 
    25        </object> 
    26       </void> 
    27       <void index="1"> 
    28        <object class="com.funambol.framework.engine.source.ContentType"> 
    29         <void property="type"> 
    30          <string>text/calendar</string> 
    31         </void> 
    32         <void property="version"> 
    33          <string>2.0</string> 
    34         </void> 
    35        </object> 
    36       </void> 
    37      </array> 
    38      </void>  <!-- supportedTypes --> 
    39      <void property="preferred"> 
    40        <int>0</int> 
    41      </void> 
    42    </object> 
    43  </void> <!-- info --> 
    44  </object> 
    45 </java> 
Note: See TracChangeset for help on using the changeset viewer.