]> source.dussan.org Git - archiva.git/commitdiff
make color of xml in documentation more consistant
authorskygo <skygo@unknown>
Thu, 27 Sep 2012 10:01:23 +0000 (10:01 +0000)
committerskygo <skygo@unknown>
Thu, 27 Sep 2012 10:01:23 +0000 (10:01 +0000)
change search pattern to not pretty formated (looks better IMHO)

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1390917 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/databases.apt
archiva-docs/src/site/apt/adminguide/standalone.apt
archiva-docs/src/site/apt/userguide/deploy.apt
archiva-docs/src/site/apt/userguide/searching.apt
archiva-docs/src/site/apt/userguide/using-repository.apt
archiva-docs/src/site/apt/userguide/virtual-repositories.apt

index 2a80bad6cc3701ba0a1339c59e90d9470f81a411..889c75a19ebd9a2360fb7e54c7f790d2ac456780 100644 (file)
@@ -53,7 +53,7 @@ Apache Archiva Database
   As a workaround, set the database to UTF-8 encoding after it has been populated. See {{{http://jira.codehaus.org/browse/MRM-1373} MRM-1373}} for more details.
 
 +------+
-...
+<!-- omitted xml -->
 
 <New id="users" class="org.mortbay.jetty.plus.naming.Resource">
   <Arg>jdbc/users</Arg>
@@ -76,7 +76,7 @@ Apache Archiva Database
     </New>
   </Arg>
 </New>
-...
+<!-- omitted xml -->
 +------+
 
 * Backing up the database
index 883d640c89f0de349cbe1593066b4d01236f1e61..56ca1feaeda4b0c6467b2c37e3410abd9d37a786 100644 (file)
@@ -123,7 +123,7 @@ Installing Standalone Distribution of Apache Archiva
  for more details.
 
 +------+
-  ...
+  <!-- omitted xml -->
 
   <!-- Users / Security Database -->
 
@@ -148,7 +148,7 @@ Installing Standalone Distribution of Apache Archiva
       </New>
     </Arg>
   </New>
-  ...
+  <!-- omitted xml -->
 +------+
 
  More information about using Derby Network Server as an external user database
index a50222ff14a4043135477dd4056c261a9bed37be..0681126e80c75ac1ae16eff94498050adde139bd 100644 (file)
@@ -51,7 +51,7 @@ Deploying to Repository
 
 +-------------------------------------------------------------------------+
 <settings>
-  ...
+  <!-- omitted xml -->
   <servers>
     <server>
       <id>archiva.internal</id>
@@ -63,9 +63,9 @@ Deploying to Repository
       <username>{archiva-deployment-user}</username>
       <password>{archiva-deployment-pwd}</password>
     </server>
-    ...
+    <!-- omitted xml -->
   </servers>
-  ...
+  <!-- omitted xml -->
 </settings>
 +-------------------------------------------------------------------------+
 
@@ -77,7 +77,7 @@ Deploying to Repository
  
 +-------------------------------------------------------------------------+
 <project>
-  ...
+  <!-- omitted xml -->
   <distributionManagement>
     <repository>
       <id>archiva.internal</id>
@@ -90,7 +90,7 @@ Deploying to Repository
       <url>http://reposerver.mycompany.com:8080/archiva/repository/snapshots/</url>
     </snapshotRepository>
   </distributionManagement>
-  ...
+  <!-- omitted xml -->
 </project>
 +-------------------------------------------------------------------------+
 
@@ -103,7 +103,7 @@ Deploying to Repository
  
 +-------------------------------------------------------------------------+
 <project>
-  ...
+  <!-- omitted xml -->
   <distributionManagement>
     <repository>
       <id>archiva.internal</id>
@@ -116,7 +116,7 @@ Deploying to Repository
       <url>dav:http://reposerver.mycompany.com:8080/archiva/repository/snapshots/</url>
     </snapshotRepository>
   </distributionManagement>
-  ...
+  <!-- omitted xml -->
 </project>
 +-------------------------------------------------------------------------+
 
@@ -124,7 +124,7 @@ Deploying to Repository
 
 +-------------------------------------------------------------------------+
 <project>
-  ...
+  <!-- omitted xml -->
   <build>
     <extensions>
       <extension>
@@ -134,7 +134,7 @@ Deploying to Repository
       </extension>
     </extensions>
   </build>
-  ...
+  <!-- omitted xml -->
 </project>
 +-------------------------------------------------------------------------+
 
index a2c75ccba399bd69176b9bf9e41ef6134861ac52..733d836befedc3d4d10dc6f0606cc463de766e0d 100644 (file)
@@ -59,7 +59,7 @@ Searching
   The repository files that are indexed during repository scan can be configured in the Repository Scanning page, in the
   Repository Scanning - File Types section (indexable-content). By default, the indexable-content file types are:
 
-+-----+
+-----
 **/*.txt
 **/*.TXT
 **/*.block
@@ -69,7 +69,7 @@ Searching
 **/*.xsd
 **/*.dtd
 **/*.tld
-+-----+
+-----
 
 * Quick Search
 
index 9d4bec32cf7c26a195bcb12ebf1e5e7edb8ffd94..c4ab2aa7cdc9eb2242d1edce93868db596423080 100644 (file)
@@ -34,7 +34,7 @@ Configuring Maven 2 to use an Archiva repository
 
 +-------------------------------------------------------------------------+
 <settings>
-  ...
+  <!-- omitted xml -->
   <mirrors>
     <mirror>
       <id>archiva.default</id>
@@ -42,7 +42,7 @@ Configuring Maven 2 to use an Archiva repository
       <mirrorOf>external:*</mirrorOf>
     </mirror>
   </mirrors>
-  ...
+  <!-- omitted xml -->
 </settings>
 +-------------------------------------------------------------------------+
 
@@ -55,13 +55,13 @@ Mirror Settings}} for more information.>
   If you have separate Archiva repositories that you wish to use, you can add an extra mirror declaration as needed:
 
 +-------------------------------------------------------------------------+
-    ...
+    <!-- omitted xml -->
     <mirror>
       <id>archiva.apache.snapshots</id>
       <url>http://repo.mycompany.com:8080/archiva/repository/snapshots/</url>
       <mirrorOf>apache.snapshots</mirrorOf>
     </mirror>
-    ...
+    <!-- omitted xml -->
 +-------------------------------------------------------------------------+
 
   <<WARNING:>> Maven, as of version 2.0.8, does not properly report the correct URL in errors when a mirror is used - so although the Archiva instance is being consulted any error messages will still reflect
@@ -75,7 +75,7 @@ Mirror Settings}} for more information.>
 
 +-------------------------------------------------------------------------+
 <settings>
-  ...
+  <!-- omitted xml -->
   <profiles>
     <profile>
       <id>Repository Proxy</id>
@@ -87,23 +87,23 @@ Mirror Settings}} for more information.>
       <!-- ******************************************************* -->
       <repositories>
         <repository>
-          ...
+          <!-- omitted xml -->
         </repository>
-        ...   
+        <!-- omitted xml -->   
       </repositories>
       <!-- ******************************************************* -->
       <!-- repositories for maven plugins -->
       <!-- ******************************************************* -->
       <pluginRepositories>
         <pluginRepository>
-          ...
+          <!-- omitted xml -->
         </pluginRepository>
-        ...   
+        <!-- omitted xml -->   
       </pluginRepositories>
     </profile>
-    ...
+    <!-- omitted xml -->
   </profiles>
-  ...
+  <!-- omitted xml -->
 </settings>
 +-------------------------------------------------------------------------+
 
@@ -130,16 +130,16 @@ Mirror Settings}} for more information.>
 
 +-------------------------------------------------------------------------+
 <settings>
-  ...
+  <!-- omitted xml -->
   <servers>
     <server>
       <id>repository-1</id>
       <username>{archiva-user}</username>
       <password>{archiva-pwd}</password>
     </server>
-    ...
+    <!-- omitted xml -->
   </servers>
-  ...
+  <!-- omitted xml -->
 </settings>
 +-------------------------------------------------------------------------+
 
index 7e77cde22893f7d5847692aaf653d377d952f43d..e0e3dfdffebc7ae1f1f896848cc89abe44d7adab 100644 (file)
@@ -28,7 +28,7 @@ Virtual Repositories
 
 +-------------------------------------------------------------------------+
 <settings>
-  ...
+  <!-- omitted xml -->
   <profiles>
     <profile>
       <id>Repository Proxy</id>
@@ -68,9 +68,9 @@ Virtual Repositories
         </repository>
       </repositories>
     </profile>
-    ...
+    <!-- omitted xml -->
   </profiles>
-  ...
+  <!-- omitted xml -->
 </settings>
 +-------------------------------------------------------------------------+
 
@@ -78,7 +78,7 @@ Virtual Repositories
 
 +-------------------------------------------------------------------------+
 <settings>
-  ...
+  <!-- omitted xml -->
   <profiles>
     <profile>
       <id>Repository Proxy</id>
@@ -92,9 +92,9 @@ Virtual Repositories
         </repository>
       </repositories>
     </profile>
-    ...
+    <!-- omitted xml -->
   </profiles>
-  ...
+  <!-- omitted xml -->
 </settings>
 +-------------------------------------------------------------------------+