Skip to Content.
Sympa Menu

notify-dpml - r1979 - in trunk/central/site/src/docs/util/depot: tasks tutorials

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: r1979 - in trunk/central/site/src/docs/util/depot: tasks tutorials
  • Date: Wed, 18 Apr 2007 10:28:31 +0200

Author: mcconnell
Date: 2007-04-18 10:28:30 +0200 (Wed, 18 Apr 2007)
New Revision: 1979

Modified:
trunk/central/site/src/docs/util/depot/tasks/index.xml
trunk/central/site/src/docs/util/depot/tutorials/complex.xml
trunk/central/site/src/docs/util/depot/tutorials/export.xml
trunk/central/site/src/docs/util/depot/tutorials/imports.xml
trunk/central/site/src/docs/util/depot/tutorials/modules.xml
trunk/central/site/src/docs/util/depot/tutorials/plugins.xml
trunk/central/site/src/docs/util/depot/tutorials/unit.xml
Log:
fix multiple documentation references to ant module arising from changes to
the namespace assert by the Ant project

Modified: trunk/central/site/src/docs/util/depot/tasks/index.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/tasks/index.xml 2007-04-18
08:05:39 UTC (rev 1978)
+++ trunk/central/site/src/docs/util/depot/tasks/index.xml 2007-04-18
08:28:30 UTC (rev 1979)
@@ -35,10 +35,9 @@

<pre><![CDATA[
<project name="demo" default="install" basedir="."
- xmlns:transit="antlib:dpml.tools.transit"
- xmlns:x="dpml:depot" >
+ xmlns:x="antlib:dpml.tools">

- <transit:import uri="local:template:dpml/tools/standard"/>
+ <x:import uri="local:template:dpml/tools/standard"/>
....

</project>
@@ -46,7 +45,7 @@

</subsection>

- <subsection name="Antlib
Namespace"><source>dpml:depot</source></subsection>
+ <subsection name="Antlib
Namespace"><source>dpml:tools</source></subsection>

</section>


Modified: trunk/central/site/src/docs/util/depot/tutorials/complex.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/tutorials/complex.xml
2007-04-18 08:05:39 UTC (rev 1978)
+++ trunk/central/site/src/docs/util/depot/tutorials/complex.xml
2007-04-18 08:28:30 UTC (rev 1979)
@@ -69,7 +69,7 @@
&lt;index xmlns="dpml:library">

&lt;imports&gt;
- &lt;import uri="link:module:ant"/&gt;
+ &lt;import uri="link:module:org/apache/ant"/&gt;
&lt;import uri="link:module:dpml"/&gt;
&lt;/imports&gt;

@@ -88,7 +88,7 @@
&lt;include key="clock-api"/&gt;
&lt;/runtime&gt;
&lt;test&gt;
- &lt;include ref="ant/ant-junit"/&gt;
+ &lt;include ref="org/apache/ant/ant-junit"/&gt;
&lt;include ref="dpml/transit/dpml-transit-main"/&gt;
&lt;/test&gt;
&lt;/dependencies&gt;
@@ -132,12 +132,12 @@
runtime providers: (1)
project:clock-api#SNAPSHOT
test providers: (7)
- resource:ant/ant-launcher#1.6.5
- resource:ant/ant-trax#1.6.5
- resource:ant/ant-xslp#1.6.5
- resource:ant/ant#1.6.5
+ resource:org/apache/ant/ant-launcher#1.7.0
+ resource:org/apache/ant/ant-trax#1.7.0
+ resource:org/apache/ant/ant-xslp#1.7.0
+ resource:org/apache/ant/ant#1.7.0
resource:junit/junit#3.8.1
- resource:ant/ant-junit#1.6.5
+ resource:org/apache/ant/ant-junit#1.7.0
resource:dpml/transit/dpml-transit-main#SNAPSHOT</pre>

</subsection>

Modified: trunk/central/site/src/docs/util/depot/tutorials/export.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/tutorials/export.xml 2007-04-18
08:05:39 UTC (rev 1978)
+++ trunk/central/site/src/docs/util/depot/tutorials/export.xml 2007-04-18
08:28:30 UTC (rev 1979)
@@ -32,7 +32,7 @@
&lt;index xmlns="dpml:library"&gt;

&lt;imports&gt;
- &lt;import uri="link:module:ant"/&gt;
+ &lt;import uri="link:module:org/apache/ant"/&gt;
&lt;import uri="link:module:dpml"/&gt;
&lt;/imports&gt;

@@ -57,7 +57,7 @@
&lt;include key="clock-api"/&gt;
&lt;/runtime&gt;
&lt;test&gt;
- &lt;include ref="ant/ant-junit"/&gt;
+ &lt;include ref="org/apache/ant/ant-junit"/&gt;
&lt;include ref="dpml/transit/dpml-transit-main"/&gt;
&lt;/test&gt;
&lt;/dependencies&gt;

Modified: trunk/central/site/src/docs/util/depot/tutorials/imports.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/tutorials/imports.xml
2007-04-18 08:05:39 UTC (rev 1978)
+++ trunk/central/site/src/docs/util/depot/tutorials/imports.xml
2007-04-18 08:28:30 UTC (rev 1979)
@@ -25,7 +25,7 @@
a module defintion for the Ant system which contains information
about
Ant resources and their respective dependencies. The second change
is the replacement of the manual uri-based dependency includes with
- a single resource reference to <tt>ant/ant-junit</tt>. When Depot
+ a single resource reference to <tt>org/apache/ant/ant-junit</tt>.
When Depot
resolves the transitive dependencies it will take into account the
dependencies declared by the <tt>ant/ant-junit</tt> resource
resulting
in a reliable and complete dependency set. We have also include the
@@ -53,7 +53,7 @@
&lt;/types&gt;
&lt;dependencies&gt;
&lt;test&gt;
- <font color="darkred">&lt;include ref="ant/ant-junit"/&gt;
+ <font color="darkred">&lt;include ref="org/apache/ant/ant-junit"/&gt;
&lt;include ref="dpml/transit/dpml-transit-main"/&gt;</font>
&lt;/test&gt;
&lt;/dependencies&gt;
@@ -91,12 +91,12 @@
types: (1)
jar
test providers: (6)
- resource:ant/ant-launcher#1.6.5
- resource:ant/ant-trax#1.6.5
- resource:ant/ant-xslp#1.6.5
- resource:ant/ant#1.6.5
+ resource:org/apache/ant/ant-launcher#1.6.5
+ resource:org/apache/ant/ant-trax#1.6.5
+ resource:org/apache/ant/ant-xslp#1.6.5
+ resource:org/apache/ant/ant#1.6.5
resource:junit/junit#3.8.1
- resource:ant/ant-junit#1.6.5
+ resource:org/apache/ant/ant-junit#1.6.5
resource:dpml/transit/dpml-transit-main#SNAPSHOT</pre>

</subsection>

Modified: trunk/central/site/src/docs/util/depot/tutorials/modules.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/tutorials/modules.xml
2007-04-18 08:05:39 UTC (rev 1978)
+++ trunk/central/site/src/docs/util/depot/tutorials/modules.xml
2007-04-18 08:28:30 UTC (rev 1979)
@@ -39,7 +39,7 @@
&lt;index xmlns="dpml:library"&gt;

&lt;imports&gt;
- &lt;import uri="link:module:ant"/&gt;
+ &lt;import uri="link:module:org/apache/ant"/&gt;
&lt;import uri="link:module:dpml"/&gt;
&lt;/imports&gt;

@@ -60,7 +60,7 @@
&lt;include key="clock-api"/&gt;
&lt;/runtime&gt;
&lt;test&gt;
- &lt;include ref="ant/ant-junit"/&gt;
+ &lt;include ref="org/apache/ant/ant-junit"/&gt;
&lt;include ref="dpml/transit/dpml-transit-main"/&gt;
&lt;/test&gt;
&lt;/dependencies&gt;

Modified: trunk/central/site/src/docs/util/depot/tutorials/plugins.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/tutorials/plugins.xml
2007-04-18 08:05:39 UTC (rev 1978)
+++ trunk/central/site/src/docs/util/depot/tutorials/plugins.xml
2007-04-18 08:28:30 UTC (rev 1979)
@@ -43,7 +43,7 @@
&lt;index xmlns="dpml:library"&gt;

&lt;imports&gt;
- &lt;import uri="link:module:ant"/&gt;
+ &lt;import uri="link:module:org/apache/ant"/&gt;
&lt;import uri="link:module:dpml"/&gt;
&lt;/imports&gt;

@@ -69,7 +69,7 @@
&lt;include key="clock-api"/&gt;
&lt;/runtime&gt;
&lt;test&gt;
- &lt;include ref="ant/ant-junit"/&gt;
+ &lt;include ref="org/apache/ant/ant-junit"/&gt;
&lt;include ref="dpml/transit/dpml-transit-main"/&gt;
&lt;/test&gt;
&lt;/dependencies&gt;

Modified: trunk/central/site/src/docs/util/depot/tutorials/unit.xml
===================================================================
--- trunk/central/site/src/docs/util/depot/tutorials/unit.xml 2007-04-18
08:05:39 UTC (rev 1978)
+++ trunk/central/site/src/docs/util/depot/tutorials/unit.xml 2007-04-18
08:28:30 UTC (rev 1979)
@@ -42,9 +42,9 @@

<font color="darkred">&lt;dependencies&gt;
&lt;test&gt;
- &lt;include uri="artifact:jar:ant/ant-junit#1.6.5"/&gt;
- &lt;include uri="artifact:jar:ant/ant#1.6.5"/&gt;
- &lt;include uri="artifact:jar:junit/junit#3.8.1"/&gt;
+ &lt;include uri="artifact:jar:org/apache/ant/ant-junit#1.7.0"/&gt;
+ &lt;include uri="artifact:jar:org/apache/ant/ant#1.7.0"/&gt;
+ &lt;include uri="artifact:jar:junit/junit#4.2"/&gt;
&lt;/test&gt;
&lt;/dependencies&gt;</font>





  • r1979 - in trunk/central/site/src/docs/util/depot: tasks tutorials, mcconnell at BerliOS, 04/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page