Author: hboutemy Date: Sun Oct 12 15:01:19 2008 New Revision: 703889 URL: http://svn.apache.org/viewvc?rev=703889&view=rev Log: improved the "Reference" menu item
Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/site.xml Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt?rev=703889&r1=703888&r2=703889&view=diff ============================================================================== --- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt (original) +++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt Sun Oct 12 15:01:19 2008 @@ -27,12 +27,12 @@ ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html -Task Reference +{Task} Reference ~~ TODO: Can the task and type classes be generated using Modello? ~~ If so, the reference documentation can be generated from the model. -* <<<dependencies>>> +* <<<{dependencies}>>> This task will check if any of the specified dependencies, and their dependencies are missing or updated, and download them if necessary. The dependencies will be made available as a fileset or path reference. @@ -108,7 +108,7 @@ | <<<artifactId>>> | The artifact ID of the dependency to exclude. | Yes | *------------------+--------------------------------------------------------+--------------+ -* <<<install>>>, <<<deploy>>> +* <<<{install}>>>, <<<{deploy}>>> These tasks will install/deploy the given file into the local/remote repository. It is stored using the information in the supplied POM. Multiple artifacts can be attached during install/deploy using <<<attach>>> elements. @@ -145,7 +145,7 @@ | <<<classifier>>> | The classifier of the file. | No | *------------------+--------------------------------------------------------+--------------+ -* <<<install-provider>>> +* <<<{install-provider}>>> This task will install a Wagon provider, to add support for more protocols. @@ -160,9 +160,9 @@ *------------------+--------------------------------------------------------------------------+--------------+-------------+ -Type Reference +{Type} Reference -* <<<localRepository>>> +* <<<{localRepository}>>> Specifies the location of the local repository of artifacts. @@ -176,7 +176,7 @@ <<Note>>: until 2.0.6, attribute <<<path>>> was named <<<location>>>, but this changed in 2.0.7 to solve a conflict with Ant 1.7. -* <<<remoteRepository>>> +* <<<{remoteRepository}>>> Specifies the location of the remote repository. Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/site.xml?rev=703889&r1=703888&r2=703889&view=diff ============================================================================== --- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/site.xml (original) +++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/site.xml Sun Oct 12 15:01:19 2008 @@ -35,7 +35,17 @@ <item name="Release Notes" href="release-notes.html"/> </menu> <menu name="Reference"> - <item name="Task and Type Reference" href="reference.html"/> + <item name="Task Reference" href="reference.html#Task"> + <item name="dependencies" href="reference.html#dependencies"/> + <item name="install, deploy" href="reference.html#install"/> + <item name="install-provider" href="reference.html#install-provider"/> + </item> + <item name="Type Reference" href="reference.html#Type"> + <item name="localRepository" href="reference.html#localRepository"/> + <item name="remoteRepository" href="reference.html#remoteRepository"/> + <item name="pom" href="reference.html#pom"/> + </item> + <item name="VersionMapper" href="reference.html#VersionMapper"/> </menu> <!-- TODO: Inherit Maven Projects -->