]> source.dussan.org Git - archiva.git/commitdiff
fix documentation as database has been removed
authorOlivier Lamy <olamy@apache.org>
Thu, 6 Oct 2011 14:13:11 +0000 (14:13 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 6 Oct 2011 14:13:11 +0000 (14:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179634 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/databases.apt
archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt
archiva-docs/src/site/apt/userguide/index.apt

index 8adb560ae76998a72ef384f06f7ca7f44aa547fa..4f7b43d30c9085d6f7aa4d5d94f9b23d3d0ee478 100644 (file)
@@ -23,7 +23,7 @@
 ~~ specific language governing permissions and limitations                         
 ~~ under the License.                                                              
 
-Apache Archiva Databases
+Apache Archiva Database
 
   Archiva uses an external database for one purpose:
 
index b5eb877f189ec124cca40e680e44408431fb61c0..ca6abc4202bf9802e00d7014ca4f4925a79e2dc9 100644 (file)
@@ -72,7 +72,7 @@ http://svn.apache.org/repos/asf/archiva/tags/archiva-1.2/archiva-modules/archiva
   the last \<argument\> is where you set the user's password.
 
   After configuring the pom, you can now run the sample client by executing <<mvn exec:java>> in the command-line. You should be
-  able to see the list of managed and remote repositories, the list of database and repository consumers and more printed on the
+  able to see the list of managed and remote repositories, the list of repository consumers and more printed on the
   command-line.
 
 * Administration Service
@@ -83,12 +83,6 @@ http://svn.apache.org/repos/asf/archiva/tags/archiva-1.2/archiva-modules/archiva
 
   [[1]] Boolean executeRepositoryScanner( String repoId ) - triggers the repository scanner to scan the specified repository.
 
-  [[2]] Boolean executeDatabaseScanner()  - triggers the database scanner to be executed.
-
-  [[3]] List\<String\> getAllDatabaseConsumers() - retrieves all the Archiva database consumers associated with the database scanning.
-
-  [[4]] Boolean configureDatabaseConsumer( String consumerId, boolean enable ) - enables or disables the specified database consumer.
-
   [[5]] List\<String\> getAllRepositoryConsumers() - retrieves all the Archiva repository consumers associated with the repository scanning.
 
   [[6]] Boolean configureRepositoryConsumer( String repoId, String consumerId, boolean enable ) - enables or disables the specified
index 81b635adac4598da1a741091fc87203745497b1b..2295cbc71cd041519195d3971417f52519203a9f 100644 (file)
@@ -28,7 +28,7 @@ Users Guide
 
     * {{{./searching.html} Searching Archiva repositories}}
 
-    * {{{./find-artifact.html} Identifying an unknown artifact by comparing the repository checksum database}}
+    * {{{./find-artifact.html} Identifying an unknown artifact by comparing the repository checksum}}
 
     * {{{./using-repository.html} Using Archiva as a repository for Maven, Ivy, etc.}}