calendar_calendars.components needs to be longer, adjustments in info.xml

This commit is contained in:
Jakob Sack 2011-09-01 17:27:12 +02:00
parent 8cbe66b5c1
commit 6fa9be73f8
2 changed files with 4 additions and 4 deletions

View File

@ -187,7 +187,7 @@
<type>text</type> <type>text</type>
<default></default> <default></default>
<notnull>false</notnull> <notnull>false</notnull>
<length>20</length> <length>100</length>
</field> </field>
</declaration> </declaration>

View File

@ -2,9 +2,9 @@
<info> <info>
<id>calendar</id> <id>calendar</id>
<name>Calendar</name> <name>Calendar</name>
<version>0.1</version> <version>0.2</version>
<licence>AGPL</licence> <licence>AGPL</licence>
<author>Jakob Sack, Georg Ehrke (Userinterface)</author> <author>Georg Ehrke (Userinterface), Jakob Sack</author>
<require>2</require> <require>2</require>
<description>CalDAV server with viewing support.</description> <description>Calendar with CalDAV support</description>
</info> </info>