Re: cvs commit: ant/xdocs projects.xml external.xml

2004-02-20 Thread Dale Anson
Thanks!
[EMAIL PROTECTED] wrote:
jhm 2004/02/20 00:13:37
  Modified:xdocsprojects.xml external.xml
  Log:
  Antelope new url; new tasks: antariel, rundoc
  
  Revision  ChangesPath
  1.14  +5 -5  ant/xdocs/projects.xml
  
  Index: projects.xml
  ===
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- projects.xml	16 Feb 2004 16:38:06 -	1.13
  +++ projects.xml	20 Feb 2004 08:13:37 -	1.14
  @@ -22,7 +22,7 @@
 
   
 
  -
  +
   
   
 Nothing listed here is directly supported by the Ant
  @@ -99,11 +99,11 @@
   
 
   Compatibility:
  -Tested extensively with Ant 1.5.x.
  +Ant 1.5 and higher.
 
 
   URL:
  -http://antelope.sourceforge.net/";>http://antelope.sourceforge.net/
  +http://antelope.tigris.org/";>http://antelope.tigris.org/
 
 
   Contact:
  @@ -240,7 +240,7 @@
 
   
 
  -  
  +
 
   
   NAnt is a .NET based build tool. In theory it is kind of
  @@ -322,4 +322,4 @@
   
   
 
  -
  +
  \ No newline at end of file
  
  
  
  1.119 +58 -0 ant/xdocs/external.xml
  
  Index: external.xml
  ===
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- external.xml	19 Feb 2004 11:46:58 -	1.118
  +++ external.xml	20 Feb 2004 08:13:37 -	1.119
  @@ -92,6 +92,32 @@
   
 
   
  +  
  +
  +Andariel is a set of tasks designed to help the generation of HTML
  +(and other markup languages) pages from Ant. Includes a XPath processor,
  +an image information retriever, and others.
  +
  +
  +  
  +Compatibility:
  +Ant 1.5.4 and newer
  +  
  +  
  +URL:
  +http://andariel.uworks.net/";>http://andariel.uworks.net/
  +  
  +  
  +Contact:
  +josep DOT rio AT uworks DOT net
  +  
  +  
  +License:
  +Apache Software License 1.1
  +  
  +
  +  
  +
 
   
   AntDoc is a tool that generates HTML documentation from Ant
  @@ -1771,6 +1797,38 @@
 
   License:
   GNU General Public License (GPL)
  +  
  +
  +  
  +
  +  
  +A task designed to help with the single-sourcing of program
  +documentation. Rundoc replaces special commands
  +(in the format @@rundoc:command param1 param2...@@) embedded
  +within text files with their output in a
  +specified format. Currently, only Docbook format is supported.
  +
  +Rundoc was written to keep sample code output in program
  +documentation synchronized with the actual output
  +of the current code, by running the referenced code when the
  +documentation is built.
  +
  +
  +  
  +Compatibility:
  +Tested with 1.6  Should work with all versions.
  +  
  +  
  +URL:
  +http://www.martiansoftware.com/lab/index.html#rundoc";>http://www.martiansoftware.com/lab/index.html#rundoc
  +  
  +  
  +Contact:
  +http://www.martiansoftware.com/contact.html";>Marty Lamb
  +  
  +  
  +License:
  +Revised BSD
 
   
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: cvs commit: ant/xdocs projects.xml external.xml

2004-02-20 Thread Jan . Materne
I´ve added 
- Antelope changes (new URL, compatibility)
- rundoc task
- Andariel tasks (damn, typo here)

Because I had a "Up-to-date check failed" I´ll have to check
my machine (tomorrow). Then I´ll do the typo-fix, html-generation
and 1.6-sync.

I post this to both lists because the three changes are originated
in both lists.


Jan


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 20, 2004 9:14 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: ant/xdocs projects.xml external.xml
> 
> 
> jhm 2004/02/20 00:13:37
> 
>   Modified:xdocsprojects.xml external.xml
>   Log:
>   Antelope new url; new tasks: antariel, rundoc
>   
>   Revision  ChangesPath
>   1.14  +5 -5  ant/xdocs/projects.xml
>   
>   Index: projects.xml
>   ===
>   RCS file: /home/cvs/ant/xdocs/projects.xml,v
>   retrieving revision 1.13
>   retrieving revision 1.14
>   diff -u -r1.13 -r1.14
>   --- projects.xml16 Feb 2004 16:38:06 -  1.13
>   +++ projects.xml20 Feb 2004 08:13:37 -  1.14
>   @@ -22,7 +22,7 @@
>  
>
>  
>   -
>   +
>
>
>  Nothing listed here is directly supported by the Ant
>   @@ -99,11 +99,11 @@
>
>  
>Compatibility:
>   -Tested extensively with Ant 1.5.x.
>   +Ant 1.5 and higher.
>  
>  
>URL:
>   - href="http://antelope.sourceforge.net/";>http://antelope.source
> forge.net/
>   + href="http://antelope.tigris.org/";>http://antelope.tigris.org/
> 
>  
>  
>Contact:
>   @@ -240,7 +240,7 @@
>  
>
>  
>   -  
>   +
>  
>
>NAnt is a .NET based build tool. In theory it is kind of
>   @@ -322,4 +322,4 @@
>
>
>  
>   -
>   +
>   \ No newline at end of file
>   
>   
>   
>   1.119 +58 -0 ant/xdocs/external.xml
>   
>   Index: external.xml
>   ===
>   RCS file: /home/cvs/ant/xdocs/external.xml,v
>   retrieving revision 1.118
>   retrieving revision 1.119
>   diff -u -r1.118 -r1.119
>   --- external.xml19 Feb 2004 11:46:58 -  1.118
>   +++ external.xml20 Feb 2004 08:13:37 -  1.119
>   @@ -92,6 +92,32 @@
>
>  
>
>   +  
>   +
>   +Andariel is a set of tasks designed to help the 
> generation of HTML
>   +(and other markup languages) pages from Ant. 
> Includes a XPath processor,
>   +an image information retriever, and others.
>   +
>   +
>   +  
>   +Compatibility:
>   +Ant 1.5.4 and newer
>   +  
>   +  
>   +URL:
>   + href="http://andariel.uworks.net/";>http://andariel.uworks.net/
> 
>   +  
>   +  
>   +Contact:
>   +josep DOT rio AT uworks DOT net
>   +  
>   +  
>   +License:
>   +Apache Software License 1.1
>   +  
>   +
>   +  
>   +
>  
>
>AntDoc is a tool that generates HTML 
> documentation from Ant
>   @@ -1771,6 +1797,38 @@
>  
>License:
>GNU General Public License (GPL)
>   +  
>   +
>   +  
>   +
>   +  
>   +A task designed to help with the 
> single-sourcing of program
>   +documentation. Rundoc replaces special commands
>   +(in the format @@rundoc:command param1 
> param2...@@) embedded
>   +within text files with their output in a
>   +specified format. Currently, only Docbook format 
> is supported.
>   +
>   +Rundoc was written to keep sample code output in program
>   +documentation synchronized with the actual output
>   +of the current code, by running the referenced 
> code when the
>   +documentation is built.
>   +
>   +
>   +  
>   +Compatibility:
>   +Tested with 1.6  Should work with all 
> versions.
>   +  
>   +  
>   +URL:
>   + href="http://www.martiansoftware.com/lab/index.html#rundoc";>ht
tp://www.martiansoftware.com/lab/index.html#rundoc
>   +  
>   +  
>   +Contact:
>   + href="http://www.martiansoftware.com/contact.html";>Marty Lamb
>   +  
>   +  
>   +License:
>   +Revised BSD
>  
>
>  
>   
>   
>   
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>