Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2529 - in development/laboratory/users/niclas/iso8583/docs: . src/docs src/docs/reference

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2529 - in development/laboratory/users/niclas/iso8583/docs: . src/docs src/docs/reference
  • Date: Fri, 13 May 2005 10:11:02 +0000

Author: niclas AT hedhman.org
Date: Fri May 13 10:10:58 2005
New Revision: 2529

Added:
development/laboratory/users/niclas/iso8583/docs/build.xml (contents,
props changed)
Modified:
development/laboratory/users/niclas/iso8583/docs/src/docs/index.xml

development/laboratory/users/niclas/iso8583/docs/src/docs/reference/index.xml
Log:
Added build system for the docs.

Added: development/laboratory/users/niclas/iso8583/docs/build.xml
==============================================================================
--- (empty file)
+++ development/laboratory/users/niclas/iso8583/docs/build.xml Fri May 13
10:10:58 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Copyright 2005 Niclas Hedhman
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<project
+ name="dpml-iso8583-docs"
+ default="docs"
+ basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
+ xmlns:x="plugin:dpml/magic/dpml-magic-core"
+>
+
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
+
+ <target name="docs" depends="prepare">
+ <x:property name="spec" feature="plugin" key="dpml-magic-doc"/>
+ <transit:plugin uri="${spec}">
+ <task class="net.dpml.magic.doc.DocTask" name="docs"/>
+ </transit:plugin>
+ <docs/>
+ <copy todir="${dpml.docs}">
+ <fileset dir="${basedir}/target/docs"/>
+ </copy>
+ </target>
+
+</project>

Modified: development/laboratory/users/niclas/iso8583/docs/src/docs/index.xml
==============================================================================
--- development/laboratory/users/niclas/iso8583/docs/src/docs/index.xml
(original)
+++ development/laboratory/users/niclas/iso8583/docs/src/docs/index.xml Fri
May 13 10:10:58 2005
@@ -31,7 +31,7 @@
a fee and may not be redistributed, and we strongly encourage
you to get it if you intend to implement this in a real-world
system. It can be purchased directly from
- <a
href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=31628&ICS1=35&ICS2=240&ICS3=15";>
+ <a
href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=31628&amp;ICS1=35&amp;ICS2=240&amp;ICS3=15";>
iso.org here.
</a>
</p>

Modified:
development/laboratory/users/niclas/iso8583/docs/src/docs/reference/index.xml
==============================================================================
---
development/laboratory/users/niclas/iso8583/docs/src/docs/reference/index.xml
(original)
+++
development/laboratory/users/niclas/iso8583/docs/src/docs/reference/index.xml
Fri May 13 10:10:58 2005
@@ -27,7 +27,7 @@
First of all, the ultimate reference is the ISO8583
specification and you <strong>will</strong> need it.
It can be purchased directly from
- <a
href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=31628&ICS1=35&ICS2=240&ICS3=15";>
+ <a
href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=31628&amp;ICS1=35&amp;ICS2=240&amp;ICS3=15";>
iso.org here.
</a>
</p>



  • svn commit: r2529 - in development/laboratory/users/niclas/iso8583/docs: . src/docs src/docs/reference, niclas, 05/13/2005

Archive powered by MHonArc 2.6.24.

Top of Page