Author: rhauch
Date: 2009-09-16 10:39:42 -0400 (Wed, 16 Sep 2009)
New Revision: 1225
Modified:
trunk/build/assembly/dist.xml
trunk/build/assembly/javadoc.xml
trunk/pom.xml
Log:
Changed location of JavaDoc to 'apidoc' (from 'api', which was used for
only the 0.6 release but was inconsistent within the release)
Modified: trunk/build/assembly/dist.xml
===================================================================
--- trunk/build/assembly/dist.xml 2009-09-14 21:32:06 UTC (rev 1224)
+++ trunk/build/assembly/dist.xml 2009-09-16 14:39:42 UTC (rev 1225)
@@ -25,8 +25,8 @@
<!--
Gather into the distribution the JavaDoc for all projects
-->
- <directory>target/site/api</directory>
- <outputDirectory>api</outputDirectory>
+ <directory>target/site/apidoc</directory>
+ <outputDirectory>apidoc</outputDirectory>
</fileSet>
<fileSet>
<!--
Modified: trunk/build/assembly/javadoc.xml
===================================================================
--- trunk/build/assembly/javadoc.xml 2009-09-14 21:32:06 UTC (rev 1224)
+++ trunk/build/assembly/javadoc.xml 2009-09-16 14:39:42 UTC (rev 1225)
@@ -26,8 +26,8 @@
<!--
Gather into the distribution the JavaDoc for all projects
-->
- <directory>target/api</directory>
- <outputDirectory>api</outputDirectory>
+ <directory>target/apidoc</directory>
+ <outputDirectory>apidoc</outputDirectory>
</fileSet>
</fileSets>
</assembly>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2009-09-14 21:32:06 UTC (rev 1224)
+++ trunk/pom.xml 2009-09-16 14:39:42 UTC (rev 1225)
@@ -253,9 +253,9 @@
<attach>false</attach>
<!--stylesheetfile>${basedir}/src/javadoc/stylesheet.css</stylesheetfile-->
<useStandardDocletOptions>true</useStandardDocletOptions>
-
<outputDirectory>${project.build.directory}/api</outputDirectory>
-
<reportOutputDirectory>${project.build.directory}/api</reportOutputDirectory>
- <destDir>api</destDir>
+
<outputDirectory>${project.build.directory}/apidoc</outputDirectory>
+
<reportOutputDirectory>${project.build.directory}/apidoc</reportOutputDirectory>
+ <destDir>apidoc</destDir>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<breakiterator>true</breakiterator>
Show replies by date