]> source.dussan.org Git - archiva.git/commitdiff
clean up some docs
authorBrett Porter <brett@apache.org>
Tue, 8 Aug 2006 04:22:30 +0000 (04:22 +0000)
committerBrett Porter <brett@apache.org>
Tue, 8 Aug 2006 04:22:30 +0000 (04:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@429560 13f79535-47bb-0310-9956-ffa450edef68

design/white-site/src/site/xdoc/admin/index.xml
design/white-site/src/site/xdoc/admin/proxies.xml
design/white-site/src/site/xdoc/admin/sync.xml
maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/lucene/LuceneQuery.java
maven-repository-webapp/src/main/resources/webwork.properties

index 775b7ef4901f1280946b32e1d4665d2bf3aae115..95d9c1d2b72e31ec21cac45dd83ae4b74044aa69 100644 (file)
@@ -34,7 +34,6 @@
           <a href="add-repository.html">Edit Repository</a>
           |
           <a href="#">Delete Repository</a>
-          <!-- TODO!: serious confirmation -->
         </div>
         <h3>Central Repository</h3>
         <table>
@@ -73,7 +72,6 @@
           <a href="add-repository.html">Edit Repository</a>
           |
           <a href="#">Delete Repository</a>
-          <!-- TODO!: serious confirmation -->
         </div>
         <h3>Snapshot Repository</h3>
         <table>
index 5bc4d7c34bf44508e48a1515859dfb24da3fd2fe..2f64fecf291b2615aa47a4d18965ce14ab6888fe 100644 (file)
@@ -29,7 +29,6 @@
           <a href="add-proxied-repository.html">Edit Repository</a>
           |
           <a href="#">Delete Repository</a>
-          <!-- TODO!: serious confirmation -->
         </div>
         <h3>Ibiblio</h3>
         <table>
@@ -75,7 +74,6 @@
           <a href="add-proxied-repository.html">Edit Repository</a>
           |
           <a href="#">Delete Repository</a>
-          <!-- TODO!: serious confirmation -->
         </div>
         <h3>Codehaus Snapshots</h3>
         <table>
index 8d89a82e734f7c63abf34da2c14b1ef8a90c2771..5cd88adbaeec1c693866ff57f17f9f25fe34eed1 100644 (file)
@@ -29,7 +29,6 @@
           <a href="add-sync-repository.html">Edit Repository</a>
           |
           <a href="#">Delete Repository</a>
-          <!-- TODO!: serious confirmation -->
         </div>
         <h3>Apache</h3>
         <table>
@@ -75,7 +74,6 @@
           <a href="add-sync-repository.html">Edit Repository</a>
           |
           <a href="#">Delete Repository</a>
-          <!-- TODO!: serious confirmation -->
         </div>
         <h3>Apache (Legacy)</h3>
         <table>
index e56b018bc474420966412478d571a333c00961b8..13fdcaf5c37c59f3476efb03ef7f24b107d2d52c 100644 (file)
@@ -19,7 +19,7 @@ package org.apache.maven.repository.indexing.lucene;
 import org.apache.maven.repository.indexing.query.Query;
 
 /**
- * TODO [!]: Description.
+ * A holder for a lucene query to pass to the indexer API.
  *
  * @author <a href="mailto:brett@apache.org">Brett Porter</a>
  */
index 8cd7e97cb3caae081e80644a6a70b8eb0b3cd991..6837803ce6e0cfdfe7c38775b478cdf9b6d86360 100644 (file)
@@ -2,4 +2,4 @@
 webwork.mapper.class=org.apache.maven.repository.manager.web.mapper.RepositoryActionMapper
 webwork.objectFactory = org.codehaus.plexus.xwork.PlexusObjectFactory
 
-# TODO! package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes
\ No newline at end of file
+# TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes
\ No newline at end of file