]> source.dussan.org Git - archiva.git/commitdiff
Removed comments in the validator xml files.
authorMaria Odea B. Ching <oching@apache.org>
Wed, 6 Sep 2006 00:48:22 +0000 (00:48 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Wed, 6 Sep 2006 00:48:22 +0000 (00:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440547 13f79535-47bb-0310-9956-ffa450edef68

archiva-webapp/src/main/resources/org/apache/maven/archiva/web/action/admin/ConfigureProxiedRepositoryAction-validation.xml
archiva-webapp/src/main/resources/org/apache/maven/archiva/web/action/admin/ConfigureRepositoryAction-validation.xml
archiva-webapp/src/main/resources/org/apache/maven/archiva/web/action/admin/ConfigureSyncedRepositoryAction-addSelectedSyncedRepository-validation.xml
archiva-webapp/src/main/resources/org/apache/maven/archiva/web/action/admin/ConfigureSyncedRepositoryAction-validation.xml

index f72ec85c8595ff91763f262d1dd9b2ee5a291e61..1b49d7d0d5943907eabec642c03666268bfd2b27 100644 (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>
\ No newline at end of file
index 8de49142b857cc309555964fa583656ee0d6fee9..1585274970d05dda9cd9d8996b2fa8161c330705 100644 (file)
@@ -18,8 +18,7 @@
     "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd">
 
 <!-- TODO! see MRM-150 for progress on these -->
-<validators>
-  <!-- TODO: constrain more -->
+<validators>  
   <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>
index 10ff70b013263f400b63cf92c6e43184806f336c..1cd7245ffc1a047a14dfce60335c07ff95dab409 100644 (file)
@@ -47,8 +47,5 @@
   <validator type="syncedrepo">
     <message/>
   </validator>
-
-  <!-- TODO: validate managed repository -->
-  <!-- TODO: validate layout -->
-  <!-- TODO: validate sync settings, depending on what method -->
+    
 </validators>
\ No newline at end of file
index 43ea651aaa5fafbe6ced13a12c1fe439280df789..a842b3670c3242115ef6a9ae1d6056ce2ef6bf1c 100644 (file)
@@ -18,8 +18,7 @@
     "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd">
 
 <!-- TODO! see MRM-150 for progress on these -->
-<validators>
-  <!-- TODO: constrain more -->
+<validators>  
   <field name="method">
     <field-validator type="requiredstring">
       <message>You must enter the synchronization method.</message>