You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/10/06 16:13:12 UTC

svn commit: r1179634 - in /archiva/trunk/archiva-docs/src/site/apt: adminguide/databases.apt adminguide/webservices/xml-rpc.apt userguide/index.apt

Author: olamy
Date: Thu Oct  6 14:13:11 2011
New Revision: 1179634

URL: http://svn.apache.org/viewvc?rev=1179634&view=rev
Log:
fix documentation as database has been removed

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

Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/databases.apt
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/adminguide/databases.apt?rev=1179634&r1=1179633&r2=1179634&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/adminguide/databases.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/adminguide/databases.apt Thu Oct  6 14:13:11 2011
@@ -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:
 

Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt?rev=1179634&r1=1179633&r2=1179634&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt Thu Oct  6 14:13:11 2011
@@ -72,7 +72,7 @@ http://svn.apache.org/repos/asf/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/
 
   [[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

Modified: archiva/trunk/archiva-docs/src/site/apt/userguide/index.apt
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/userguide/index.apt?rev=1179634&r1=1179633&r2=1179634&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/userguide/index.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/userguide/index.apt Thu Oct  6 14:13:11 2011
@@ -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.}}