Skip to Content.
Sympa Menu

notify-dpml - r1956 - in trunk: central/apis central/site central/site/src/docs/about/reports main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1956 - in trunk: central/apis central/site central/site/src/docs/about/reports main
  • Date: Mon, 9 Apr 2007 17:00:17 +0200

Author: mcconnell
Date: 2007-04-09 17:00:13 +0200 (Mon, 09 Apr 2007)
New Revision: 1956

Modified:
trunk/central/apis/build.xml
trunk/central/site/build.xml
trunk/central/site/src/docs/about/reports/index.xml
trunk/main/build.xml
Log:
build clean-up

Modified: trunk/central/apis/build.xml
===================================================================
--- trunk/central/apis/build.xml 2007-04-09 06:20:19 UTC (rev 1955)
+++ trunk/central/apis/build.xml 2007-04-09 15:00:13 UTC (rev 1956)
@@ -6,8 +6,8 @@
<x:import uri="local:template:dpml/tools/standard"/>

<target name="build" depends="standard.build">
- <mkdir dir="${dpml.data}/api"/>
- <x:docs dest="${dpml.data}/api"/>
+ <mkdir dir="${dpml.data}/docs/api"/>
+ <x:docs dest="${dpml.data}/docs/api"/>
</target>

</project>

Modified: trunk/central/site/build.xml
===================================================================
--- trunk/central/site/build.xml 2007-04-09 06:20:19 UTC (rev 1955)
+++ trunk/central/site/build.xml 2007-04-09 15:00:13 UTC (rev 1956)
@@ -37,7 +37,7 @@
<mkdir dir="${docs.dir}"/>
<zip destfile="${docs.path}" duplicate="fail">
<zipfileset dir="target/docs" prefix="share/docs"/>
- <zipfileset dir="../../main/target/docs/api" prefix="share/docs/api"/>
+ <zipfileset dir="${dpml.data}/docs/api" prefix="share/docs/api"/>
</zip>
<checksum file="${docs.path}" fileext=".md5"/>
</target>

Modified: trunk/central/site/src/docs/about/reports/index.xml
===================================================================
--- trunk/central/site/src/docs/about/reports/index.xml 2007-04-09 06:20:19
UTC (rev 1955)
+++ trunk/central/site/src/docs/about/reports/index.xml 2007-04-09 15:00:13
UTC (rev 1956)
@@ -28,10 +28,21 @@
<tr>
<td><a href="../../api/dpml/@VERSION@/index.html">Javadoc</a></td>
<td>Generated Javadoc for the Transit, Depot, Metro and Util
- modules together with Javadocs for the Planet component
suite.</td>
+ modules.</td>
</tr>
</table>
-
+
+ <subsection name="Related Links">
+ <table>
+ <tr>
+ <td><a href="http://api.dpml.net";>Javadoc Archive</a></td>
+ <td>General archive for javadoc resources including prior
releases and
+ javadocs referenced by DPML builds.</td>
+ </tr>
+ </table>
+
+ </subsection>
+
</section>

</body>

Modified: trunk/main/build.xml
===================================================================
--- trunk/main/build.xml 2007-04-09 06:20:19 UTC (rev 1955)
+++ trunk/main/build.xml 2007-04-09 15:00:13 UTC (rev 1956)
@@ -213,7 +213,7 @@
</target>

<target name="javadoc" depends="init">
- <property name="api.path"
location="${basedir}/target/docs/api/dpml/${project.version}"/>
+ <property name="api.path"
location="${dpml.data}/docs/api/dpml/${project.version}"/>
<property name="javadoc.title" value="Digitial Product Management
Laboratory (DPML) - SDK ${project.version}"/>
<property name="project.javadoc.excludes" value="dpml,org"/>
<mkdir dir="${api.path}"/>
@@ -247,34 +247,5 @@
</group>
</x:javadoc>
</target>
-
- <!--
- <target name="javadoc" depends="init">
- <property name="title" value="DPML SDK Version: ${project.version}"/>
- <x:javadoc title="${title}"
- Windowtitle="${title}"
- access="protected">
- <link href="http://java.sun.com/javase/6/docs/api"/>
- <group title="Metro">
- <package name="net.dpml.annotation"/>
- <package name="net.dpml.appliance"/>
- <package name="net.dpml.lang"/>
- <package name="net.dpml.lang.*"/>
- <package name="net.dpml.runtime"/>
- <package name="net.dpml.runtime.*"/>
- <package name="net.dpml.state"/>
- <package name="net.dpml.station"/>
- </group>
- <group title="Transit">
- <package name="net.dpml.transit"/>
- <package name="net.dpml.transit.*"/>
- <package name="net.dpml.util"/>
- </group>
- <group title="Internal Packages">
- <package name="dpml.*"/>
- </group>
- </x:javadoc>
- </target>
- -->

</project>




  • r1956 - in trunk: central/apis central/site central/site/src/docs/about/reports main, mcconnell at BerliOS, 04/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page