krysalis-version/src/documentation/content/xdocs/ant/nested constraintSet.xml,NONE,1.1 constraint.xml,NONE,1.1 book.xml,1.1,1.2 version.xml,1.2,1.3
| Newsgroups | gmane.comp.krysalis.sandbox |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/krysalis-version/src/documentation/content/xdocs/ant/nested
In directory sc8-pr-cvs1:/tmp/cvs-serv11553/src/documentation/content/xdocs/ant/nested
Modified Files:
book.xml version.xml
Added Files:
constraintSet.xml constraint.xml
Log Message:
Docs
--- NEW FILE: constraintSet.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-Version: 'constraintSet' Nested Ant Element</title>
<authors>
<person id="arb_jack" name="Adam R. B. Jack" email="[email protected]"/>
</authors>
</header>
<body>
<section><title>Description</title>
<p>Represents a set of constraints</p>
</section>
<section><title>Parameters</title>
<p></p>
<table>
<tr><th>Attribute</th><th>Description</th><th>Required</th><th>Default</th></tr>
<tr><td>severity</td><td>Severity</td><td>No</td><td></td></tr>
</table>
</section>
<section><title>Parameters specified as nested elements</title>
<note>A <strong>Constraint Set</strong> is a collection of constraints. Constraints can be produced using any number of the following nested elements. </note>
<section><title>Attribute</title>
<table>
<tr><th>Nested Element</th><td>Description</td></tr>
<tr><td><link href="constraint.html">LessThan</link></td><td>Version Exists and is <strong>Less Than</strong> a given Version</td></tr>
<tr><td><link href="constraint.html">LessThanOrEqualTo</link></td><td>Version Exists and is <strong>Less Than Or Equal To</strong> a given Version</td></tr>
<tr><td><link href="constraint.html">EqualTo</link></td><td>Version Exists and is <strong>Equal To</strong> a given Version</td></tr>
<tr><td><link href="constraint.html">NotEqualTo</link></td><td>Version Exists and is <strong>Not Equal To</strong> a given Version</td></tr>
<tr><td><link href="constraint.html">GreaterThanOrEqualTo</link></td><td>Version Exists and is <strong>Greater Than Or Equal To</strong> a given Version</td></tr>
<tr><td><link href="constraint.html">GreaterThan</link></td><td>Version Exists and is <strong>Greater Than</strong> a given Version</td></tr>
</table>
</section>
<section>
<title>Parameters specified as text content</title>
<p><strong>Text Representation</strong> of constraints can be entered </p>
<note>XML demands that <strong>less than</strong> (<) and <strong>greater than</strong> (>) symbols are escaped. Either escape them, or use the 'word' format.</note>
<table>
<tr><th>Operation</th><th>Symbol</th><th>Word</th></tr>
<tr><td>Less Than</td><td><</td><td><strong>LessThan</strong></td></tr>
<tr><td>Less Than Or Equal To</td><td><=</td><td><strong>LessThanOrEqualTo</strong></td></tr>
<tr><td>Equal To</td><td>=</td><td><strong>EqualTo</strong></td></tr>
<tr><td>Compatible With</td><td>~</td><td><strong>CompatibleWith</strong></td></tr>
<tr><td>Not Equal To</td><td>!=</td><td><strong>NotEqualTo</strong></td></tr>
<tr><td>Greater Than</td><td>></td><td><strong>GreaterThan</strong></td></tr>
<tr><td>Greater Than Or Equal To</td><td>>=</td><td><strong>GreaterThanOrEqualTo</strong></td></tr>
</table>
</section>
</section>
</body>
</document>
--- NEW FILE: constraint.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-Version: Operation Nested Ant Elements</title>
<authors>
<person id="arb_jack" name="Adam R. B. Jack" email="[email protected]"/>
</authors>
</header>
<body>
<section><title>Description</title>
<p>Constraints specifications...</p>
</section>
<section><title>Parameters</title>
<p></p>
<table>
<tr><th>Attribute</th><th>Description</th><th>Required</th><th>Default</th></tr>
<tr><td><link href="../versionId.html">versionId</link></td><td>Version Identifier</td><td>Yes</td><td></td></tr>
</table>
</section>
<section><title>Parameters specified as nested elements</title>
<note>A <strong>Constraint Set</strong> is a collection of constraints. Constraints can be produced using any number of the following nested elements. </note>
<section><title>Version</title>
<p>See: <link href="version.html">version</link></p>
</section>
</section>
<section>
<title>Parameters specified as text content</title>
<p>None</p>
</section>
</body>
</document>
Index: book.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-version/src/documentation/content/xdocs/ant/nested/book.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** book.xml 8 Feb 2003 00:32:27 -0000 1.1
--- book.xml 17 Feb 2003 06:27:27 -0000 1.2
***************
*** 7,13 ****
xmlns:xlink="http://www.w3.org/1999/xlink">
! <menu label="Nested">
<menu-item label="version" href="version.html"/>
</menu>
</book>
--- 7,21 ----
xmlns:xlink="http://www.w3.org/1999/xlink">
! <menu label="Version">
<menu-item label="version" href="version.html"/>
</menu>
+
+ <menu label="Constraints">
+ <menu-item label="constraintSet" href="constraintSet.html"/>
+ </menu>
+ <menu label="Misc">
+ <menu-item label="format" href="todo.html"/>
+ </menu>
+
</book>
Index: version.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-version/src/documentation/content/xdocs/ant/nested/version.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** version.xml 13 Feb 2003 01:14:21 -0000 1.2
--- version.xml 17 Feb 2003 06:27:28 -0000 1.3
***************
*** 16,27 ****
<p>TODO</p>
<table>
! <tr><th>Attribute</th><th>Description</th><th>Required</th></tr>
</table>
-
</section>
! <section>
! <title>Parameters specified as nested elements</title>
! <p>TODO</p>
</section>
</body>
--- 16,60 ----
<p>TODO</p>
<table>
! <tr><th>Attribute</th><th>Description</th><th>Required</th><th>Default</th></tr>
! <tr><td>versionId</td><td>Version Identifier</td><td>Yes*</td><td>From Parent</td></tr>
! <tr><td>version</td><td>Version String</td><td>No</td><td>N/A</td></tr>
! <tr><td>major</td><td>Major Number</td><td>No</td><td>N/A</td></tr>
! </table>
! <note><strong>Parameter Option Groups</strong>. Collections of parameters, optional groups, are evaluated in the following order.</note>
! <section><title>String Format</title>
! <table>
! <tr><th>Attribute</th><th>Description</th><th>Required</th><th>Default</th></tr>
! <tr><td>version</td><td>Version String</td><td>Yes</td><td>N/A</td></tr>
! </table>
! </section>
! <section><title>Compound Format</title>
! <table>
! <tr><th>Attribute</th><th>Description</th><th>Required</th><th>Default</th></tr>
! <tr><td>major</td><td>Major Number</td><td>Yes</td><td>N/A</td></tr>
! <tr><td>minor</td><td>Minor Number</td><td>Yes</td><td>N/A</td></tr>
! <tr><td>point</td><td>Point Number</td><td>No</td><td>N/A</td></tr>
! <tr><td>releaseLevel</td><td>Release Level</td><td>No</td><td>release</td></tr>
! <tr><td>releaseQualifier</td><td>Release Qualifier</td><td>No</td><td>N/A</td></tr>
! <tr><td>buildNumber</td><td>Build Number</td><td>No</td><td>N/A</td></tr>
</table>
</section>
!
</section>
+ <section><title>Parameters specified as nested elements</title>
+ <section><title>Attribute</title>
+ <p>The <code>Attribute</code> nested element represents a named value.</p>
+ <p>See: <link href="attribute.html">attribute</link></p>
+ <note>Multiple <strong>Attribute</strong> elements can exist</note>
+ <warning>Each element must have a unique name or behaviour is undefined.</warning>
+ </section>
+ <section><title>defaultAttributes</title>
+ <p>The <code>DefaultAttributes</code> nested element represents a predefined collection of ant properties/values. These properties/values are passed as named attributes.</p>
+ <p>See: <link href="defaultAttributes.html">defaultAttributes</link></p>
+ </section>
+ </section>
+ <section>
+ <title>Parameters specified as text content</title>
+ <p>None</p>
+ </section>
</body>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf