Author: desruisseaux
Date: Mon Jul  1 13:34:42 2013
New Revision: 1498439

URL: http://svn.apache.org/r1498439
Log:
Enable the {@scmUrl} taglet and document it. Also re-ordered the taglet list in 
alphabetical order as a side-effect.

Modified:
    sis/branches/JDK7/core/sis-build-helper/src/site/apt/index.apt
    sis/branches/JDK7/pom.xml

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=1498439&r1=1498438&r2=1498439&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] Mon 
Jul  1 13:34:42 2013
@@ -26,21 +26,24 @@ Building Apache SIS
 
*----------------------+-------------------------------------------------------------------------------------------+
 || Javadoc tag         || Description                                          
                                   ||
 
*----------------------+-------------------------------------------------------------------------------------------+
-| <<<@module>>>        | Create links to the module where the class is 
defined, source code and Maven artifacts.   |
-*----------------------+-------------------------------------------------------------------------------------------+
-| <<<\{@website\}>>>   | An inline taglet for the URL to the Apache SIS web 
site (Maven reports).                  |
+| <<<\{@example\}>>>   | An inline taglet for an example.                      
                                    |
+|                      | Examples appear as indented paragraphs with a smaller 
font.                               |
 
*----------------------+-------------------------------------------------------------------------------------------+
-| <<<\{@section\}>>>   | An inline taglet for the title of a new section in 
the javadoc.                           |
+| <<<@module>>>        | Create links to the module where the class is 
defined, source code and Maven artifacts.   |
 
*----------------------+-------------------------------------------------------------------------------------------+
 | <<<\{@note\}>>>      | An inline taglet for a remark that readers can safely 
ignore.                             |
 |                      | Notes appear as indented paragraphs with a smaller 
font.                                  |
 
*----------------------+-------------------------------------------------------------------------------------------+
-| <<<\{@example\}>>>   | An inline taglet for an example.                      
                                    |
-|                      | Examples appear as indented paragraphs with a smaller 
font.                               |
-*----------------------+-------------------------------------------------------------------------------------------+
 | <<<\{@preformat\}>>> | An inline taglet for pre-formatted text. The first 
word inside the taglet shall be one of |
 |                      | <<<java>>>, <<<xml>>>, <<<sql>>>, <<<wkt>>>, 
<<<text>>>, <<<math>>> or <<<shell>>>.       |
 
*----------------------+-------------------------------------------------------------------------------------------+
+| <<<\{@scmUrl\}>>>    | An inline taglet for a URL to the source code 
repository. The only word inside the taglet |
+|                      | shall be <<<gmd-data>>>.                              
                                    |
+*----------------------+-------------------------------------------------------------------------------------------+
+| <<<\{@section\}>>>   | An inline taglet for the title of a new section in 
the javadoc.                           |
+*----------------------+-------------------------------------------------------------------------------------------+
+| <<<\{@website\}>>>   | An inline taglet for the URL to the Apache SIS web 
site (Maven reports).                  |
+*----------------------+-------------------------------------------------------------------------------------------+
 
 
 * Localized resources compiler

Modified: sis/branches/JDK7/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1498439&r1=1498438&r2=1498439&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Mon Jul  1 13:34:42 2013
@@ -633,6 +633,7 @@ Apache SIS is a free software, Java lang
             
<taglet><tagletClass>org.apache.sis.internal.taglet.Note</tagletClass></taglet>
             
<taglet><tagletClass>org.apache.sis.internal.taglet.Example</tagletClass></taglet>
             
<taglet><tagletClass>org.apache.sis.internal.taglet.Preformat</tagletClass></taglet>
+            
<taglet><tagletClass>org.apache.sis.internal.taglet.SourceRepositoryURL</tagletClass></taglet>
           </taglets>
           <tagletArtifact>
             <groupId>org.apache.sis</groupId>


Reply via email to