Skip to Content.
Sympa Menu

notify-dpml - r1735 - in trunk/central/site: etc/docs src/docs/depot/tools/templates

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: r1735 - in trunk/central/site: etc/docs src/docs/depot/tools/templates
  • Date: Mon, 14 Aug 2006 19:50:59 +0200

Author: mcconnell
Date: 2006-08-14 19:50:56 +0200 (Mon, 14 Aug 2006)
New Revision: 1735

Modified:
trunk/central/site/etc/docs/.htaccess
trunk/central/site/src/docs/depot/tools/templates/index.xml
Log:
1. add additional redirect
2. correct bad link in templates documentation

Modified: trunk/central/site/etc/docs/.htaccess
===================================================================
--- trunk/central/site/etc/docs/.htaccess 2006-08-13 18:32:25 UTC (rev
1734)
+++ trunk/central/site/etc/docs/.htaccess 2006-08-14 17:50:56 UTC (rev
1735)
@@ -23,6 +23,7 @@
RedirectMatch ^/api/dpml/metro/*
http://api.dpml.net/dpml/@VERSION@/index.html
RedirectMatch ^/api/dpml/transit/*
http://api.dpml.net/dpml/@VERSION@/index.html
RedirectMatch ^/api/dpml/magic/*
http://api.dpml.net/dpml/@VERSION@/index.html
+RedirectMatch ^/api/dpml/depot/*
http://api.dpml.net/dpml/@VERSION@/index.html
RedirectMatch ^/api/dpml/2006* http://api.dpml.net/dpml/@VERSION@/index.html
RedirectMatch ^/api/dpml/2005* http://api.dpml.net/dpml/@VERSION@/index.html
RedirectMatch ^/api/dpml/SNAPSHOT*
http://api.dpml.net/dpml/@VERSION@/index.html

Modified: trunk/central/site/src/docs/depot/tools/templates/index.xml
===================================================================
--- trunk/central/site/src/docs/depot/tools/templates/index.xml 2006-08-13
18:32:25 UTC (rev 1734)
+++ trunk/central/site/src/docs/depot/tools/templates/index.xml 2006-08-14
17:50:56 UTC (rev 1735)
@@ -15,10 +15,7 @@
The Depot build system will assign a template file to a project as
the primary definition of the build strategy. The default standard
template includes a series of common targets covering initialization,
- preparation, build, packaging, testing and installation. Build
- <a href="../listeners/index.html">listeners</a> monitor a project for
- build events and perform actions such as code compilation, jar file
- creation, unit testing, cache updated, etc.
+ preparation, build, packaging, testing and installation.
</p>

<subsection name="Template Selection">
@@ -77,7 +74,7 @@
<td>init</td>
<td>Copies the content of the <tt>${basedir}/src</tt> directory
to
<tt>${basedir}/target/build</tt> filtering content in the
process.
- See <a href="../tasks/prepare.html">prepare task</a> for
additional
+ See <a href="../../tasks/prepare.html">prepare task</a> for
additional
information.</td>
</tr>
<tr>




  • r1735 - in trunk/central/site: etc/docs src/docs/depot/tools/templates, mcconnell at BerliOS, 08/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page