src/ical4j.properties

Sat, 14 Feb 2015 00:21:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 14 Feb 2015 00:21:19 +0100
branch
ICAL4J_EMBED_1
changeset 20
dd635af15958
permissions
-rw-r--r--

Make last throes at duplication of flawed ical4j classes before bailing.

michael@5 1 #
michael@5 2 # Copyright (c) 2011, Ben Fortuna
michael@5 3 # All rights reserved.
michael@5 4 #
michael@5 5 # Redistribution and use in source and binary forms, with or without
michael@5 6 # modification, are permitted provided that the following conditions
michael@5 7 # are met:
michael@5 8 #
michael@5 9 # o Redistributions of source code must retain the above copyright
michael@5 10 # notice, this list of conditions and the following disclaimer.
michael@5 11 #
michael@5 12 # o Redistributions in binary form must reproduce the above copyright
michael@5 13 # notice, this list of conditions and the following disclaimer in the
michael@5 14 # documentation and/or other materials provided with the distribution.
michael@5 15 #
michael@5 16 # o Neither the name of Ben Fortuna nor the names of any other contributors
michael@5 17 # may be used to endorse or promote products derived from this software
michael@5 18 # without specific prior written permission.
michael@5 19 #
michael@5 20 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@5 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@5 22 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@5 23 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
michael@5 24 # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
michael@5 25 # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@5 26 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
michael@5 27 # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
michael@5 28 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
michael@5 29 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
michael@5 30 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@5 31 #
michael@5 32 # Redistribution and use in source and binary forms, with or without
michael@5 33 # modification, are permitted provided that the following conditions
michael@5 34 # are met:
michael@5 35 #
michael@5 36 # o Redistributions of source code must retain the above copyright
michael@5 37 # notice, this list of conditions and the following disclaimer.
michael@5 38 #
michael@5 39 # o Redistributions in binary form must reproduce the above copyright
michael@5 40 # notice, this list of conditions and the following disclaimer in the
michael@5 41 # documentation and/or other materials provided with the distribution.
michael@5 42 #
michael@5 43 # o Neither the name of Ben Fortuna nor the names of any other contributors
michael@5 44 # may be used to endorse or promote products derived from this software
michael@5 45 # without specific prior written permission.
michael@5 46 #
michael@5 47 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
michael@5 48 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
michael@5 49 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
michael@5 50 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
michael@5 51 # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
michael@5 52 # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
michael@5 53 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
michael@5 54 # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
michael@5 55 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
michael@5 56 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
michael@5 57 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
michael@5 58 #
michael@5 59 #net.fortuna.ical4j.parser=net.fortuna.ical4j.data.HCalendarParserFactory
michael@5 60
michael@5 61 #net.fortuna.ical4j.timezone.registry=net.fortuna.ical4j.model.DefaultTimeZoneRegistryFactory
michael@5 62
michael@5 63 #net.fortuna.ical4j.timezone.update.enabled={true|false}
michael@5 64
michael@5 65 #net.fortuna.ical4j.timezone.date.floating={true|false}
michael@5 66
michael@5 67 #net.fortuna.ical4j.factory.decoder=net.fortuna.ical4j.util.DefaultDecoderFactory
michael@5 68
michael@5 69 #net.fortuna.ical4j.factory.encoder=net.fortuna.ical4j.util.DefaultEncoderFactory
michael@5 70
michael@5 71 #net.fortuna.ical4j.recur.maxincrementcount=1000
michael@5 72
michael@5 73 #ical4j.unfolding.relaxed={true|false}
michael@5 74
michael@5 75 ical4j.parsing.relaxed=true
michael@5 76
michael@5 77 ical4j.validation.relaxed=true
michael@5 78
michael@5 79 #ical4j.compatibility.outlook={true|false}
michael@5 80
michael@5 81 #ical4j.compatibility.notes={true|false}

mercurial