Modified: sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/DummyLogger.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/DummyLogger.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/DummyLogger.java [UTF-8] (original) +++ sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/DummyLogger.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -24,7 +24,7 @@ import java.util.logging.Level; * This class is used by {@link LoggerAdapterTest}. * * @author Martin Desruisseaux (IRD) - * @since 0.3 (derived from geotk-2.4) + * @since 0.3 * @version 0.3 * @module */
Modified: sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/LoggerAdapterTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/LoggerAdapterTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/LoggerAdapterTest.java [UTF-8] (original) +++ sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/LoggerAdapterTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -27,7 +27,7 @@ import static org.junit.Assert.*; * Tests the {@link LoggerAdapter} class. * * @author Martin Desruisseaux (IRD) - * @since 0.3 (derived from geotk-2.4) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/MonolineFormatterTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/MonolineFormatterTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/MonolineFormatterTest.java [UTF-8] (original) +++ sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/MonolineFormatterTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -30,7 +30,7 @@ import static org.apache.sis.test.Assert * Tests the {@link MonolineFormatter} class. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.16) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/PerformanceLevelTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/PerformanceLevelTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/PerformanceLevelTest.java [UTF-8] (original) +++ sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/logging/PerformanceLevelTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -28,7 +28,7 @@ import static org.apache.sis.util.loggin * Tests the {@link PerformanceLevel} class. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.16) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/resources/IndexedResourceBundleTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/resources/IndexedResourceBundleTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/resources/IndexedResourceBundleTest.java [UTF-8] (original) +++ sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/util/resources/IndexedResourceBundleTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -45,7 +45,7 @@ import static org.apache.sis.test.Assert * then this {@code IndexedResourceBundleTest} class will need to be updated. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-2.2) + * @since 0.3 * @version 0.4 */ @DependsOn(LoaderTest.class) Modified: sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/MarshallerPoolTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/MarshallerPoolTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/MarshallerPoolTest.java [UTF-8] (original) +++ sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/MarshallerPoolTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -30,7 +30,7 @@ import static org.junit.Assert.*; * Tests the {@link MarshallerPool}. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.00) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/NilReasonTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/NilReasonTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/NilReasonTest.java [UTF-8] (original) +++ sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/NilReasonTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -33,7 +33,7 @@ import static org.apache.sis.test.Assert * Tests the {@link NilReason}. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.18) + * @since 0.3 * @version 0.4 * @module */ Modified: sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/XLinkTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/XLinkTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/XLinkTest.java [UTF-8] (original) +++ sis/branches/JDK6/core/sis-utility/src/test/java/org/apache/sis/xml/XLinkTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -29,7 +29,7 @@ import static org.junit.Assert.*; * Tests the {@link XLink}. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.18) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK6/pom.xml?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/pom.xml (original) +++ sis/branches/JDK6/pom.xml Tue Jan 27 21:19:07 2015 @@ -561,7 +561,6 @@ Apache SIS is a free software, Java lang <locale>${website.locale}</locale> <!-- Locale for navigation bar, help file contents, etc. --> <author>false</author> <!-- Excludes the authors text in the generated docs. --> <version>false</version> <!-- Excludes the version text in the generated docs. --> - <nosince>true</nosince> <!-- Omits the "Since" sections associated with the since tags. --> <noqualifier>all</noqualifier> <!-- Omit qualifying package name before class names in output. --> <quiet>true</quiet> <!-- Shuts off non-error and non-warning messages. --> <keywords>true</keywords> <!-- Adds HTML meta keyword tags to the generated files. --> Modified: sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/Constraints.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/Constraints.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/Constraints.java [UTF-8] (original) +++ sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/Constraints.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -46,7 +46,7 @@ import org.apache.sis.metadata.iso.const * @author Cédric Briançon (Geomatys) * @author Guilhem Legal (Geomatys) * @author Martin Desruisseaux (Geomatys) - * @version 0.4 (derived from geotk-3.00) + * @version 0.4 * @since 0.4 * @module */ Modified: sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/DataIdentification.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/DataIdentification.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/DataIdentification.java [UTF-8] (original) +++ sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/DataIdentification.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -45,7 +45,7 @@ import org.apache.sis.metadata.iso.ident * * @author Cédric Briançon (Geomatys) * @author Guilhem Legal (Geomatys) - * @version 0.4 (derived from geotk-3.00) + * @version 0.4 * @since 0.4 * @module */ Modified: sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/DirectReferenceSystem.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/DirectReferenceSystem.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/DirectReferenceSystem.java [UTF-8] (original) +++ sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/DirectReferenceSystem.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -39,7 +39,7 @@ import org.apache.sis.util.ComparisonMod * * @author Cédric Briançon (Geomatys) * @author Guilhem Legal (Geomatys) - * @version 0.4 (derived from geotk-3.00) + * @version 0.4 * @since 0.4 * @module */ Modified: sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/IndirectReferenceSystem.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/IndirectReferenceSystem.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/IndirectReferenceSystem.java [UTF-8] (original) +++ sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/IndirectReferenceSystem.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -39,7 +39,7 @@ import org.apache.sis.util.ComparisonMod * * @author Cédric Briançon (Geomatys) * @author Guilhem Legal (Geomatys) - * @version 0.4 (derived from geotk-3.00) + * @version 0.4 * @since 0.4 * @module */ Modified: sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/LegalConstraints.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/LegalConstraints.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/LegalConstraints.java [UTF-8] (original) +++ sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/LegalConstraints.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -46,7 +46,7 @@ import org.apache.sis.metadata.iso.const * @author Cédric Briançon (Geomatys) * @author Guilhem Legal (Geomatys) * @author Martin Desruisseaux (Geomatys) - * @version 0.4 (derived from geotk-3.00) + * @version 0.4 * @since 0.4 * @module */ Modified: sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/SecurityConstraints.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/SecurityConstraints.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/SecurityConstraints.java [UTF-8] (original) +++ sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/SecurityConstraints.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -46,7 +46,7 @@ import org.apache.sis.metadata.iso.const * @author Cédric Briançon (Geomatys) * @author Guilhem Legal (Geomatys) * @author Martin Desruisseaux (Geomatys) - * @version 0.4 (derived from geotk-3.00) + * @version 0.4 * @since 0.4 * @module */ Modified: sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/package-info.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/package-info.java [UTF-8] (original) +++ sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/internal/profile/fra/package-info.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -23,7 +23,7 @@ * * @author Cédric Briançon (Geomatys) * @author Guilhem Legal (Geomatys) - * @version 0.4 (derived from geotk-3.00) + * @version 0.4 * @since 0.4 * @module * Modified: sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/profile/france/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/profile/france/package-info.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/profile/france/package-info.java [UTF-8] (original) +++ sis/branches/JDK6/profiles/sis-french-profile/src/main/java/org/apache/sis/profile/france/package-info.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -33,7 +33,7 @@ * * @author Cédric Briançon (Geomatys) * @author Guilhem Legal (Geomatys) - * @version 0.4 (derived from geotk-3.00) + * @version 0.4 * @since 0.4 * @module */ Modified: sis/branches/JDK6/profiles/sis-french-profile/src/test/java/org/apache/sis/internal/profile/fra/DirectReferenceSystemTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/profiles/sis-french-profile/src/test/java/org/apache/sis/internal/profile/fra/DirectReferenceSystemTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/profiles/sis-french-profile/src/test/java/org/apache/sis/internal/profile/fra/DirectReferenceSystemTest.java [UTF-8] (original) +++ sis/branches/JDK6/profiles/sis-french-profile/src/test/java/org/apache/sis/internal/profile/fra/DirectReferenceSystemTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -39,7 +39,7 @@ import static org.apache.sis.test.Assert * * @author Cédric Briançon (Geomatys) * @author Guilhem Legal (Geomatys) - * @version 0.4 (derived from geotk-3.00) + * @version 0.4 * @since 0.5 * @module */ Modified: sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/ucar/DecoderWrapper.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/ucar/DecoderWrapper.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/ucar/DecoderWrapper.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/ucar/DecoderWrapper.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -44,7 +44,7 @@ import org.apache.sis.internal.netcdf.Gr * Provides NetCDF decoding services based on the NetCDF library. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.20) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/ucar/GridGeometryWrapper.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/ucar/GridGeometryWrapper.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/ucar/GridGeometryWrapper.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/ucar/GridGeometryWrapper.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -35,7 +35,7 @@ import org.apache.sis.util.ArraysExt; * of the grid geometry information. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.14) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/AttributeNames.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/AttributeNames.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/AttributeNames.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/AttributeNames.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -127,7 +127,7 @@ import org.opengis.metadata.extent.Geogr * </ul> * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.20) + * @since 0.3 * @version 0.3 * @module */ @@ -422,7 +422,7 @@ public class AttributeNames { * in a NetCDF file.</div> * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.20) + * @since 0.3 * @version 0.3 * @module * @@ -721,7 +721,7 @@ public class AttributeNames { * identified in a NetCDF file.</div> * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.20) + * @since 0.3 * @version 0.3 * @module * Modified: sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/MetadataReader.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/MetadataReader.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/MetadataReader.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/MetadataReader.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -105,7 +105,7 @@ import static org.apache.sis.storage.net * </ul> * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.20) + * @since 0.3 * @version 0.5 * @module */ Modified: sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/package-info.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/package-info.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/package-info.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -48,7 +48,7 @@ * Care must be taken for avoiding confusion when using SIS and UCAR libraries together. * * @author Martin Desruisseaux (IRD, Geomatys) - * @since 0.3 (derived from geotk-3.20) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/storage/sis-netcdf/src/test/java/org/apache/sis/storage/netcdf/ConformanceTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-netcdf/src/test/java/org/apache/sis/storage/netcdf/ConformanceTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-netcdf/src/test/java/org/apache/sis/storage/netcdf/ConformanceTest.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-netcdf/src/test/java/org/apache/sis/storage/netcdf/ConformanceTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -44,7 +44,7 @@ import static org.junit.Assert.*; * For a test using the SIS embedded implementation, see {@link MetadataReaderTest}.</p> * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.20) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/ChannelDataInput.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/ChannelDataInput.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/ChannelDataInput.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/ChannelDataInput.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -59,7 +59,7 @@ import java.nio.channels.FileChannel; * {@link javax.imageio} is needed. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.07) + * @since 0.3 * @version 0.5 * @module */ Modified: sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/ChannelImageInputStream.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/ChannelImageInputStream.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/ChannelImageInputStream.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/ChannelImageInputStream.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -45,7 +45,7 @@ import java.nio.channels.FileChannel; * <p>This class is used when compatibility with {@link javax.imageio.ImageReader} is needed.</p> * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.07) + * @since 0.3 * @version 0.5 * @module * Modified: sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/IOUtilities.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/IOUtilities.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/IOUtilities.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/IOUtilities.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -56,7 +56,7 @@ import org.apache.sis.internal.jdk7.Stan * * @author Martin Desruisseaux (Geomatys) * @author Johann Sorel (Geomatys) - * @since 0.3 (derived from geotk-3.00) + * @since 0.3 * @version 0.4 * @module */ Modified: sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/DataStoreException.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/DataStoreException.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/DataStoreException.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/DataStoreException.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -21,7 +21,7 @@ package org.apache.sis.storage; * Thrown when a {@link DataStore} can not complete a read or write operation. * * @author Johann Sorel (Geomatys) - * @since 0.3 (derived from geotk-3.10) + * @since 0.3 * @version 0.3 * @module */ Modified: sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/InputStreamAdapter.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/InputStreamAdapter.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/InputStreamAdapter.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/InputStreamAdapter.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -25,7 +25,7 @@ import javax.imageio.stream.ImageInputSt * Wraps a {@link ImageInputStream} as a standard {@link InputStream}. * * @author Martin Desruisseaux (IRD) - * @since 0.4 (derived from geotk-1.2) + * @since 0.4 * @version 0.4 * @module */ Modified: sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/package-info.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/package-info.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-storage/src/main/java/org/apache/sis/storage/package-info.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -26,7 +26,7 @@ * * @author Johann Sorel (Geomatys) * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.10) + * @since 0.3 * @version 0.4 * @module */ Modified: sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/ChannelDataInputTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/ChannelDataInputTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/ChannelDataInputTest.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/ChannelDataInputTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -31,7 +31,7 @@ import static org.junit.Assert.*; * of that buffer is used for the tests, while the original full buffer is used for comparison purpose. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.07) + * @since 0.3 * @version 0.5 * @module */ Modified: sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/ChannelImageInputStreamTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/ChannelImageInputStreamTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/ChannelImageInputStreamTest.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/ChannelImageInputStreamTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -35,7 +35,7 @@ import static org.junit.Assert.*; * and a standard {@link ImageInputStream} is used for comparison purpose. * * @author Martin Desruisseaux (Geomatys) - * @since 0.3 (derived from geotk-3.07) + * @since 0.3 * @version 0.5 * @module */ Modified: sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/IOUtilitiesTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/IOUtilitiesTest.java?rev=1655162&r1=1655161&r2=1655162&view=diff ============================================================================== --- sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/IOUtilitiesTest.java [UTF-8] (original) +++ sis/branches/JDK6/storage/sis-storage/src/test/java/org/apache/sis/internal/storage/IOUtilitiesTest.java [UTF-8] Tue Jan 27 21:19:07 2015 @@ -35,7 +35,7 @@ import static org.junit.Assert.*; * * @author Martin Desruisseaux (Geomatys) * @author Johann Sorel (Geomatys) - * @since 0.3 (derived from geotk-3.00) + * @since 0.3 * @version 0.4 * @module */
