ruper2/src/documentation/content/xdocs/ant repotool.xml,NONE,1.1 reposync.xml,NONE,1.1 cut-n-paste.xml,1.3,1.4 book.xml,1.2,1.3 index.xml,1.2,1.3 updateModule.xml,1.1,NONE

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/documentation/content/xdocs/ant
In directory sc8-pr-cvs1:/tmp/cvs-serv5577/src/documentation/content/xdocs/ant

Modified Files:
	cut-n-paste.xml book.xml index.xml 
Added Files:
	repotool.xml reposync.xml 
Removed Files:
	updateModule.xml 
Log Message:
Documentation update.

--- NEW FILE: repotool.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">

<document>
  <header>
    <title>Krysalis-Ruper: 'repotool' Ant Task</title>
    <authors>
      <person id="arb_jack" name="Adam R. B. Jack" email="[email protected]"/>
    </authors>
  </header>
  <body>
    	<section><title>Description</title>
    	<p>List the contents of a 'group' of a group in
    		repositories.</p>
    	</section>
    	<section><title>Parameters</title>
		<table>
			<tr><th>Attribute</th><th>Description</th><th>Required</th><th>Default</th></tr>
			<tr><td>group</td><td>The named group</td><td>Yes</td><td>N/A</td></tr>
			</table>
    </section>
 	<section>
 		<title>Parameters specified as nested elements</title>
		<p>None</p> 
	</section>
 	<section>
 		<title>Parameters specified as text content</title>
		<p>None</p> 
	</section>
  </body>
</document>

--- NEW FILE: reposync.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">

<document>
  <header>
    <title>Krysalis-Ruper: 'reposync' Ant Task</title>
    <authors>
      <person id="arb_jack" name="Adam R. B. Jack" email="[email protected]"/>
    </authors>
  </header>
  <body>
    	<section><title>Description</title>
    	<p>Keep the contents of a 'group' of a group in synch with those in
    		repositories.</p>
    	</section>
    	<section><title>Parameters</title>
		<table>
			<tr><th>Attribute</th><th>Description</th><th>Required</th><th>Default</th></tr>
			<tr><td>group</td><td>The named group</td><td>Yes</td><td>N/A</td></tr>
			</table>
    </section>
 	<section>
 		<title>Parameters specified as nested elements</title>
		<p>None</p> 
	</section>
 	<section>
 		<title>Parameters specified as text content</title>
		<p>None</p> 
	</section>
  </body>
</document>

Index: cut-n-paste.xml
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/documentation/content/xdocs/ant/cut-n-paste.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cut-n-paste.xml	14 Oct 2003 20:48:07 -0000	1.3
--- cut-n-paste.xml	30 Oct 2003 20:01:09 -0000	1.4
***************
*** 10,15 ****
    </header>
    <body>  
! 	<section><title>RepoSync - Synchroinize with Repositories</title>		
  		<source>&lt;reposync group="junit"&gt;</source>
  	</section>
  	</body>
--- 10,20 ----
    </header>
    <body>  
! 	<section><title>RepoSync - Synchronize with Repositories</title>		
! 		<p>Keep this group up to date with that in repositories.</p>
  		<source>&lt;reposync group="junit"&gt;</source>
+ 	</section>
+ 	<section><title>RepoTool - List a Group in all Repositories</title>		
+ 		<p>Log the contents of the group.</p>
+ 		<source>&lt;repotool group="junit"&gt;</source>
  	</section>
  	</body>

Index: book.xml
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/documentation/content/xdocs/ant/book.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** book.xml	14 Oct 2003 20:48:07 -0000	1.2
--- book.xml	30 Oct 2003 20:01:09 -0000	1.3
***************
*** 11,15 ****
  	    <menu-item label="Quick Start"     href="quickstart.html"/>     
  	    <menu-item label="Cut &amp; Paste"     href="cut-n-paste.html"/>    
! 	    <menu-item label="Sample Scripts" href="sample_scripts.html"/> 
   	   <menu-item label="FAQ"     href="faq.html"/>     
   	   <menu-item label="Having Problems?"     href="troubleshooting.html"/>     
--- 11,15 ----
  	    <menu-item label="Quick Start"     href="quickstart.html"/>     
  	    <menu-item label="Cut &amp; Paste"     href="cut-n-paste.html"/>    
! 	    <!-- menu-item label="Sample Scripts" href="sample_scripts.html"/ --> 
   	   <menu-item label="FAQ"     href="faq.html"/>     
   	   <menu-item label="Having Problems?"     href="troubleshooting.html"/>     

Index: index.xml
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/documentation/content/xdocs/ant/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.xml	14 Oct 2003 20:48:07 -0000	1.2
--- index.xml	30 Oct 2003 20:01:10 -0000	1.3
***************
*** 18,23 ****
        <table>
        	<tr><th>Task</th><th>Description</th></tr>
!       	<tr><td>reposync</td><td>Synchronize resources with repositories</td></tr>
!       	<tr><td>repotool</td><td>Tinker w/ Repositories</td></tr>
        </table>
        
--- 18,23 ----
        <table>
        	<tr><th>Task</th><th>Description</th></tr>
!       	<tr><td><link href="reposync.html">reposync</link></td><td>Synchronize resources with repositories</td></tr>
!       	<tr><td><link href="repotool.html">repotool</link></td><td>Tinker w/ Repositories (introspect, clean, etc.)</td></tr>
        </table>
        

--- updateModule.xml DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.