Author: desruisseaux
Date: Thu Aug 8 08:55:48 2013
New Revision: 1511623
URL: http://svn.apache.org/r1511623
Log:
Documentation fix.
Modified:
sis/branches/JDK7/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/BundleCreator.java
sis/branches/JDK7/core/sis-build-helper/src/site/apt/index.apt
sis/site/trunk/content/release-management.mdtext
sis/site/trunk/content/source.mdtext
Modified:
sis/branches/JDK7/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/BundleCreator.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/BundleCreator.java?rev=1511623&r1=1511622&r2=1511623&view=diff
==============================================================================
---
sis/branches/JDK7/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/BundleCreator.java
[UTF-8] (original)
+++
sis/branches/JDK7/core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/BundleCreator.java
[UTF-8] Thu Aug 8 08:55:48 2013
@@ -27,7 +27,7 @@ import org.apache.maven.plugin.MojoExecu
* This mojo delegates the work to <code>Packer</code>, which can be invoked
from the command
* line without Maven. Maven invocation syntax is:
*
- * <blockquote><code>mvn org.apache.sis:sis-build-helper:pack
--non-recursive</code></blockquote>
+ * <blockquote><code>mvn org.apache.sis.core:sis-build-helper:pack
--non-recursive</code></blockquote>
*
* Do not forget the <code>--non-recursive</code> option, otherwise the Mojo
will be executed many time.
*
Modified: sis/branches/JDK7/core/sis-build-helper/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-build-helper/src/site/apt/index.apt?rev=1511623&r1=1511622&r2=1511623&view=diff
==============================================================================
--- sis/branches/JDK7/core/sis-build-helper/src/site/apt/index.apt [UTF-8]
(original)
+++ sis/branches/JDK7/core/sis-build-helper/src/site/apt/index.apt [UTF-8] Thu
Aug 8 08:55:48 2013
@@ -105,9 +105,9 @@ Building Apache SIS
in the module containing the resources to recompile. This is sometime useful
for regenerating
the constants in the <<<Keys>>> inner class in a feaster way than building
the project.
------------------------------------------------------------
- mvn org.apache.sis:sis-build-helper:compile-resources
------------------------------------------------------------
+----------------------------------------------------------------
+ mvn org.apache.sis.core:sis-build-helper:compile-resources
+----------------------------------------------------------------
* JAR files collector
@@ -153,9 +153,9 @@ Building Apache SIS
invoke the following from the command line. Do not forget the
<<<--non-recursive>>>
option, otherwise the Mojo will waste CPU by executing itself many time.
-----------------------------------------------------------------
- mvn org.apache.sis:sis-build-helper:pack --non-recursive
-----------------------------------------------------------------
+-------------------------------------------------------------------
+ mvn org.apache.sis.core:sis-build-helper:pack --non-recursive
+-------------------------------------------------------------------
The above command should create a
<<<target/binaries/sis-\<version\>.pack.gz>>> file.
To uncompress that file, use the following command:
Modified: sis/site/trunk/content/release-management.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/release-management.mdtext?rev=1511623&r1=1511622&r2=1511623&view=diff
==============================================================================
--- sis/site/trunk/content/release-management.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/release-management.mdtext [UTF-8] Thu Aug 8
08:55:48 2013
@@ -283,7 +283,7 @@ The `RC` number shall correspond to the
Create and put the binary artifact in the distribution directory:
:::bash
- mvn org.apache.sis:sis-build-helper:$NEW_VERSION:pack --non-recursive
+ mvn org.apache.sis.core:sis-build-helper:$NEW_VERSION:pack --non-recursive
mv target/bundles ../../distribution/$NEW_VERSION/RC$RELEASE_CANDIDATE
Create and put the javadoc in the distribution directory:
Modified: sis/site/trunk/content/source.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/source.mdtext?rev=1511623&r1=1511622&r2=1511623&view=diff
==============================================================================
--- sis/site/trunk/content/source.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/source.mdtext [UTF-8] Thu Aug 8 08:55:48 2013
@@ -289,8 +289,8 @@ HTML tag | Description
-Classes naming
---------------
+Classes naming convention {#classes-naming}
+==============================================
Implementations of GeoAPI interfaces usually (but not always) begin with
`Abstract`, `Default`, `Simple` or `General` prefixes.
The `Abstract` prefix is used when a class is abstract according ISO
specifications - it may or may not be be abstract in the Java sense.
The `General` prefix is used when an implementation is designed for use in the
general case,