Removed comments in the validator xml files.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2006-09-06 00:48:22 +00:00
parent 69b9e89f09
commit c660685dc8
4 changed files with 4 additions and 17 deletions

View File

@ -19,7 +19,6 @@
<!-- TODO! see MRM-150 for progress on these -->
<validators>
<!-- TODO: constrain more -->
<field name="id">
<field-validator type="requiredstring">
<message>You must enter the repository identifier.</message>
@ -35,7 +34,6 @@
</field-validator>
</field>
<!-- deng todo: check if the entered repo url exists -->
<field name="url">
<field-validator type="requiredstring">
<message>You must enter the repository URL.</message>
@ -54,7 +52,7 @@
</field-validator>
</field>
<!-- deng todo: check if the interval validator is still valid -->
<!-- TODO: is the validation correct? -->
<validator type="interval">
<message/>
</validator>
@ -87,9 +85,4 @@
</field-validator>
</field>
<!-- TODO: validate managed repository -->
<!-- TODO: validate layout -->
<!-- TODO: validate policies -->
<!-- TODO: validate that intervals are integers -->
<!-- TODO: validate that intervals are empty if policy is not interval -->
</validators>

View File

@ -19,7 +19,6 @@
<!-- TODO! see MRM-150 for progress on these -->
<validators>
<!-- TODO: constrain more -->
<field name="id">
<field-validator type="requiredstring">
<message>You must enter the repository identifier.</message>
@ -30,7 +29,6 @@
<message>You must enter the repository name.</message>
</field-validator>
</field>
<!-- deng todo: validate if the specified directory exists -->
<field name="directory">
<field-validator type="requiredstring">
<message>You must enter the repository directory.</message>

View File

@ -48,7 +48,4 @@
<message/>
</validator>
<!-- TODO: validate managed repository -->
<!-- TODO: validate layout -->
<!-- TODO: validate sync settings, depending on what method -->
</validators>

View File

@ -19,7 +19,6 @@
<!-- TODO! see MRM-150 for progress on these -->
<validators>
<!-- TODO: constrain more -->
<field name="method">
<field-validator type="requiredstring">
<message>You must enter the synchronization method.</message>