Author: desruisseaux
Date: Fri Apr 13 12:16:47 2018
New Revision: 1829065
URL: http://svn.apache.org/viewvc?rev=1829065&view=rev
Log:
Fix a module name.
Modified:
sis/branches/JDK8/core/sis-referencing-by-identifiers/pom.xml
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Resources.java
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/package-info.java
Modified: sis/branches/JDK8/core/sis-referencing-by-identifiers/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing-by-identifiers/pom.xml?rev=1829065&r1=1829064&r2=1829065&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing-by-identifiers/pom.xml (original)
+++ sis/branches/JDK8/core/sis-referencing-by-identifiers/pom.xml Fri Apr 13
12:16:47 2018
@@ -83,7 +83,7 @@
<archive>
<manifestEntries>
<Automatic-Module-Name>
- org.apache.sis.gazetter
+ org.apache.sis.referencing.gazetteer
</Automatic-Module-Name>
</manifestEntries>
</archive>
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Resources.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Resources.java?rev=1829065&r1=1829064&r2=1829065&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Resources.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Resources.java
[UTF-8] Fri Apr 13 12:16:47 2018
@@ -171,8 +171,8 @@ public final class Resources extends Ind
public static final short EllipsoidalHeightNotAllowed_1 = 77;
/**
- * There is no factory for version {1} of “{0}” authority. Fallback on
default version for
- * objects creation.
+ * There is no local registry for version {1} of “{0}” authority.
Fallback on default version
+ * for objects creation.
*/
public static final short FallbackDefaultFactoryVersion_2 = 17;
Modified:
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java?rev=1829065&r1=1829064&r2=1829065&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java
[UTF-8] Fri Apr 13 12:16:47 2018
@@ -22,8 +22,8 @@ package org.apache.sis.internal.system;
* The constants in this class are used for two purposes:
*
* <ul>
- * <li>OSGi module symbolic names, as declared in the {@code
Bundle-SymbolicName} entry of the
- * {@code META-INF/MANIFEST.MF} file in each JAR files.</li>
+ * <li>Module symbolic names, as declared in {@code module-info.java} files.
In an OSGi context, this would be
+ * the {@code Bundle-SymbolicName} entry of the {@code
META-INF/MANIFEST.MF} file in each JAR files.</li>
*
* <li>Logger names for "module-wide" messages, or when the message to log
does not fit in a more
* accurate category. Note that other logger names are listed in the
{@link Loggers} class.</li>
@@ -32,7 +32,7 @@ package org.apache.sis.internal.system;
* Each constant should be the name of the main package of its corresponding
module.
*
* @author Martin Desruisseaux (Geomatys)
- * @version 0.8
+ * @version 1.0
* @since 0.3
* @module
*/
Modified:
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/package-info.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/package-info.java?rev=1829065&r1=1829064&r2=1829065&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/package-info.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/package-info.java
[UTF-8] Fri Apr 13 12:16:47 2018
@@ -24,7 +24,7 @@
* may change in incompatible ways in any future version without notice.
*
* @author Martin Desruisseaux (Geomatys)
- * @version 0.7
+ * @version 1.0
* @since 0.3
* @module
*/