Browse Source

Added ISBNs for later use (e.g. Online Bookstore)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278379 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 20 years ago
parent
commit
696bf3b933
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      xdocs/resources.xml

+ 9
- 9
xdocs/resources.xml View File

@@ -91,7 +91,7 @@
<section name="Books"> <section name="Books">
<p>The most recent books come first</p> <p>The most recent books come first</p>


<subsection name="Ant: The Definitive Guide, 2nd edition">
<subsection name="Ant: The Definitive Guide, 2nd edition" isbn="0596006098">
<p>Published April 2005, and covers Ant release 1.6.1.</p> <p>Published April 2005, and covers Ant release 1.6.1.</p>


<p>This is a complete rewrite of the first edition; this book is <p>This is a complete rewrite of the first edition; this book is
@@ -117,11 +117,11 @@
</table> </table>
</subsection> </subsection>


<subsection name="Pragmatic Project Automation">
<subsection name="Pragmatic Project Automation" isbn="0974514039">
<p> <p>


How to Build, Deploy, and Monitor Java Applications. How to Build, Deploy, and Monitor Java Applications.
Published: July 2004 ISBN: 0-9745140-3-9
Published: July 2004 ISBN: 0-9745140-3-9
</p> </p>
<p> <p>
This is not a reference guide to Ant, but a book on how to automate the build process. This is not a reference guide to Ant, but a book on how to automate the build process.
@@ -144,7 +144,7 @@






<subsection name="Extreme Programming with Ant">
<subsection name="Extreme Programming with Ant" isbn="0672325624">
<p> This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:</p> <p> This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:</p>
<ul> <ul>
<li>The fundamentals of Ant: concepts, core and optional tasks</li> <li>The fundamentals of Ant: concepts, core and optional tasks</li>
@@ -172,7 +172,7 @@
</table> </table>
</subsection> </subsection>


<subsection name="Ant. Das Java-Build-Tool in der Praxis">
<subsection name="Ant. Das Java-Build-Tool in der Praxis" isbn="3827320666">
<p>A German language book on Ant that covers Ant 1.5. <p>A German language book on Ant that covers Ant 1.5.
This is the original description:</p> This is the original description:</p>
<source> <source>
@@ -200,7 +200,7 @@
</table> </table>
</subsection> </subsection>


<subsection name="Java Development with Ant">
<subsection name="Java Development with Ant" isbn="1930110588">
<p>Published 2002. This book covers Ant 1.5, including:</p> <p>Published 2002. This book covers Ant 1.5, including:</p>
<ul> <ul>
<li>The new Ant 1.5 features</li> <li>The new Ant 1.5 features</li>
@@ -235,7 +235,7 @@
</table> </table>
</subsection> </subsection>


<subsection name="Ant: The Definitive Guide, 1st edition">
<subsection name="Ant: The Definitive Guide, 1st edition" isbn="0596001843">
<!-- a soon as somebody submits a description, let's add it --> <!-- a soon as somebody submits a description, let's add it -->
<p>Published 2002, Covers Ant release 1.4.1.</p> <p>Published 2002, Covers Ant release 1.4.1.</p>
<table class="externals"> <table class="externals">
@@ -250,7 +250,7 @@
</table> </table>
</subsection> </subsection>


<subsection name="Ant. Kurz und Gut.">
<subsection name="Ant. Kurz und Gut." isbn="3897212412">


<p>A German language short reference for Ant that covers Ant <p>A German language short reference for Ant that covers Ant
1.4. This is the original description:</p> 1.4. This is the original description:</p>
@@ -274,7 +274,7 @@
</table> </table>
</subsection> </subsection>


<subsection name="Java Tools for eXtreme Programming">
<subsection name="Java Tools for eXtreme Programming" isbn="047120708X">
<p>This book covers the following XP subjects:</p> <p>This book covers the following XP subjects:</p>
<ul> <ul>
<li>Automated unit and functional testing</li> <li>Automated unit and functional testing</li>


Loading…
Cancel
Save