From: Olivier Lamy Date: Thu, 6 Oct 2011 14:13:11 +0000 (+0000) Subject: fix documentation as database has been removed X-Git-Tag: archiva-1.4-M1~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4515893178d89790a54c55b62518443fefbf7475;p=archiva.git fix documentation as database has been removed git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179634 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-docs/src/site/apt/adminguide/databases.apt b/archiva-docs/src/site/apt/adminguide/databases.apt index 8adb560ae..4f7b43d30 100644 --- a/archiva-docs/src/site/apt/adminguide/databases.apt +++ b/archiva-docs/src/site/apt/adminguide/databases.apt @@ -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: diff --git a/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt b/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt index b5eb877f1..ca6abc420 100644 --- a/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt +++ b/archiva-docs/src/site/apt/adminguide/webservices/xml-rpc.apt @@ -72,7 +72,7 @@ http://svn.apache.org/repos/asf/archiva/tags/archiva-1.2/archiva-modules/archiva the last \ is where you set the user's password. After configuring the pom, you can now run the sample client by executing <> 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\ 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\ 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 diff --git a/archiva-docs/src/site/apt/userguide/index.apt b/archiva-docs/src/site/apt/userguide/index.apt index 81b635ada..2295cbc71 100644 --- a/archiva-docs/src/site/apt/userguide/index.apt +++ b/archiva-docs/src/site/apt/userguide/index.apt @@ -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.}}