1
0

new-tools.xml 630 B

1234567891011121314151617181920212223242526
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
  3. "http://forrest.apache.org/dtd/document-v20.dtd">
  4. <!--
  5. Copyright (c) 2010-2010 by Bernhard Bablok (bablokb@users.sourceforge.net)
  6. $Revision: 1.1 $
  7. $Author: bablokb $
  8. -->
  9. <document id="new-tools">
  10. <header>
  11. <title>Adding support for additional commandline-tools</title>
  12. </header>
  13. <body>
  14. <section id="intro">
  15. <title>Introduction</title>
  16. <p>
  17. This document is a step-by-step introduction on howto add
  18. support for a new commandline-tool to im4java.
  19. </p>
  20. </section>
  21. </body>
  22. </document>