Skip to Content.
Sympa Menu

notify-dpml - r896 - in trunk/main: . central/src/docs/about/setup

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: r896 - in trunk/main: . central/src/docs/about/setup
  • Date: Tue, 10 Jan 2006 07:15:15 +0100

Author: mcconnell
Date: 2006-01-10 07:15:10 +0100 (Tue, 10 Jan 2006)
New Revision: 896

Modified:
trunk/main/build.xml
trunk/main/central/src/docs/about/setup/archive.xml
Log:
1. update build file to explicity force jgoodies inclusion
2. update archive docs

Modified: trunk/main/build.xml
===================================================================
--- trunk/main/build.xml 2006-01-10 03:11:31 UTC (rev 895)
+++ trunk/main/build.xml 2006-01-10 06:15:10 UTC (rev 896)
@@ -60,7 +60,9 @@

<target name="replicate" depends="standard.install">
<property name="share.local" location="${share}/local"/>
- <x:replicate self="true" verbose="false" toDir="${share.local}"
layout="modern"/>
+ <x:replicate self="true" verbose="false" toDir="${share.local}"
layout="modern">
+ <include ref="jgoodies"/>
+ </x:replicate>
</target>

<target name="zip" depends="bundle,replicate" description="Creates a
binary w32 distribution.">

Modified: trunk/main/central/src/docs/about/setup/archive.xml
===================================================================
--- trunk/main/central/src/docs/about/setup/archive.xml 2006-01-10 03:11:31
UTC (rev 895)
+++ trunk/main/central/src/docs/about/setup/archive.xml 2006-01-10 06:15:10
UTC (rev 896)
@@ -95,6 +95,17 @@
</tr>
</table>

+ <p>
+ Please refer to the README.TXT file included in the distribution for
+ additional install details.
+ </p>
+
+ <p>
+ Online Javadoc is available at <a
href="http://api.dpml.net/dpml/@VERSION@";>http://api.dpml.net/dpml/@VERSION@</a>.
+ <br/>
+ <a href="http://www.dpml.net/reports/@VERSION@/junit";>JUnit </a>, <a
href="http://www.dpml.net/reports/@VERSION@/checkstyle/index.html";>Checkstyle</a>
and <a
href="http://www.dpml.net/reports/@VERSION@/catalog/index.html";>Catalog</a>
reports are also available.
+ </p>
+
</subsection>


@@ -132,6 +143,17 @@
</tr>
</table>

+ <p>
+ Please refer to the README.TXT file included in the distribution for
+ additional install details.
+ </p>
+
+ <p>
+ Online Javadoc is available at <a
href="http://api.dpml.net/dpml/20060101";>http://api.dpml.net/dpml/20060101</a>.
+ <br/>
+ <a href="http://www.dpml.net/reports/20060101/junit";>JUnit </a>, <a
href="http://www.dpml.net/reports/20060101/checkstyle/index.html";>Checkstyle</a>
and <a
href="http://www.dpml.net/reports/20060101/catalog/index.html";>Catalog</a>
reports are also available.
+ </p>
+
</subsection>

<subsection name="Build 20051231">




  • r896 - in trunk/main: . central/src/docs/about/setup, mcconnell at BerliOS, 01/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page