~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to kresources/groupware/kresources_kcal_groupware.kcfg

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-06-28 19:33:24 UTC
  • mfrom: (0.2.13) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110628193324-8yvjs8sdv9rdoo6c
Tags: 4:4.7.0-0ubuntu1
* New upstream release
  - update install files
  - add missing kdepim-doc package to control file
  - Fix Vcs lines
  - kontact breaks/replaces korganizer << 4:4.6.80
  - tighten the dependency of kdepim-dev on libkdepim4 to fix lintian error

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3
 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
 
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5
 
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6
 
 <kcfgfile name="kresources_kcal_groupwarerc" />
7
 
 <group name="General" >
8
 
  <entry key="Url" type="String" >
9
 
   <label>Server URL</label>
10
 
  </entry>
11
 
  <entry key="User" type="String" >
12
 
   <label>User Name</label>
13
 
  </entry>
14
 
  <entry key="Password" type="String" >
15
 
   <label>Password</label>
16
 
  </entry>
17
 
  <entry key="Port" type="UInt" >
18
 
   <label>TCP Port</label>
19
 
   <default>80</default>
20
 
  </entry>
21
 
 </group>
22
 
</kcfg>