You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/02 22:34:51 UTC

svn commit: r860631 [1/16] - in /websites/production/commons/content/proper/commons-codec: ./ apidocs/ apidocs/org/apache/commons/codec/ apidocs/org/apache/commons/codec/binary/ apidocs/org/apache/commons/codec/binary/class-use/ apidocs/org/apache/comm...

Author: ggregory
Date: Thu May  2 20:34:14 2013
New Revision: 860631

Log:
Site checkin for project Apache Commons Codec

Removed:
    websites/production/commons/content/proper/commons-codec/apidocs/resources/background.gif
    websites/production/commons/content/proper/commons-codec/apidocs/resources/tab.gif
    websites/production/commons/content/proper/commons-codec/apidocs/resources/titlebar.gif
    websites/production/commons/content/proper/commons-codec/apidocs/resources/titlebar_end.gif
Modified:
    websites/production/commons/content/proper/commons-codec/apidocs/allclasses-frame.html
    websites/production/commons/content/proper/commons-codec/apidocs/allclasses-noframe.html
    websites/production/commons/content/proper/commons-codec/apidocs/constant-values.html
    websites/production/commons/content/proper/commons-codec/apidocs/deprecated-list.html
    websites/production/commons/content/proper/commons-codec/apidocs/help-doc.html
    websites/production/commons/content/proper/commons-codec/apidocs/index-all.html
    websites/production/commons/content/proper/commons-codec/apidocs/index.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/BinaryDecoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/BinaryEncoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/CharEncoding.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Charsets.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Decoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/DecoderException.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Encoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/EncoderException.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringDecoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringEncoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringEncoderComparator.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32InputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32OutputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64InputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64OutputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecInputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecOutputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BinaryCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Hex.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/StringUtils.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32InputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32OutputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64InputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64OutputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecInputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecOutputStream.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BinaryCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Hex.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/StringUtils.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-frame.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-summary.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-tree.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/package-use.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/BinaryDecoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/BinaryEncoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/CharEncoding.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Charsets.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Decoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/DecoderException.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/Encoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/EncoderException.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringDecoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringEncoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/class-use/StringEncoderComparator.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Crypt.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Md5Crypt.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MessageDigestAlgorithms.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Sha2Crypt.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/UnixCrypt.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Crypt.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/DigestUtils.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Md5Crypt.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MessageDigestAlgorithms.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Sha2Crypt.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/UnixCrypt.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-frame.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-summary.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-tree.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-use.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/AbstractCaverphone.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone1.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone2.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/ColognePhonetic.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DoubleMetaphone.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/MatchRatingApproachEncoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Metaphone.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Nysiis.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/RefinedSoundex.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Soundex.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/BeiderMorseEncoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Lang.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.LanguageSet.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.SomeLanguages.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/NameType.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/PhoneticEngine.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.Phoneme.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.PhonemeExpr.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.PhonemeList.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.RPattern.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/RuleType.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/BeiderMorseEncoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Lang.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.LanguageSet.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.SomeLanguages.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/NameType.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/PhoneticEngine.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Rule.Phoneme.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Rule.PhonemeExpr.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Rule.PhonemeList.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Rule.RPattern.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Rule.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/RuleType.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/package-frame.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/package-summary.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/package-tree.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/package-use.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/AbstractCaverphone.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/Caverphone.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/Caverphone1.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/Caverphone2.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/ColognePhonetic.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/DoubleMetaphone.DoubleMetaphoneResult.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/DoubleMetaphone.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/MatchRatingApproachEncoder.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/Metaphone.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/Nysiis.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/RefinedSoundex.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/class-use/Soundex.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/package-frame.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/package-summary.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/package-tree.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/package-use.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/BCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/QCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/QuotedPrintableCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/URLCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/class-use/BCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/class-use/QCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/class-use/QuotedPrintableCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/class-use/URLCodec.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/package-frame.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/package-summary.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/package-tree.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/net/package-use.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/package-frame.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/package-summary.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/package-tree.html
    websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/package-use.html
    websites/production/commons/content/proper/commons-codec/apidocs/overview-frame.html
    websites/production/commons/content/proper/commons-codec/apidocs/overview-summary.html
    websites/production/commons/content/proper/commons-codec/apidocs/overview-tree.html
    websites/production/commons/content/proper/commons-codec/apidocs/serialized-form.html
    websites/production/commons/content/proper/commons-codec/apidocs/src-html/org/apache/commons/codec/language/Metaphone.html
    websites/production/commons/content/proper/commons-codec/changes-report.html
    websites/production/commons/content/proper/commons-codec/checkstyle.html
    websites/production/commons/content/proper/commons-codec/checkstyle.rss
    websites/production/commons/content/proper/commons-codec/clirr-report.html
    websites/production/commons/content/proper/commons-codec/cobertura/frame-sourcefiles-org.apache.commons.codec.language.bm.html
    websites/production/commons/content/proper/commons-codec/cobertura/frame-sourcefiles.html
    websites/production/commons/content/proper/commons-codec/cobertura/frame-summary-org.apache.commons.codec.binary.html
    websites/production/commons/content/proper/commons-codec/cobertura/frame-summary-org.apache.commons.codec.digest.html
    websites/production/commons/content/proper/commons-codec/cobertura/frame-summary-org.apache.commons.codec.html
    websites/production/commons/content/proper/commons-codec/cobertura/frame-summary-org.apache.commons.codec.language.bm.html
    websites/production/commons/content/proper/commons-codec/cobertura/frame-summary-org.apache.commons.codec.language.html
    websites/production/commons/content/proper/commons-codec/cobertura/frame-summary-org.apache.commons.codec.net.html
    websites/production/commons/content/proper/commons-codec/cobertura/frame-summary.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.BinaryDecoder.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.BinaryEncoder.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.CharEncoding.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.Charsets.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.Decoder.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.DecoderException.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.Encoder.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.EncoderException.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.StringDecoder.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.StringEncoder.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.StringEncoderComparator.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.Base32.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.Base32InputStream.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.Base32OutputStream.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.Base64.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.Base64InputStream.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.Base64OutputStream.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.BaseNCodec.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.BaseNCodecInputStream.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.BaseNCodecOutputStream.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.BinaryCodec.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.Hex.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.binary.StringUtils.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.digest.B64.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.digest.Crypt.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.digest.DigestUtils.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.digest.Md5Crypt.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.digest.MessageDigestAlgorithms.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.digest.Sha2Crypt.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.digest.UnixCrypt.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.AbstractCaverphone.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.Caverphone.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.Caverphone1.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.Caverphone2.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.ColognePhonetic.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.DoubleMetaphone.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.MatchRatingApproachEncoder.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.Metaphone.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.Nysiis.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.RefinedSoundex.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.Soundex.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.SoundexUtils.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.bm.BeiderMorseEncoder.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.bm.Lang.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.bm.Languages.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.bm.NameType.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.bm.PhoneticEngine.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.bm.ResourceConstants.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.bm.Rule.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.language.bm.RuleType.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.net.BCodec.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.net.QCodec.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.net.QuotedPrintableCodec.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.net.RFC1522Codec.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.net.URLCodec.html
    websites/production/commons/content/proper/commons-codec/cobertura/org.apache.commons.codec.net.Utils.html
    websites/production/commons/content/proper/commons-codec/cpd.html
    websites/production/commons/content/proper/commons-codec/dependencies.html
    websites/production/commons/content/proper/commons-codec/distribution-management.html
    websites/production/commons/content/proper/commons-codec/download_codec.html
    websites/production/commons/content/proper/commons-codec/findbugs.html
    websites/production/commons/content/proper/commons-codec/index.html
    websites/production/commons/content/proper/commons-codec/integration.html
    websites/production/commons/content/proper/commons-codec/issue-tracking.html
    websites/production/commons/content/proper/commons-codec/javancss.html
    websites/production/commons/content/proper/commons-codec/jdepend-report.html
    websites/production/commons/content/proper/commons-codec/jira-report.html
    websites/production/commons/content/proper/commons-codec/mail-lists.html
    websites/production/commons/content/proper/commons-codec/pmd.html
    websites/production/commons/content/proper/commons-codec/project-info.html
    websites/production/commons/content/proper/commons-codec/project-reports.html
    websites/production/commons/content/proper/commons-codec/project-summary.html
    websites/production/commons/content/proper/commons-codec/proposal.html
    websites/production/commons/content/proper/commons-codec/rat-report.html
    websites/production/commons/content/proper/commons-codec/source-repository.html
    websites/production/commons/content/proper/commons-codec/surefire-report.html
    websites/production/commons/content/proper/commons-codec/taglist.html
    websites/production/commons/content/proper/commons-codec/team-list.html
    websites/production/commons/content/proper/commons-codec/testapidocs/allclasses-frame.html
    websites/production/commons/content/proper/commons-codec/testapidocs/allclasses-noframe.html
    websites/production/commons/content/proper/commons-codec/testapidocs/constant-values.html
    websites/production/commons/content/proper/commons-codec/testapidocs/deprecated-list.html
    websites/production/commons/content/proper/commons-codec/testapidocs/help-doc.html
    websites/production/commons/content/proper/commons-codec/testapidocs/index-all.html
    websites/production/commons/content/proper/commons-codec/testapidocs/index.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/BinaryEncoderAbstractTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/CharEncodingTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/CharsetsTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/DecoderExceptionTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/EncoderExceptionTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/StringEncoderAbstractTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/StringEncoderComparatorTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Base32InputStreamTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Base32OutputStreamTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Base32Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Base32TestData.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Base64Codec13Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Base64InputStreamTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Base64OutputStreamTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Base64Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Base64TestData.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/BaseNCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/BinaryCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/Codec105ErrorInputStream.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/HexTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/StringUtilsTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Base32InputStreamTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Base32OutputStreamTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Base32Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Base32TestData.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Base64Codec13Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Base64InputStreamTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Base64OutputStreamTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Base64Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Base64TestData.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/BaseNCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/BinaryCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/Codec105ErrorInputStream.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/HexTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/class-use/StringUtilsTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/package-frame.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/package-summary.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/package-tree.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/binary/package-use.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/class-use/BinaryEncoderAbstractTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/class-use/CharEncodingTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/class-use/CharsetsTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/class-use/DecoderExceptionTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/class-use/EncoderExceptionTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/class-use/StringEncoderAbstractTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/class-use/StringEncoderComparatorTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/Apr1CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/B64Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/DigestUtilsTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/Md5CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/Sha256CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/Sha2CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/Sha512CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/UnixCryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/class-use/Apr1CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/class-use/B64Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/class-use/CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/class-use/DigestUtilsTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/class-use/Md5CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/class-use/Sha256CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/class-use/Sha2CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/class-use/Sha512CryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/class-use/UnixCryptTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/package-frame.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/package-summary.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/package-tree.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/digest/package-use.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/Caverphone1Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/Caverphone2Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/ColognePhoneticTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/DoubleMetaphone2Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/DoubleMetaphoneTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/MatchRatingApproachEncoderTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/MetaphoneTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/NysiisTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/RefinedSoundexTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/SoundexTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/LanguageGuessingTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/PhoneticEngineRegressionTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/PhoneticEngineTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/RuleTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/class-use/BeiderMorseEncoderTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/class-use/LanguageGuessingTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/class-use/PhoneticEngineRegressionTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/class-use/PhoneticEngineTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/class-use/RuleTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/package-frame.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/package-summary.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/package-tree.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/bm/package-use.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/Caverphone1Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/Caverphone2Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/ColognePhoneticTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/DoubleMetaphone2Test.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/DoubleMetaphoneTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/MatchRatingApproachEncoderTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/MetaphoneTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/NysiisTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/RefinedSoundexTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/class-use/SoundexTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/package-frame.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/package-summary.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/package-tree.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/language/package-use.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/BCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/QCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/QuotedPrintableCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/RFC1522CodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/URLCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/UtilsTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/class-use/BCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/class-use/QCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/class-use/QuotedPrintableCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/class-use/RFC1522CodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/class-use/URLCodecTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/class-use/UtilsTest.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/package-frame.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/package-summary.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/package-tree.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/net/package-use.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/package-frame.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/package-summary.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/package-tree.html
    websites/production/commons/content/proper/commons-codec/testapidocs/org/apache/commons/codec/package-use.html
    websites/production/commons/content/proper/commons-codec/testapidocs/overview-frame.html
    websites/production/commons/content/proper/commons-codec/testapidocs/overview-summary.html
    websites/production/commons/content/proper/commons-codec/testapidocs/overview-tree.html
    websites/production/commons/content/proper/commons-codec/userguide.html
    websites/production/commons/content/proper/commons-codec/xref-test/index.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref-test/overview-frame.html
    websites/production/commons/content/proper/commons-codec/xref-test/overview-summary.html
    websites/production/commons/content/proper/commons-codec/xref/index.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/Metaphone.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/bm/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/bm/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/net/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/net/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/package-frame.html
    websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/package-summary.html
    websites/production/commons/content/proper/commons-codec/xref/overview-frame.html
    websites/production/commons/content/proper/commons-codec/xref/overview-summary.html

Modified: websites/production/commons/content/proper/commons-codec/apidocs/allclasses-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/allclasses-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/allclasses-frame.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Commons Codec 1.8 API)
+All Classes (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 

Modified: websites/production/commons/content/proper/commons-codec/apidocs/allclasses-noframe.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/allclasses-noframe.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/allclasses-noframe.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Commons Codec 1.8 API)
+All Classes (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 

Modified: websites/production/commons/content/proper/commons-codec/apidocs/constant-values.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/constant-values.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/constant-values.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Constant Field Values (Commons Codec 1.8 API)
+Constant Field Values (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Constant Field Values (Commons Codec 1.8
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Commons Codec 1.8 API)";
+        parent.document.title="Constant Field Values (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/deprecated-list.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/deprecated-list.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/deprecated-list.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Deprecated List (Commons Codec 1.8 API)
+Deprecated List (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Deprecated List (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Commons Codec 1.8 API)";
+        parent.document.title="Deprecated List (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/help-doc.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/help-doc.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/help-doc.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-API Help (Commons Codec 1.8 API)
+API Help (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ API Help (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Commons Codec 1.8 API)";
+        parent.document.title="API Help (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/index-all.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/index-all.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/index-all.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Index (Commons Codec 1.8 API)
+Index (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Index (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Index (Commons Codec 1.8 API)";
+        parent.document.title="Index (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/index.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/index.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Commons Codec 1.8 API
+Apache Commons Codec 1.9-SNAPSHOT API
 </TITLE>
 <SCRIPT type="text/javascript">
     targetPage = "" + window.location.search;

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/BinaryDecoder.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/BinaryDecoder.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/BinaryDecoder.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-BinaryDecoder (Commons Codec 1.8 API)
+BinaryDecoder (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ BinaryDecoder (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BinaryDecoder (Commons Codec 1.8 API)";
+        parent.document.title="BinaryDecoder (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/BinaryEncoder.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/BinaryEncoder.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/BinaryEncoder.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-BinaryEncoder (Commons Codec 1.8 API)
+BinaryEncoder (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ BinaryEncoder (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BinaryEncoder (Commons Codec 1.8 API)";
+        parent.document.title="BinaryEncoder (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/CharEncoding.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/CharEncoding.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/CharEncoding.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CharEncoding (Commons Codec 1.8 API)
+CharEncoding (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ CharEncoding (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CharEncoding (Commons Codec 1.8 API)";
+        parent.document.title="CharEncoding (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Charsets.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Charsets.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Charsets.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Charsets (Commons Codec 1.8 API)
+Charsets (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Charsets (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Charsets (Commons Codec 1.8 API)";
+        parent.document.title="Charsets (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Decoder.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Decoder.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Decoder.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Decoder (Commons Codec 1.8 API)
+Decoder (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Decoder (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Decoder (Commons Codec 1.8 API)";
+        parent.document.title="Decoder (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/DecoderException.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/DecoderException.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/DecoderException.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-DecoderException (Commons Codec 1.8 API)
+DecoderException (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ DecoderException (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DecoderException (Commons Codec 1.8 API)";
+        parent.document.title="DecoderException (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Encoder.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Encoder.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/Encoder.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Encoder (Commons Codec 1.8 API)
+Encoder (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Encoder (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Encoder (Commons Codec 1.8 API)";
+        parent.document.title="Encoder (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/EncoderException.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/EncoderException.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/EncoderException.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-EncoderException (Commons Codec 1.8 API)
+EncoderException (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ EncoderException (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EncoderException (Commons Codec 1.8 API)";
+        parent.document.title="EncoderException (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringDecoder.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringDecoder.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringDecoder.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-StringDecoder (Commons Codec 1.8 API)
+StringDecoder (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ StringDecoder (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StringDecoder (Commons Codec 1.8 API)";
+        parent.document.title="StringDecoder (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringEncoder.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringEncoder.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringEncoder.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-StringEncoder (Commons Codec 1.8 API)
+StringEncoder (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ StringEncoder (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StringEncoder (Commons Codec 1.8 API)";
+        parent.document.title="StringEncoder (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringEncoderComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringEncoderComparator.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/StringEncoderComparator.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-StringEncoderComparator (Commons Codec 1.8 API)
+StringEncoderComparator (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ StringEncoderComparator (Commons Codec 1
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StringEncoderComparator (Commons Codec 1.8 API)";
+        parent.document.title="StringEncoderComparator (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Base32 (Commons Codec 1.8 API)
+Base32 (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Base32 (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Base32 (Commons Codec 1.8 API)";
+        parent.document.title="Base32 (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32InputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32InputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32InputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Base32InputStream (Commons Codec 1.8 API)
+Base32InputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Base32InputStream (Commons Codec 1.8 API
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Base32InputStream (Commons Codec 1.8 API)";
+        parent.document.title="Base32InputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32OutputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32OutputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base32OutputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Base32OutputStream (Commons Codec 1.8 API)
+Base32OutputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Base32OutputStream (Commons Codec 1.8 AP
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Base32OutputStream (Commons Codec 1.8 API)";
+        parent.document.title="Base32OutputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Base64 (Commons Codec 1.8 API)
+Base64 (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Base64 (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Base64 (Commons Codec 1.8 API)";
+        parent.document.title="Base64 (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64InputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64InputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64InputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Base64InputStream (Commons Codec 1.8 API)
+Base64InputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Base64InputStream (Commons Codec 1.8 API
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Base64InputStream (Commons Codec 1.8 API)";
+        parent.document.title="Base64InputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64OutputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64OutputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Base64OutputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Base64OutputStream (Commons Codec 1.8 API)
+Base64OutputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Base64OutputStream (Commons Codec 1.8 AP
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Base64OutputStream (Commons Codec 1.8 API)";
+        parent.document.title="Base64OutputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodec.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-BaseNCodec (Commons Codec 1.8 API)
+BaseNCodec (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ BaseNCodec (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BaseNCodec (Commons Codec 1.8 API)";
+        parent.document.title="BaseNCodec (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecInputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecInputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecInputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-BaseNCodecInputStream (Commons Codec 1.8 API)
+BaseNCodecInputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ BaseNCodecInputStream (Commons Codec 1.8
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BaseNCodecInputStream (Commons Codec 1.8 API)";
+        parent.document.title="BaseNCodecInputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecOutputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecOutputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BaseNCodecOutputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-BaseNCodecOutputStream (Commons Codec 1.8 API)
+BaseNCodecOutputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ BaseNCodecOutputStream (Commons Codec 1.
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BaseNCodecOutputStream (Commons Codec 1.8 API)";
+        parent.document.title="BaseNCodecOutputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BinaryCodec.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BinaryCodec.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/BinaryCodec.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-BinaryCodec (Commons Codec 1.8 API)
+BinaryCodec (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ BinaryCodec (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BinaryCodec (Commons Codec 1.8 API)";
+        parent.document.title="BinaryCodec (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Hex.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Hex.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/Hex.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Hex (Commons Codec 1.8 API)
+Hex (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Hex (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Hex (Commons Codec 1.8 API)";
+        parent.document.title="Hex (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/StringUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/StringUtils.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/StringUtils.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-StringUtils (Commons Codec 1.8 API)
+StringUtils (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ StringUtils (Commons Codec 1.8 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StringUtils (Commons Codec 1.8 API)";
+        parent.document.title="StringUtils (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.commons.codec.binary.Base32 (Commons Codec 1.8 API)
+Uses of Class org.apache.commons.codec.binary.Base32 (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.commons.codec.b
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base32 (Commons Codec 1.8 API)";
+        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base32 (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32InputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32InputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32InputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.commons.codec.binary.Base32InputStream (Commons Codec 1.8 API)
+Uses of Class org.apache.commons.codec.binary.Base32InputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.commons.codec.b
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base32InputStream (Commons Codec 1.8 API)";
+        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base32InputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32OutputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32OutputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base32OutputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.commons.codec.binary.Base32OutputStream (Commons Codec 1.8 API)
+Uses of Class org.apache.commons.codec.binary.Base32OutputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.commons.codec.b
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base32OutputStream (Commons Codec 1.8 API)";
+        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base32OutputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.commons.codec.binary.Base64 (Commons Codec 1.8 API)
+Uses of Class org.apache.commons.codec.binary.Base64 (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.commons.codec.b
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base64 (Commons Codec 1.8 API)";
+        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base64 (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64InputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64InputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64InputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.commons.codec.binary.Base64InputStream (Commons Codec 1.8 API)
+Uses of Class org.apache.commons.codec.binary.Base64InputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.commons.codec.b
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base64InputStream (Commons Codec 1.8 API)";
+        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base64InputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64OutputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64OutputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/Base64OutputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.commons.codec.binary.Base64OutputStream (Commons Codec 1.8 API)
+Uses of Class org.apache.commons.codec.binary.Base64OutputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.commons.codec.b
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base64OutputStream (Commons Codec 1.8 API)";
+        parent.document.title="Uses of Class org.apache.commons.codec.binary.Base64OutputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodec.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.commons.codec.binary.BaseNCodec (Commons Codec 1.8 API)
+Uses of Class org.apache.commons.codec.binary.BaseNCodec (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.commons.codec.b
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.codec.binary.BaseNCodec (Commons Codec 1.8 API)";
+        parent.document.title="Uses of Class org.apache.commons.codec.binary.BaseNCodec (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecInputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecInputStream.html (original)
+++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/binary/class-use/BaseNCodecInputStream.html Thu May  2 20:34:14 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.commons.codec.binary.BaseNCodecInputStream (Commons Codec 1.8 API)
+Uses of Class org.apache.commons.codec.binary.BaseNCodecInputStream (Apache Commons Codec 1.9-SNAPSHOT API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.commons.codec.b
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.codec.binary.BaseNCodecInputStream (Commons Codec 1.8 API)";
+        parent.document.title="Uses of Class org.apache.commons.codec.binary.BaseNCodecInputStream (Apache Commons Codec 1.9-SNAPSHOT API)";
     }
 }
 </SCRIPT>