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 2013/04/15 15:19:18 UTC

svn commit: r1468042 [2/7] - in /archiva/site-content/docs/1.4-M4-SNAPSHOT: ./ adminguide/ adminguide/webservices/ customising/ images/ rest-docs-archiva-rest-api/ tour/ userguide/

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/quick-start.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/quick-start.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/quick-start.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/quick-start.html Mon Apr 15 13:19:15 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 23, 2013
+ | Generated by Apache Maven Doxia at Apr 15, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Henri Yandell" />
     <meta name="Date-Creation-yyyymmdd" content="20100611" />
-    <meta name="Date-Revision-yyyymmdd" content="20130223" />
+    <meta name="Date-Revision-yyyymmdd" content="20130415" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Quick Start</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-02-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-04-15</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/release-notes.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/release-notes.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/release-notes.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/release-notes.html Mon Apr 15 13:19:15 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 23, 2013
+ | Generated by Apache Maven Doxia at Apr 15, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130223" />
+    <meta name="Date-Revision-yyyymmdd" content="20130415" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva Documentation - Release Notes for Archiva 1.4-M4-SNAPSHOT</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -75,7 +75,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-02-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-04-15</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.4-M4-SNAPSHOT</li>
             
                             </ul>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_archivaRuntimeConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_archivaRuntimeConfiguration.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_archivaRuntimeConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_archivaRuntimeConfiguration.html Mon Apr 15 13:19:15 2013
@@ -130,19 +130,19 @@
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;archivaRuntimeConfiguration&gt;
   &lt;urlFailureCacheConfiguration&gt;
+    &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
+    &lt;timeToIdleSeconds&gt;...&lt;/timeToIdleSeconds&gt;
     &lt;maxElementsOnDisk&gt;...&lt;/maxElementsOnDisk&gt;
     &lt;maxElementsInMemory&gt;...&lt;/maxElementsInMemory&gt;
-    &lt;timeToIdleSeconds&gt;...&lt;/timeToIdleSeconds&gt;
-    &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
   &lt;/urlFailureCacheConfiguration&gt;
 &lt;/archivaRuntimeConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;urlFailureCacheConfiguration&quot; : {
-    &quot;maxElementsOnDisk&quot; : ...,
-    &quot;maxElementsInMemory&quot; : ...,
+    &quot;timeToLiveSeconds&quot; : ...,
     &quot;timeToIdleSeconds&quot; : ...,
-    &quot;timeToLiveSeconds&quot; : ...
+    &quot;maxElementsOnDisk&quot; : ...,
+    &quot;maxElementsInMemory&quot; : ...
   }
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifact.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifact.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifact.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifact.html Mon Apr 15 13:19:15 2013
@@ -129,63 +129,63 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;artifact&gt;
-  &lt;bundleDocUrl&gt;...&lt;/bundleDocUrl&gt;
+  &lt;bundleName&gt;...&lt;/bundleName&gt;
+  &lt;url&gt;...&lt;/url&gt;
+  &lt;classifier&gt;...&lt;/classifier&gt;
+  &lt;bundleExportService&gt;...&lt;/bundleExportService&gt;
+  &lt;type&gt;...&lt;/type&gt;
+  &lt;prefix&gt;...&lt;/prefix&gt;
+  &lt;bundleExportPackage&gt;...&lt;/bundleExportPackage&gt;
+  &lt;bundleLicense&gt;...&lt;/bundleLicense&gt;
   &lt;goals&gt;...&lt;/goals&gt;
   &lt;goals&gt;...&lt;/goals&gt;
   &lt;!--...more &quot;goals&quot; elements...--&gt;
-  &lt;fileExtension&gt;...&lt;/fileExtension&gt;
-  &lt;classifier&gt;...&lt;/classifier&gt;
-  &lt;path&gt;...&lt;/path&gt;
-  &lt;bundleVersion&gt;...&lt;/bundleVersion&gt;
-  &lt;url&gt;...&lt;/url&gt;
-  &lt;artifactId&gt;...&lt;/artifactId&gt;
   &lt;version&gt;...&lt;/version&gt;
-  &lt;prefix&gt;...&lt;/prefix&gt;
-  &lt;bundleExportPackage&gt;...&lt;/bundleExportPackage&gt;
-  &lt;bundleSymbolicName&gt;...&lt;/bundleSymbolicName&gt;
-  &lt;size&gt;...&lt;/size&gt;
   &lt;scope&gt;...&lt;/scope&gt;
-  &lt;bundleImportPackage&gt;...&lt;/bundleImportPackage&gt;
-  &lt;bundleExportService&gt;...&lt;/bundleExportService&gt;
-  &lt;packaging&gt;...&lt;/packaging&gt;
+  &lt;artifactId&gt;...&lt;/artifactId&gt;
+  &lt;context&gt;...&lt;/context&gt;
+  &lt;size&gt;...&lt;/size&gt;
+  &lt;id&gt;...&lt;/id&gt;
   &lt;bundleRequireBundle&gt;...&lt;/bundleRequireBundle&gt;
-  &lt;type&gt;...&lt;/type&gt;
+  &lt;bundleSymbolicName&gt;...&lt;/bundleSymbolicName&gt;
   &lt;repositoryId&gt;...&lt;/repositoryId&gt;
-  &lt;bundleDescription&gt;...&lt;/bundleDescription&gt;
-  &lt;bundleName&gt;...&lt;/bundleName&gt;
-  &lt;context&gt;...&lt;/context&gt;
   &lt;groupId&gt;...&lt;/groupId&gt;
-  &lt;id&gt;...&lt;/id&gt;
-  &lt;bundleLicense&gt;...&lt;/bundleLicense&gt;
+  &lt;bundleImportPackage&gt;...&lt;/bundleImportPackage&gt;
+  &lt;bundleVersion&gt;...&lt;/bundleVersion&gt;
+  &lt;packaging&gt;...&lt;/packaging&gt;
+  &lt;path&gt;...&lt;/path&gt;
+  &lt;fileExtension&gt;...&lt;/fileExtension&gt;
+  &lt;bundleDocUrl&gt;...&lt;/bundleDocUrl&gt;
+  &lt;bundleDescription&gt;...&lt;/bundleDescription&gt;
 &lt;/artifact&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;bundleDocUrl&quot; : &quot;...&quot;,
-  &quot;goals&quot; : [ &quot;...&quot;, ... ],
-  &quot;fileExtension&quot; : &quot;...&quot;,
-  &quot;classifier&quot; : &quot;...&quot;,
-  &quot;path&quot; : &quot;...&quot;,
-  &quot;bundleVersion&quot; : &quot;...&quot;,
+  &quot;bundleName&quot; : &quot;...&quot;,
   &quot;url&quot; : &quot;...&quot;,
-  &quot;artifactId&quot; : &quot;...&quot;,
-  &quot;version&quot; : &quot;...&quot;,
+  &quot;classifier&quot; : &quot;...&quot;,
+  &quot;bundleExportService&quot; : &quot;...&quot;,
+  &quot;type&quot; : &quot;...&quot;,
   &quot;prefix&quot; : &quot;...&quot;,
   &quot;bundleExportPackage&quot; : &quot;...&quot;,
-  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
-  &quot;size&quot; : &quot;...&quot;,
+  &quot;bundleLicense&quot; : &quot;...&quot;,
+  &quot;goals&quot; : [ &quot;...&quot;, ... ],
+  &quot;version&quot; : &quot;...&quot;,
   &quot;scope&quot; : &quot;...&quot;,
-  &quot;bundleImportPackage&quot; : &quot;...&quot;,
-  &quot;bundleExportService&quot; : &quot;...&quot;,
-  &quot;packaging&quot; : &quot;...&quot;,
+  &quot;artifactId&quot; : &quot;...&quot;,
+  &quot;context&quot; : &quot;...&quot;,
+  &quot;size&quot; : &quot;...&quot;,
+  &quot;id&quot; : &quot;...&quot;,
   &quot;bundleRequireBundle&quot; : &quot;...&quot;,
-  &quot;type&quot; : &quot;...&quot;,
+  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
   &quot;repositoryId&quot; : &quot;...&quot;,
-  &quot;bundleDescription&quot; : &quot;...&quot;,
-  &quot;bundleName&quot; : &quot;...&quot;,
-  &quot;context&quot; : &quot;...&quot;,
   &quot;groupId&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;,
-  &quot;bundleLicense&quot; : &quot;...&quot;
+  &quot;bundleImportPackage&quot; : &quot;...&quot;,
+  &quot;bundleVersion&quot; : &quot;...&quot;,
+  &quot;packaging&quot; : &quot;...&quot;,
+  &quot;path&quot; : &quot;...&quot;,
+  &quot;fileExtension&quot; : &quot;...&quot;,
+  &quot;bundleDocUrl&quot; : &quot;...&quot;,
+  &quot;bundleDescription&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifactTransferRequest.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifactTransferRequest.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifactTransferRequest.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_artifactTransferRequest.html Mon Apr 15 13:19:15 2013
@@ -130,64 +130,64 @@
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;artifactTransferRequest&gt;
   &lt;targetRepositoryId&gt;...&lt;/targetRepositoryId&gt;
-  &lt;bundleDocUrl&gt;...&lt;/bundleDocUrl&gt;
+  &lt;bundleName&gt;...&lt;/bundleName&gt;
+  &lt;url&gt;...&lt;/url&gt;
+  &lt;classifier&gt;...&lt;/classifier&gt;
+  &lt;bundleExportService&gt;...&lt;/bundleExportService&gt;
+  &lt;type&gt;...&lt;/type&gt;
+  &lt;prefix&gt;...&lt;/prefix&gt;
+  &lt;bundleExportPackage&gt;...&lt;/bundleExportPackage&gt;
+  &lt;bundleLicense&gt;...&lt;/bundleLicense&gt;
   &lt;goals&gt;...&lt;/goals&gt;
   &lt;goals&gt;...&lt;/goals&gt;
   &lt;!--...more &quot;goals&quot; elements...--&gt;
-  &lt;fileExtension&gt;...&lt;/fileExtension&gt;
-  &lt;classifier&gt;...&lt;/classifier&gt;
-  &lt;path&gt;...&lt;/path&gt;
-  &lt;bundleVersion&gt;...&lt;/bundleVersion&gt;
-  &lt;url&gt;...&lt;/url&gt;
-  &lt;artifactId&gt;...&lt;/artifactId&gt;
   &lt;version&gt;...&lt;/version&gt;
-  &lt;prefix&gt;...&lt;/prefix&gt;
-  &lt;bundleExportPackage&gt;...&lt;/bundleExportPackage&gt;
-  &lt;bundleSymbolicName&gt;...&lt;/bundleSymbolicName&gt;
-  &lt;size&gt;...&lt;/size&gt;
   &lt;scope&gt;...&lt;/scope&gt;
-  &lt;bundleImportPackage&gt;...&lt;/bundleImportPackage&gt;
-  &lt;bundleExportService&gt;...&lt;/bundleExportService&gt;
-  &lt;packaging&gt;...&lt;/packaging&gt;
+  &lt;artifactId&gt;...&lt;/artifactId&gt;
+  &lt;context&gt;...&lt;/context&gt;
+  &lt;size&gt;...&lt;/size&gt;
+  &lt;id&gt;...&lt;/id&gt;
   &lt;bundleRequireBundle&gt;...&lt;/bundleRequireBundle&gt;
-  &lt;type&gt;...&lt;/type&gt;
+  &lt;bundleSymbolicName&gt;...&lt;/bundleSymbolicName&gt;
   &lt;repositoryId&gt;...&lt;/repositoryId&gt;
-  &lt;bundleDescription&gt;...&lt;/bundleDescription&gt;
-  &lt;bundleName&gt;...&lt;/bundleName&gt;
-  &lt;context&gt;...&lt;/context&gt;
   &lt;groupId&gt;...&lt;/groupId&gt;
-  &lt;id&gt;...&lt;/id&gt;
-  &lt;bundleLicense&gt;...&lt;/bundleLicense&gt;
+  &lt;bundleImportPackage&gt;...&lt;/bundleImportPackage&gt;
+  &lt;bundleVersion&gt;...&lt;/bundleVersion&gt;
+  &lt;packaging&gt;...&lt;/packaging&gt;
+  &lt;path&gt;...&lt;/path&gt;
+  &lt;fileExtension&gt;...&lt;/fileExtension&gt;
+  &lt;bundleDocUrl&gt;...&lt;/bundleDocUrl&gt;
+  &lt;bundleDescription&gt;...&lt;/bundleDescription&gt;
 &lt;/artifactTransferRequest&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;targetRepositoryId&quot; : &quot;...&quot;,
-  &quot;bundleDocUrl&quot; : &quot;...&quot;,
-  &quot;goals&quot; : [ &quot;...&quot;, ... ],
-  &quot;fileExtension&quot; : &quot;...&quot;,
-  &quot;classifier&quot; : &quot;...&quot;,
-  &quot;path&quot; : &quot;...&quot;,
-  &quot;bundleVersion&quot; : &quot;...&quot;,
+  &quot;bundleName&quot; : &quot;...&quot;,
   &quot;url&quot; : &quot;...&quot;,
-  &quot;artifactId&quot; : &quot;...&quot;,
-  &quot;version&quot; : &quot;...&quot;,
+  &quot;classifier&quot; : &quot;...&quot;,
+  &quot;bundleExportService&quot; : &quot;...&quot;,
+  &quot;type&quot; : &quot;...&quot;,
   &quot;prefix&quot; : &quot;...&quot;,
   &quot;bundleExportPackage&quot; : &quot;...&quot;,
-  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
-  &quot;size&quot; : &quot;...&quot;,
+  &quot;bundleLicense&quot; : &quot;...&quot;,
+  &quot;goals&quot; : [ &quot;...&quot;, ... ],
+  &quot;version&quot; : &quot;...&quot;,
   &quot;scope&quot; : &quot;...&quot;,
-  &quot;bundleImportPackage&quot; : &quot;...&quot;,
-  &quot;bundleExportService&quot; : &quot;...&quot;,
-  &quot;packaging&quot; : &quot;...&quot;,
+  &quot;artifactId&quot; : &quot;...&quot;,
+  &quot;context&quot; : &quot;...&quot;,
+  &quot;size&quot; : &quot;...&quot;,
+  &quot;id&quot; : &quot;...&quot;,
   &quot;bundleRequireBundle&quot; : &quot;...&quot;,
-  &quot;type&quot; : &quot;...&quot;,
+  &quot;bundleSymbolicName&quot; : &quot;...&quot;,
   &quot;repositoryId&quot; : &quot;...&quot;,
-  &quot;bundleDescription&quot; : &quot;...&quot;,
-  &quot;bundleName&quot; : &quot;...&quot;,
-  &quot;context&quot; : &quot;...&quot;,
   &quot;groupId&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;,
-  &quot;bundleLicense&quot; : &quot;...&quot;
+  &quot;bundleImportPackage&quot; : &quot;...&quot;,
+  &quot;bundleVersion&quot; : &quot;...&quot;,
+  &quot;packaging&quot; : &quot;...&quot;,
+  &quot;path&quot; : &quot;...&quot;,
+  &quot;fileExtension&quot; : &quot;...&quot;,
+  &quot;bundleDocUrl&quot; : &quot;...&quot;,
+  &quot;bundleDescription&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_cacheConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_cacheConfiguration.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_cacheConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_cacheConfiguration.html Mon Apr 15 13:19:15 2013
@@ -129,17 +129,17 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;cacheConfiguration&gt;
+  &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
+  &lt;timeToIdleSeconds&gt;...&lt;/timeToIdleSeconds&gt;
   &lt;maxElementsOnDisk&gt;...&lt;/maxElementsOnDisk&gt;
   &lt;maxElementsInMemory&gt;...&lt;/maxElementsInMemory&gt;
-  &lt;timeToIdleSeconds&gt;...&lt;/timeToIdleSeconds&gt;
-  &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
 &lt;/cacheConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;maxElementsOnDisk&quot; : ...,
-  &quot;maxElementsInMemory&quot; : ...,
+  &quot;timeToLiveSeconds&quot; : ...,
   &quot;timeToIdleSeconds&quot; : ...,
-  &quot;timeToLiveSeconds&quot; : ...
+  &quot;maxElementsOnDisk&quot; : ...,
+  &quot;maxElementsInMemory&quot; : ...
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ciManagement.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ciManagement.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ciManagement.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ciManagement.html Mon Apr 15 13:19:15 2013
@@ -129,13 +129,13 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;ciManagement&gt;
-  &lt;system&gt;...&lt;/system&gt;
   &lt;url&gt;...&lt;/url&gt;
+  &lt;system&gt;...&lt;/system&gt;
 &lt;/ciManagement&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;system&quot; : &quot;...&quot;,
-  &quot;url&quot; : &quot;...&quot;
+  &quot;url&quot; : &quot;...&quot;,
+  &quot;system&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_issueManagement.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_issueManagement.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_issueManagement.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_issueManagement.html Mon Apr 15 13:19:15 2013
@@ -129,13 +129,13 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;issueManagement&gt;
-  &lt;system&gt;...&lt;/system&gt;
   &lt;url&gt;...&lt;/url&gt;
+  &lt;system&gt;...&lt;/system&gt;
 &lt;/issueManagement&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;system&quot; : &quot;...&quot;,
-  &quot;url&quot; : &quot;...&quot;
+  &quot;url&quot; : &quot;...&quot;,
+  &quot;system&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ldapConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ldapConfiguration.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ldapConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_ldapConfiguration.html Mon Apr 15 13:19:15 2013
@@ -129,15 +129,12 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;ldapConfiguration&gt;
+  &lt;baseDn&gt;...&lt;/baseDn&gt;
+  &lt;bindDn&gt;...&lt;/bindDn&gt;
   &lt;bindAuthenticatorEnabled&gt;...&lt;/bindAuthenticatorEnabled&gt;
-  &lt;authenticationMethod&gt;...&lt;/authenticationMethod&gt;
   &lt;ssl&gt;...&lt;/ssl&gt;
   &lt;writable&gt;...&lt;/writable&gt;
-  &lt;password&gt;...&lt;/password&gt;
-  &lt;useRoleNameAsGroup&gt;...&lt;/useRoleNameAsGroup&gt;
-  &lt;hostName&gt;...&lt;/hostName&gt;
-  &lt;baseDn&gt;...&lt;/baseDn&gt;
-  &lt;port&gt;...&lt;/port&gt;
+  &lt;authenticationMethod&gt;...&lt;/authenticationMethod&gt;
   &lt;extraProperties&gt;
     &lt;entry&gt;
       &lt;key&gt;...&lt;/key&gt;
@@ -153,8 +150,9 @@
     &lt;/entry&gt;
     &lt;!--...more entries...--&gt;
   &lt;/extraProperties&gt;
-  &lt;baseGroupsDn&gt;...&lt;/baseGroupsDn&gt;
-  &lt;bindDn&gt;...&lt;/bindDn&gt;
+  &lt;useRoleNameAsGroup&gt;...&lt;/useRoleNameAsGroup&gt;
+  &lt;port&gt;...&lt;/port&gt;
+  &lt;contextFactory&gt;...&lt;/contextFactory&gt;
   &lt;extraPropertiesEntries&gt;
     &lt;key&gt;...&lt;/key&gt;
     &lt;value&gt;...&lt;/value&gt;
@@ -163,30 +161,32 @@
     &lt;!--...--&gt;
   &lt;/extraPropertiesEntries&gt;
   &lt;!--...more &quot;extraPropertiesEntries&quot; elements...--&gt;
-  &lt;contextFactory&gt;...&lt;/contextFactory&gt;
+  &lt;baseGroupsDn&gt;...&lt;/baseGroupsDn&gt;
+  &lt;password&gt;...&lt;/password&gt;
+  &lt;hostName&gt;...&lt;/hostName&gt;
 &lt;/ldapConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
+  &quot;baseDn&quot; : &quot;...&quot;,
+  &quot;bindDn&quot; : &quot;...&quot;,
   &quot;bindAuthenticatorEnabled&quot; : false,
-  &quot;authenticationMethod&quot; : &quot;...&quot;,
   &quot;ssl&quot; : false,
   &quot;writable&quot; : false,
-  &quot;password&quot; : &quot;...&quot;,
-  &quot;useRoleNameAsGroup&quot; : false,
-  &quot;hostName&quot; : &quot;...&quot;,
-  &quot;baseDn&quot; : &quot;...&quot;,
-  &quot;port&quot; : ...,
+  &quot;authenticationMethod&quot; : &quot;...&quot;,
   &quot;extraProperties&quot; : [ {
     &quot;...&quot; : ...
   }, {
   } ],
-  &quot;baseGroupsDn&quot; : &quot;...&quot;,
-  &quot;bindDn&quot; : &quot;...&quot;,
+  &quot;useRoleNameAsGroup&quot; : false,
+  &quot;port&quot; : ...,
+  &quot;contextFactory&quot; : &quot;...&quot;,
   &quot;extraPropertiesEntries&quot; : [ {
     &quot;key&quot; : &quot;...&quot;,
     &quot;value&quot; : &quot;...&quot;
   }, ... ],
-  &quot;contextFactory&quot; : &quot;...&quot;
+  &quot;baseGroupsDn&quot; : &quot;...&quot;,
+  &quot;password&quot; : &quot;...&quot;,
+  &quot;hostName&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_legacyArtifactPath.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_legacyArtifactPath.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_legacyArtifactPath.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_legacyArtifactPath.html Mon Apr 15 13:19:15 2013
@@ -130,16 +130,16 @@
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;legacyArtifactPath&gt;
   &lt;artifact&gt;...&lt;/artifact&gt;
-  &lt;path&gt;...&lt;/path&gt;
   &lt;artifactId&gt;...&lt;/artifactId&gt;
   &lt;groupId&gt;...&lt;/groupId&gt;
+  &lt;path&gt;...&lt;/path&gt;
 &lt;/legacyArtifactPath&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;artifact&quot; : &quot;...&quot;,
-  &quot;path&quot; : &quot;...&quot;,
   &quot;artifactId&quot; : &quot;...&quot;,
-  &quot;groupId&quot; : &quot;...&quot;
+  &quot;groupId&quot; : &quot;...&quot;,
+  &quot;path&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_license.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_license.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_license.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_license.html Mon Apr 15 13:19:15 2013
@@ -129,13 +129,13 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;license&gt;
-  &lt;url&gt;...&lt;/url&gt;
   &lt;name&gt;...&lt;/name&gt;
+  &lt;url&gt;...&lt;/url&gt;
 &lt;/license&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;url&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;url&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_mailingList.html Mon Apr 15 13:19:15 2013
@@ -129,23 +129,23 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;mailingList&gt;
-  &lt;mainArchiveUrl&gt;...&lt;/mainArchiveUrl&gt;
-  &lt;postAddress&gt;...&lt;/postAddress&gt;
   &lt;subscribeAddress&gt;...&lt;/subscribeAddress&gt;
+  &lt;postAddress&gt;...&lt;/postAddress&gt;
+  &lt;unsubscribeAddress&gt;...&lt;/unsubscribeAddress&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;mainArchiveUrl&gt;...&lt;/mainArchiveUrl&gt;
   &lt;otherArchives&gt;...&lt;/otherArchives&gt;
   &lt;otherArchives&gt;...&lt;/otherArchives&gt;
   &lt;!--...more &quot;otherArchives&quot; elements...--&gt;
-  &lt;unsubscribeAddress&gt;...&lt;/unsubscribeAddress&gt;
-  &lt;name&gt;...&lt;/name&gt;
 &lt;/mailingList&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;mainArchiveUrl&quot; : &quot;...&quot;,
-  &quot;postAddress&quot; : &quot;...&quot;,
   &quot;subscribeAddress&quot; : &quot;...&quot;,
-  &quot;otherArchives&quot; : [ &quot;...&quot;, ... ],
+  &quot;postAddress&quot; : &quot;...&quot;,
   &quot;unsubscribeAddress&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;mainArchiveUrl&quot; : &quot;...&quot;,
+  &quot;otherArchives&quot; : [ &quot;...&quot;, ... ]
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_managedRepository.html Mon Apr 15 13:19:15 2013
@@ -129,59 +129,59 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;managedRepository&gt;
+  &lt;cronExpression&gt;...&lt;/cronExpression&gt;
   &lt;location&gt;...&lt;/location&gt;
-  &lt;retentionCount&gt;...&lt;/retentionCount&gt;
-  &lt;snapshots&gt;...&lt;/snapshots&gt;
-  &lt;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
+  &lt;releases&gt;...&lt;/releases&gt;
+  &lt;daysOlder&gt;...&lt;/daysOlder&gt;
   &lt;resetStats&gt;...&lt;/resetStats&gt;
-  &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
+  &lt;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
+  &lt;snapshots&gt;...&lt;/snapshots&gt;
+  &lt;retentionCount&gt;...&lt;/retentionCount&gt;
   &lt;stagingRepository&gt;
     &lt;!--...--&gt;
+    &lt;description&gt;...&lt;/description&gt;
+    &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
+    &lt;id&gt;...&lt;/id&gt;
     &lt;name&gt;...&lt;/name&gt;
     &lt;layout&gt;...&lt;/layout&gt;
-    &lt;id&gt;...&lt;/id&gt;
-    &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-    &lt;description&gt;...&lt;/description&gt;
   &lt;/stagingRepository&gt;
+  &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
+  &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
   &lt;skipPackedIndexCreation&gt;...&lt;/skipPackedIndexCreation&gt;
   &lt;scanned&gt;...&lt;/scanned&gt;
-  &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
-  &lt;daysOlder&gt;...&lt;/daysOlder&gt;
-  &lt;cronExpression&gt;...&lt;/cronExpression&gt;
-  &lt;releases&gt;...&lt;/releases&gt;
+  &lt;description&gt;...&lt;/description&gt;
+  &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
+  &lt;id&gt;...&lt;/id&gt;
   &lt;name&gt;...&lt;/name&gt;
   &lt;layout&gt;...&lt;/layout&gt;
-  &lt;id&gt;...&lt;/id&gt;
-  &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-  &lt;description&gt;...&lt;/description&gt;
 &lt;/managedRepository&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
+  &quot;cronExpression&quot; : &quot;...&quot;,
   &quot;location&quot; : &quot;...&quot;,
-  &quot;retentionCount&quot; : ...,
-  &quot;snapshots&quot; : false,
-  &quot;stageRepoNeeded&quot; : false,
+  &quot;releases&quot; : false,
+  &quot;daysOlder&quot; : ...,
   &quot;resetStats&quot; : false,
-  &quot;blockRedeployments&quot; : false,
+  &quot;stageRepoNeeded&quot; : false,
+  &quot;snapshots&quot; : false,
+  &quot;retentionCount&quot; : ...,
   &quot;stagingRepository&quot; : {
     &quot;...&quot; : ...,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;layout&quot; : &quot;...&quot;,
-    &quot;id&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
     &quot;indexDirectory&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;
+    &quot;id&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;layout&quot; : &quot;...&quot;
   },
+  &quot;deleteReleasedSnapshots&quot; : false,
+  &quot;blockRedeployments&quot; : false,
   &quot;skipPackedIndexCreation&quot; : false,
   &quot;scanned&quot; : false,
-  &quot;deleteReleasedSnapshots&quot; : false,
-  &quot;daysOlder&quot; : ...,
-  &quot;cronExpression&quot; : &quot;...&quot;,
-  &quot;releases&quot; : false,
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;layout&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
   &quot;indexDirectory&quot; : &quot;...&quot;,
-  &quot;description&quot; : &quot;...&quot;
+  &quot;id&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;layout&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkConfiguration.html Mon Apr 15 13:19:15 2013
@@ -129,14 +129,14 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;networkConfiguration&gt;
-  &lt;maxTotalPerHost&gt;...&lt;/maxTotalPerHost&gt;
   &lt;maxTotal&gt;...&lt;/maxTotal&gt;
+  &lt;maxTotalPerHost&gt;...&lt;/maxTotalPerHost&gt;
   &lt;usePooling&gt;...&lt;/usePooling&gt;
 &lt;/networkConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;maxTotalPerHost&quot; : ...,
   &quot;maxTotal&quot; : ...,
+  &quot;maxTotalPerHost&quot; : ...,
   &quot;usePooling&quot; : false
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_networkProxy.html Mon Apr 15 13:19:15 2013
@@ -129,22 +129,22 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;networkProxy&gt;
-  &lt;protocol&gt;...&lt;/protocol&gt;
-  &lt;username&gt;...&lt;/username&gt;
   &lt;useNtlm&gt;...&lt;/useNtlm&gt;
-  &lt;host&gt;...&lt;/host&gt;
-  &lt;password&gt;...&lt;/password&gt;
   &lt;port&gt;...&lt;/port&gt;
+  &lt;password&gt;...&lt;/password&gt;
+  &lt;username&gt;...&lt;/username&gt;
+  &lt;host&gt;...&lt;/host&gt;
+  &lt;protocol&gt;...&lt;/protocol&gt;
   &lt;id&gt;...&lt;/id&gt;
 &lt;/networkProxy&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;protocol&quot; : &quot;...&quot;,
-  &quot;username&quot; : &quot;...&quot;,
   &quot;useNtlm&quot; : false,
-  &quot;host&quot; : &quot;...&quot;,
-  &quot;password&quot; : &quot;...&quot;,
   &quot;port&quot; : ...,
+  &quot;password&quot; : &quot;...&quot;,
+  &quot;username&quot; : &quot;...&quot;,
+  &quot;host&quot; : &quot;...&quot;,
+  &quot;protocol&quot; : &quot;...&quot;,
   &quot;id&quot; : &quot;...&quot;
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_organization.html Mon Apr 15 13:19:15 2013
@@ -129,13 +129,13 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;organization&gt;
-  &lt;url&gt;...&lt;/url&gt;
   &lt;name&gt;...&lt;/name&gt;
+  &lt;url&gt;...&lt;/url&gt;
 &lt;/organization&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;url&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;url&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_projectVersionMetadata.html Mon Apr 15 13:19:15 2013
@@ -129,109 +129,109 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;projectVersionMetadata&gt;
-  &lt;id&gt;...&lt;/id&gt;
-  &lt;incomplete&gt;...&lt;/incomplete&gt;
-  &lt;issueManagement&gt;
-    &lt;system&gt;...&lt;/system&gt;
+  &lt;organization&gt;
+    &lt;name&gt;...&lt;/name&gt;
     &lt;url&gt;...&lt;/url&gt;
-  &lt;/issueManagement&gt;
+  &lt;/organization&gt;
   &lt;name&gt;...&lt;/name&gt;
-  &lt;scm&gt;
-    &lt;developerConnection&gt;...&lt;/developerConnection&gt;
-    &lt;url&gt;...&lt;/url&gt;
-    &lt;connection&gt;...&lt;/connection&gt;
-  &lt;/scm&gt;
-  &lt;ciManagement&gt;
-    &lt;system&gt;...&lt;/system&gt;
-    &lt;url&gt;...&lt;/url&gt;
-  &lt;/ciManagement&gt;
   &lt;licenses&gt;
-    &lt;url&gt;...&lt;/url&gt;
     &lt;name&gt;...&lt;/name&gt;
+    &lt;url&gt;...&lt;/url&gt;
   &lt;/licenses&gt;
   &lt;licenses&gt;
     &lt;!--...--&gt;
   &lt;/licenses&gt;
   &lt;!--...more &quot;licenses&quot; elements...--&gt;
-  &lt;organization&gt;
+  &lt;id&gt;...&lt;/id&gt;
+  &lt;url&gt;...&lt;/url&gt;
+  &lt;scm&gt;
     &lt;url&gt;...&lt;/url&gt;
+    &lt;developerConnection&gt;...&lt;/developerConnection&gt;
+    &lt;connection&gt;...&lt;/connection&gt;
+  &lt;/scm&gt;
+  &lt;incomplete&gt;...&lt;/incomplete&gt;
+  &lt;issueManagement&gt;
+    &lt;url&gt;...&lt;/url&gt;
+    &lt;system&gt;...&lt;/system&gt;
+  &lt;/issueManagement&gt;
+  &lt;ciManagement&gt;
+    &lt;url&gt;...&lt;/url&gt;
+    &lt;system&gt;...&lt;/system&gt;
+  &lt;/ciManagement&gt;
+  &lt;mailingLists&gt;
+    &lt;subscribeAddress&gt;...&lt;/subscribeAddress&gt;
+    &lt;postAddress&gt;...&lt;/postAddress&gt;
+    &lt;unsubscribeAddress&gt;...&lt;/unsubscribeAddress&gt;
     &lt;name&gt;...&lt;/name&gt;
-  &lt;/organization&gt;
+    &lt;mainArchiveUrl&gt;...&lt;/mainArchiveUrl&gt;
+    &lt;otherArchives&gt;...&lt;/otherArchives&gt;
+    &lt;otherArchives&gt;...&lt;/otherArchives&gt;
+    &lt;!--...more &quot;otherArchives&quot; elements...--&gt;
+  &lt;/mailingLists&gt;
+  &lt;mailingLists&gt;
+    &lt;!--...--&gt;
+  &lt;/mailingLists&gt;
+  &lt;!--...more &quot;mailingLists&quot; elements...--&gt;
   &lt;dependencies&gt;
-    &lt;type&gt;...&lt;/type&gt;
     &lt;optional&gt;...&lt;/optional&gt;
-    &lt;classifier&gt;...&lt;/classifier&gt;
+    &lt;groupId&gt;...&lt;/groupId&gt;
     &lt;version&gt;...&lt;/version&gt;
     &lt;scope&gt;...&lt;/scope&gt;
-    &lt;artifactId&gt;...&lt;/artifactId&gt;
-    &lt;groupId&gt;...&lt;/groupId&gt;
     &lt;systemPath&gt;...&lt;/systemPath&gt;
+    &lt;artifactId&gt;...&lt;/artifactId&gt;
+    &lt;classifier&gt;...&lt;/classifier&gt;
+    &lt;type&gt;...&lt;/type&gt;
   &lt;/dependencies&gt;
   &lt;dependencies&gt;
     &lt;!--...--&gt;
   &lt;/dependencies&gt;
   &lt;!--...more &quot;dependencies&quot; elements...--&gt;
-  &lt;url&gt;...&lt;/url&gt;
-  &lt;mailingLists&gt;
-    &lt;mainArchiveUrl&gt;...&lt;/mainArchiveUrl&gt;
-    &lt;postAddress&gt;...&lt;/postAddress&gt;
-    &lt;subscribeAddress&gt;...&lt;/subscribeAddress&gt;
-    &lt;otherArchives&gt;...&lt;/otherArchives&gt;
-    &lt;otherArchives&gt;...&lt;/otherArchives&gt;
-    &lt;!--...more &quot;otherArchives&quot; elements...--&gt;
-    &lt;unsubscribeAddress&gt;...&lt;/unsubscribeAddress&gt;
-    &lt;name&gt;...&lt;/name&gt;
-  &lt;/mailingLists&gt;
-  &lt;mailingLists&gt;
-    &lt;!--...--&gt;
-  &lt;/mailingLists&gt;
-  &lt;!--...more &quot;mailingLists&quot; elements...--&gt;
   &lt;description&gt;...&lt;/description&gt;
 &lt;/projectVersionMetadata&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;id&quot; : &quot;...&quot;,
-  &quot;incomplete&quot; : false,
-  &quot;issueManagement&quot; : {
-    &quot;system&quot; : &quot;...&quot;,
+  &quot;organization&quot; : {
+    &quot;name&quot; : &quot;...&quot;,
     &quot;url&quot; : &quot;...&quot;
   },
   &quot;name&quot; : &quot;...&quot;,
+  &quot;licenses&quot; : [ {
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;url&quot; : &quot;...&quot;
+  }, ... ],
+  &quot;id&quot; : &quot;...&quot;,
+  &quot;url&quot; : &quot;...&quot;,
   &quot;scm&quot; : {
-    &quot;developerConnection&quot; : &quot;...&quot;,
     &quot;url&quot; : &quot;...&quot;,
+    &quot;developerConnection&quot; : &quot;...&quot;,
     &quot;connection&quot; : &quot;...&quot;
   },
-  &quot;ciManagement&quot; : {
-    &quot;system&quot; : &quot;...&quot;,
-    &quot;url&quot; : &quot;...&quot;
-  },
-  &quot;licenses&quot; : [ {
+  &quot;incomplete&quot; : false,
+  &quot;issueManagement&quot; : {
     &quot;url&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;
-  }, ... ],
-  &quot;organization&quot; : {
+    &quot;system&quot; : &quot;...&quot;
+  },
+  &quot;ciManagement&quot; : {
     &quot;url&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;
+    &quot;system&quot; : &quot;...&quot;
   },
+  &quot;mailingLists&quot; : [ {
+    &quot;subscribeAddress&quot; : &quot;...&quot;,
+    &quot;postAddress&quot; : &quot;...&quot;,
+    &quot;unsubscribeAddress&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;mainArchiveUrl&quot; : &quot;...&quot;,
+    &quot;otherArchives&quot; : [ &quot;...&quot;, ... ]
+  }, ... ],
   &quot;dependencies&quot; : [ {
-    &quot;type&quot; : &quot;...&quot;,
     &quot;optional&quot; : false,
-    &quot;classifier&quot; : &quot;...&quot;,
+    &quot;groupId&quot; : &quot;...&quot;,
     &quot;version&quot; : &quot;...&quot;,
     &quot;scope&quot; : &quot;...&quot;,
+    &quot;systemPath&quot; : &quot;...&quot;,
     &quot;artifactId&quot; : &quot;...&quot;,
-    &quot;groupId&quot; : &quot;...&quot;,
-    &quot;systemPath&quot; : &quot;...&quot;
-  }, ... ],
-  &quot;url&quot; : &quot;...&quot;,
-  &quot;mailingLists&quot; : [ {
-    &quot;mainArchiveUrl&quot; : &quot;...&quot;,
-    &quot;postAddress&quot; : &quot;...&quot;,
-    &quot;subscribeAddress&quot; : &quot;...&quot;,
-    &quot;otherArchives&quot; : [ &quot;...&quot;, ... ],
-    &quot;unsubscribeAddress&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;
+    &quot;classifier&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;
   }, ... ],
   &quot;description&quot; : &quot;...&quot;
 }</code>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnector.html Mon Apr 15 13:19:15 2013
@@ -130,26 +130,6 @@
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;proxyConnector&gt;
   &lt;order&gt;...&lt;/order&gt;
-  &lt;disabled&gt;...&lt;/disabled&gt;
-  &lt;properties&gt;
-    &lt;entry&gt;
-      &lt;key&gt;...&lt;/key&gt;
-      &lt;value&gt;...&lt;/value&gt;
-    &lt;/entry&gt;
-    &lt;entry&gt;
-      &lt;key&gt;
-        &lt;!--(another &#39;string&#39; type)--&gt;
-      &lt;/key&gt;
-      &lt;value&gt;
-        &lt;!--(another &#39;string&#39; type)--&gt;
-      &lt;/value&gt;
-    &lt;/entry&gt;
-    &lt;!--...more entries...--&gt;
-  &lt;/properties&gt;
-  &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
-  &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
-  &lt;!--...more &quot;blackListPatterns&quot; elements...--&gt;
-  &lt;targetRepoId&gt;...&lt;/targetRepoId&gt;
   &lt;propertiesEntries&gt;
     &lt;key&gt;...&lt;/key&gt;
     &lt;value&gt;...&lt;/value&gt;
@@ -166,7 +146,7 @@
     &lt;!--...--&gt;
   &lt;/policiesEntries&gt;
   &lt;!--...more &quot;policiesEntries&quot; elements...--&gt;
-  &lt;policies&gt;
+  &lt;properties&gt;
     &lt;entry&gt;
       &lt;key&gt;...&lt;/key&gt;
       &lt;value&gt;...&lt;/value&gt;
@@ -180,23 +160,36 @@
       &lt;/value&gt;
     &lt;/entry&gt;
     &lt;!--...more entries...--&gt;
-  &lt;/policies&gt;
+  &lt;/properties&gt;
   &lt;whiteListPatterns&gt;...&lt;/whiteListPatterns&gt;
   &lt;whiteListPatterns&gt;...&lt;/whiteListPatterns&gt;
   &lt;!--...more &quot;whiteListPatterns&quot; elements...--&gt;
+  &lt;targetRepoId&gt;...&lt;/targetRepoId&gt;
   &lt;sourceRepoId&gt;...&lt;/sourceRepoId&gt;
+  &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
+  &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
+  &lt;!--...more &quot;blackListPatterns&quot; elements...--&gt;
+  &lt;disabled&gt;...&lt;/disabled&gt;
   &lt;proxyId&gt;...&lt;/proxyId&gt;
+  &lt;policies&gt;
+    &lt;entry&gt;
+      &lt;key&gt;...&lt;/key&gt;
+      &lt;value&gt;...&lt;/value&gt;
+    &lt;/entry&gt;
+    &lt;entry&gt;
+      &lt;key&gt;
+        &lt;!--(another &#39;string&#39; type)--&gt;
+      &lt;/key&gt;
+      &lt;value&gt;
+        &lt;!--(another &#39;string&#39; type)--&gt;
+      &lt;/value&gt;
+    &lt;/entry&gt;
+    &lt;!--...more entries...--&gt;
+  &lt;/policies&gt;
 &lt;/proxyConnector&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;order&quot; : ...,
-  &quot;disabled&quot; : false,
-  &quot;properties&quot; : [ {
-    &quot;...&quot; : ...
-  }, {
-  } ],
-  &quot;blackListPatterns&quot; : [ &quot;...&quot;, ... ],
-  &quot;targetRepoId&quot; : &quot;...&quot;,
   &quot;propertiesEntries&quot; : [ {
     &quot;key&quot; : &quot;...&quot;,
     &quot;value&quot; : &quot;...&quot;
@@ -205,13 +198,20 @@
     &quot;key&quot; : &quot;...&quot;,
     &quot;value&quot; : &quot;...&quot;
   }, ... ],
-  &quot;policies&quot; : [ {
+  &quot;properties&quot; : [ {
     &quot;...&quot; : ...
   }, {
   } ],
   &quot;whiteListPatterns&quot; : [ &quot;...&quot;, ... ],
+  &quot;targetRepoId&quot; : &quot;...&quot;,
   &quot;sourceRepoId&quot; : &quot;...&quot;,
-  &quot;proxyId&quot; : &quot;...&quot;
+  &quot;blackListPatterns&quot; : [ &quot;...&quot;, ... ],
+  &quot;disabled&quot; : false,
+  &quot;proxyId&quot; : &quot;...&quot;,
+  &quot;policies&quot; : [ {
+    &quot;...&quot; : ...
+  }, {
+  } ]
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_proxyConnectorRule.html Mon Apr 15 13:19:15 2013
@@ -131,26 +131,6 @@
 &lt;proxyConnectorRule&gt;
   &lt;proxyConnectors&gt;
     &lt;order&gt;...&lt;/order&gt;
-    &lt;disabled&gt;...&lt;/disabled&gt;
-    &lt;properties&gt;
-      &lt;entry&gt;
-        &lt;key&gt;...&lt;/key&gt;
-        &lt;value&gt;...&lt;/value&gt;
-      &lt;/entry&gt;
-      &lt;entry&gt;
-        &lt;key&gt;
-          &lt;!--(another &#39;string&#39; type)--&gt;
-        &lt;/key&gt;
-        &lt;value&gt;
-          &lt;!--(another &#39;string&#39; type)--&gt;
-        &lt;/value&gt;
-      &lt;/entry&gt;
-      &lt;!--...more entries...--&gt;
-    &lt;/properties&gt;
-    &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
-    &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
-    &lt;!--...more &quot;blackListPatterns&quot; elements...--&gt;
-    &lt;targetRepoId&gt;...&lt;/targetRepoId&gt;
     &lt;propertiesEntries&gt;
       &lt;key&gt;...&lt;/key&gt;
       &lt;value&gt;...&lt;/value&gt;
@@ -167,7 +147,7 @@
       &lt;!--...--&gt;
     &lt;/policiesEntries&gt;
     &lt;!--...more &quot;policiesEntries&quot; elements...--&gt;
-    &lt;policies&gt;
+    &lt;properties&gt;
       &lt;entry&gt;
         &lt;key&gt;...&lt;/key&gt;
         &lt;value&gt;...&lt;/value&gt;
@@ -181,12 +161,32 @@
         &lt;/value&gt;
       &lt;/entry&gt;
       &lt;!--...more entries...--&gt;
-    &lt;/policies&gt;
+    &lt;/properties&gt;
     &lt;whiteListPatterns&gt;...&lt;/whiteListPatterns&gt;
     &lt;whiteListPatterns&gt;...&lt;/whiteListPatterns&gt;
     &lt;!--...more &quot;whiteListPatterns&quot; elements...--&gt;
+    &lt;targetRepoId&gt;...&lt;/targetRepoId&gt;
     &lt;sourceRepoId&gt;...&lt;/sourceRepoId&gt;
+    &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
+    &lt;blackListPatterns&gt;...&lt;/blackListPatterns&gt;
+    &lt;!--...more &quot;blackListPatterns&quot; elements...--&gt;
+    &lt;disabled&gt;...&lt;/disabled&gt;
     &lt;proxyId&gt;...&lt;/proxyId&gt;
+    &lt;policies&gt;
+      &lt;entry&gt;
+        &lt;key&gt;...&lt;/key&gt;
+        &lt;value&gt;...&lt;/value&gt;
+      &lt;/entry&gt;
+      &lt;entry&gt;
+        &lt;key&gt;
+          &lt;!--(another &#39;string&#39; type)--&gt;
+        &lt;/key&gt;
+        &lt;value&gt;
+          &lt;!--(another &#39;string&#39; type)--&gt;
+        &lt;/value&gt;
+      &lt;/entry&gt;
+      &lt;!--...more entries...--&gt;
+    &lt;/policies&gt;
   &lt;/proxyConnectors&gt;
   &lt;proxyConnectors&gt;
     &lt;!--...--&gt;
@@ -199,13 +199,6 @@
       <code class="prettyprint lang-js">{
   &quot;proxyConnectors&quot; : [ {
     &quot;order&quot; : ...,
-    &quot;disabled&quot; : false,
-    &quot;properties&quot; : [ {
-      &quot;...&quot; : ...
-    }, {
-    } ],
-    &quot;blackListPatterns&quot; : [ &quot;...&quot;, ... ],
-    &quot;targetRepoId&quot; : &quot;...&quot;,
     &quot;propertiesEntries&quot; : [ {
       &quot;key&quot; : &quot;...&quot;,
       &quot;value&quot; : &quot;...&quot;
@@ -214,13 +207,20 @@
       &quot;key&quot; : &quot;...&quot;,
       &quot;value&quot; : &quot;...&quot;
     }, ... ],
-    &quot;policies&quot; : [ {
+    &quot;properties&quot; : [ {
       &quot;...&quot; : ...
     }, {
     } ],
     &quot;whiteListPatterns&quot; : [ &quot;...&quot;, ... ],
+    &quot;targetRepoId&quot; : &quot;...&quot;,
     &quot;sourceRepoId&quot; : &quot;...&quot;,
-    &quot;proxyId&quot; : &quot;...&quot;
+    &quot;blackListPatterns&quot; : [ &quot;...&quot;, ... ],
+    &quot;disabled&quot; : false,
+    &quot;proxyId&quot; : &quot;...&quot;,
+    &quot;policies&quot; : [ {
+      &quot;...&quot; : ...
+    }, {
+    } ]
   }, ... ],
   &quot;pattern&quot; : &quot;...&quot;,
   &quot;proxyConnectorRuleType&quot; : &quot;WHITE_LIST&quot;

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_redbackRuntimeConfiguration.html Mon Apr 15 13:19:15 2013
@@ -129,6 +129,32 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;redbackRuntimeConfiguration&gt;
+  &lt;rbacManagerImpls&gt;...&lt;/rbacManagerImpls&gt;
+  &lt;rbacManagerImpls&gt;...&lt;/rbacManagerImpls&gt;
+  &lt;!--...more &quot;rbacManagerImpls&quot; elements...--&gt;
+  &lt;userManagerImpls&gt;...&lt;/userManagerImpls&gt;
+  &lt;userManagerImpls&gt;...&lt;/userManagerImpls&gt;
+  &lt;!--...more &quot;userManagerImpls&quot; elements...--&gt;
+  &lt;migratedFromRedbackConfiguration&gt;...&lt;/migratedFromRedbackConfiguration&gt;
+  &lt;configurationPropertiesEntries&gt;
+    &lt;key&gt;...&lt;/key&gt;
+    &lt;value&gt;...&lt;/value&gt;
+  &lt;/configurationPropertiesEntries&gt;
+  &lt;configurationPropertiesEntries&gt;
+    &lt;!--...--&gt;
+  &lt;/configurationPropertiesEntries&gt;
+  &lt;!--...more &quot;configurationPropertiesEntries&quot; elements...--&gt;
+  &lt;useUsersCache&gt;...&lt;/useUsersCache&gt;
+  &lt;ldapGroupMappings&gt;
+    &lt;roleNames&gt;...&lt;/roleNames&gt;
+    &lt;roleNames&gt;...&lt;/roleNames&gt;
+    &lt;!--...more &quot;roleNames&quot; elements...--&gt;
+    &lt;group&gt;...&lt;/group&gt;
+  &lt;/ldapGroupMappings&gt;
+  &lt;ldapGroupMappings&gt;
+    &lt;!--...--&gt;
+  &lt;/ldapGroupMappings&gt;
+  &lt;!--...more &quot;ldapGroupMappings&quot; elements...--&gt;
   &lt;configurationProperties&gt;
     &lt;entry&gt;
       &lt;key&gt;...&lt;/key&gt;
@@ -144,21 +170,19 @@
     &lt;/entry&gt;
     &lt;!--...more entries...--&gt;
   &lt;/configurationProperties&gt;
-  &lt;userManagerImpls&gt;...&lt;/userManagerImpls&gt;
-  &lt;userManagerImpls&gt;...&lt;/userManagerImpls&gt;
-  &lt;!--...more &quot;userManagerImpls&quot; elements...--&gt;
-  &lt;useUsersCache&gt;...&lt;/useUsersCache&gt;
-  &lt;migratedFromRedbackConfiguration&gt;...&lt;/migratedFromRedbackConfiguration&gt;
+  &lt;usersCacheConfiguration&gt;
+    &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
+    &lt;timeToIdleSeconds&gt;...&lt;/timeToIdleSeconds&gt;
+    &lt;maxElementsOnDisk&gt;...&lt;/maxElementsOnDisk&gt;
+    &lt;maxElementsInMemory&gt;...&lt;/maxElementsInMemory&gt;
+  &lt;/usersCacheConfiguration&gt;
   &lt;ldapConfiguration&gt;
+    &lt;baseDn&gt;...&lt;/baseDn&gt;
+    &lt;bindDn&gt;...&lt;/bindDn&gt;
     &lt;bindAuthenticatorEnabled&gt;...&lt;/bindAuthenticatorEnabled&gt;
-    &lt;authenticationMethod&gt;...&lt;/authenticationMethod&gt;
     &lt;ssl&gt;...&lt;/ssl&gt;
     &lt;writable&gt;...&lt;/writable&gt;
-    &lt;password&gt;...&lt;/password&gt;
-    &lt;useRoleNameAsGroup&gt;...&lt;/useRoleNameAsGroup&gt;
-    &lt;hostName&gt;...&lt;/hostName&gt;
-    &lt;baseDn&gt;...&lt;/baseDn&gt;
-    &lt;port&gt;...&lt;/port&gt;
+    &lt;authenticationMethod&gt;...&lt;/authenticationMethod&gt;
     &lt;extraProperties&gt;
       &lt;entry&gt;
         &lt;key&gt;...&lt;/key&gt;
@@ -174,8 +198,9 @@
       &lt;/entry&gt;
       &lt;!--...more entries...--&gt;
     &lt;/extraProperties&gt;
-    &lt;baseGroupsDn&gt;...&lt;/baseGroupsDn&gt;
-    &lt;bindDn&gt;...&lt;/bindDn&gt;
+    &lt;useRoleNameAsGroup&gt;...&lt;/useRoleNameAsGroup&gt;
+    &lt;port&gt;...&lt;/port&gt;
+    &lt;contextFactory&gt;...&lt;/contextFactory&gt;
     &lt;extraPropertiesEntries&gt;
       &lt;key&gt;...&lt;/key&gt;
       &lt;value&gt;...&lt;/value&gt;
@@ -184,67 +209,56 @@
       &lt;!--...--&gt;
     &lt;/extraPropertiesEntries&gt;
     &lt;!--...more &quot;extraPropertiesEntries&quot; elements...--&gt;
-    &lt;contextFactory&gt;...&lt;/contextFactory&gt;
+    &lt;baseGroupsDn&gt;...&lt;/baseGroupsDn&gt;
+    &lt;password&gt;...&lt;/password&gt;
+    &lt;hostName&gt;...&lt;/hostName&gt;
   &lt;/ldapConfiguration&gt;
-  &lt;configurationPropertiesEntries&gt;
-    &lt;key&gt;...&lt;/key&gt;
-    &lt;value&gt;...&lt;/value&gt;
-  &lt;/configurationPropertiesEntries&gt;
-  &lt;configurationPropertiesEntries&gt;
-    &lt;!--...--&gt;
-  &lt;/configurationPropertiesEntries&gt;
-  &lt;!--...more &quot;configurationPropertiesEntries&quot; elements...--&gt;
-  &lt;rbacManagerImpls&gt;...&lt;/rbacManagerImpls&gt;
-  &lt;rbacManagerImpls&gt;...&lt;/rbacManagerImpls&gt;
-  &lt;!--...more &quot;rbacManagerImpls&quot; elements...--&gt;
-  &lt;usersCacheConfiguration&gt;
-    &lt;maxElementsOnDisk&gt;...&lt;/maxElementsOnDisk&gt;
-    &lt;maxElementsInMemory&gt;...&lt;/maxElementsInMemory&gt;
-    &lt;timeToIdleSeconds&gt;...&lt;/timeToIdleSeconds&gt;
-    &lt;timeToLiveSeconds&gt;...&lt;/timeToLiveSeconds&gt;
-  &lt;/usersCacheConfiguration&gt;
 &lt;/redbackRuntimeConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
+  &quot;rbacManagerImpls&quot; : [ &quot;...&quot;, ... ],
+  &quot;userManagerImpls&quot; : [ &quot;...&quot;, ... ],
+  &quot;migratedFromRedbackConfiguration&quot; : false,
+  &quot;configurationPropertiesEntries&quot; : [ {
+    &quot;key&quot; : &quot;...&quot;,
+    &quot;value&quot; : &quot;...&quot;
+  }, ... ],
+  &quot;useUsersCache&quot; : false,
+  &quot;ldapGroupMappings&quot; : [ {
+    &quot;roleNames&quot; : [ &quot;...&quot;, ... ],
+    &quot;group&quot; : &quot;...&quot;
+  }, ... ],
   &quot;configurationProperties&quot; : [ {
     &quot;...&quot; : ...
   }, {
   } ],
-  &quot;userManagerImpls&quot; : [ &quot;...&quot;, ... ],
-  &quot;useUsersCache&quot; : false,
-  &quot;migratedFromRedbackConfiguration&quot; : false,
+  &quot;usersCacheConfiguration&quot; : {
+    &quot;timeToLiveSeconds&quot; : ...,
+    &quot;timeToIdleSeconds&quot; : ...,
+    &quot;maxElementsOnDisk&quot; : ...,
+    &quot;maxElementsInMemory&quot; : ...
+  },
   &quot;ldapConfiguration&quot; : {
+    &quot;baseDn&quot; : &quot;...&quot;,
+    &quot;bindDn&quot; : &quot;...&quot;,
     &quot;bindAuthenticatorEnabled&quot; : false,
-    &quot;authenticationMethod&quot; : &quot;...&quot;,
     &quot;ssl&quot; : false,
     &quot;writable&quot; : false,
-    &quot;password&quot; : &quot;...&quot;,
-    &quot;useRoleNameAsGroup&quot; : false,
-    &quot;hostName&quot; : &quot;...&quot;,
-    &quot;baseDn&quot; : &quot;...&quot;,
-    &quot;port&quot; : ...,
+    &quot;authenticationMethod&quot; : &quot;...&quot;,
     &quot;extraProperties&quot; : [ {
       &quot;...&quot; : ...
     }, {
     } ],
-    &quot;baseGroupsDn&quot; : &quot;...&quot;,
-    &quot;bindDn&quot; : &quot;...&quot;,
+    &quot;useRoleNameAsGroup&quot; : false,
+    &quot;port&quot; : ...,
+    &quot;contextFactory&quot; : &quot;...&quot;,
     &quot;extraPropertiesEntries&quot; : [ {
       &quot;key&quot; : &quot;...&quot;,
       &quot;value&quot; : &quot;...&quot;
     }, ... ],
-    &quot;contextFactory&quot; : &quot;...&quot;
-  },
-  &quot;configurationPropertiesEntries&quot; : [ {
-    &quot;key&quot; : &quot;...&quot;,
-    &quot;value&quot; : &quot;...&quot;
-  }, ... ],
-  &quot;rbacManagerImpls&quot; : [ &quot;...&quot;, ... ],
-  &quot;usersCacheConfiguration&quot; : {
-    &quot;maxElementsOnDisk&quot; : ...,
-    &quot;maxElementsInMemory&quot; : ...,
-    &quot;timeToIdleSeconds&quot; : ...,
-    &quot;timeToLiveSeconds&quot; : ...
+    &quot;baseGroupsDn&quot; : &quot;...&quot;,
+    &quot;password&quot; : &quot;...&quot;,
+    &quot;hostName&quot; : &quot;...&quot;
   }
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_remoteRepository.html Mon Apr 15 13:19:15 2013
@@ -129,15 +129,10 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;remoteRepository&gt;
-  &lt;extraHeadersEntries&gt;
-    &lt;key&gt;...&lt;/key&gt;
-    &lt;value&gt;...&lt;/value&gt;
-  &lt;/extraHeadersEntries&gt;
-  &lt;extraHeadersEntries&gt;
-    &lt;!--...--&gt;
-  &lt;/extraHeadersEntries&gt;
-  &lt;!--...more &quot;extraHeadersEntries&quot; elements...--&gt;
   &lt;downloadRemoteIndex&gt;...&lt;/downloadRemoteIndex&gt;
+  &lt;timeout&gt;...&lt;/timeout&gt;
+  &lt;remoteDownloadTimeout&gt;...&lt;/remoteDownloadTimeout&gt;
+  &lt;remoteIndexUrl&gt;...&lt;/remoteIndexUrl&gt;
   &lt;extraHeaders&gt;
     &lt;entry&gt;
       &lt;key&gt;...&lt;/key&gt;
@@ -153,21 +148,17 @@
     &lt;/entry&gt;
     &lt;!--...more entries...--&gt;
   &lt;/extraHeaders&gt;
-  &lt;remoteIndexUrl&gt;...&lt;/remoteIndexUrl&gt;
-  &lt;userName&gt;...&lt;/userName&gt;
   &lt;password&gt;...&lt;/password&gt;
-  &lt;downloadRemoteIndexOnStartup&gt;...&lt;/downloadRemoteIndexOnStartup&gt;
   &lt;url&gt;...&lt;/url&gt;
-  &lt;remoteDownloadTimeout&gt;...&lt;/remoteDownloadTimeout&gt;
   &lt;remoteDownloadNetworkProxyId&gt;...&lt;/remoteDownloadNetworkProxyId&gt;
-  &lt;extraParametersEntries&gt;
+  &lt;extraHeadersEntries&gt;
     &lt;key&gt;...&lt;/key&gt;
     &lt;value&gt;...&lt;/value&gt;
-  &lt;/extraParametersEntries&gt;
-  &lt;extraParametersEntries&gt;
+  &lt;/extraHeadersEntries&gt;
+  &lt;extraHeadersEntries&gt;
     &lt;!--...--&gt;
-  &lt;/extraParametersEntries&gt;
-  &lt;!--...more &quot;extraParametersEntries&quot; elements...--&gt;
+  &lt;/extraHeadersEntries&gt;
+  &lt;!--...more &quot;extraHeadersEntries&quot; elements...--&gt;
   &lt;extraParameters&gt;
     &lt;entry&gt;
       &lt;key&gt;...&lt;/key&gt;
@@ -183,33 +174,37 @@
     &lt;/entry&gt;
     &lt;!--...more entries...--&gt;
   &lt;/extraParameters&gt;
-  &lt;timeout&gt;...&lt;/timeout&gt;
+  &lt;downloadRemoteIndexOnStartup&gt;...&lt;/downloadRemoteIndexOnStartup&gt;
   &lt;cronExpression&gt;...&lt;/cronExpression&gt;
+  &lt;userName&gt;...&lt;/userName&gt;
+  &lt;extraParametersEntries&gt;
+    &lt;key&gt;...&lt;/key&gt;
+    &lt;value&gt;...&lt;/value&gt;
+  &lt;/extraParametersEntries&gt;
+  &lt;extraParametersEntries&gt;
+    &lt;!--...--&gt;
+  &lt;/extraParametersEntries&gt;
+  &lt;!--...more &quot;extraParametersEntries&quot; elements...--&gt;
+  &lt;description&gt;...&lt;/description&gt;
+  &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
+  &lt;id&gt;...&lt;/id&gt;
   &lt;name&gt;...&lt;/name&gt;
   &lt;layout&gt;...&lt;/layout&gt;
-  &lt;id&gt;...&lt;/id&gt;
-  &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-  &lt;description&gt;...&lt;/description&gt;
 &lt;/remoteRepository&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;extraHeadersEntries&quot; : [ {
-    &quot;key&quot; : &quot;...&quot;,
-    &quot;value&quot; : &quot;...&quot;
-  }, ... ],
   &quot;downloadRemoteIndex&quot; : false,
+  &quot;timeout&quot; : ...,
+  &quot;remoteDownloadTimeout&quot; : ...,
+  &quot;remoteIndexUrl&quot; : &quot;...&quot;,
   &quot;extraHeaders&quot; : [ {
     &quot;...&quot; : ...
   }, {
   } ],
-  &quot;remoteIndexUrl&quot; : &quot;...&quot;,
-  &quot;userName&quot; : &quot;...&quot;,
   &quot;password&quot; : &quot;...&quot;,
-  &quot;downloadRemoteIndexOnStartup&quot; : false,
   &quot;url&quot; : &quot;...&quot;,
-  &quot;remoteDownloadTimeout&quot; : ...,
   &quot;remoteDownloadNetworkProxyId&quot; : &quot;...&quot;,
-  &quot;extraParametersEntries&quot; : [ {
+  &quot;extraHeadersEntries&quot; : [ {
     &quot;key&quot; : &quot;...&quot;,
     &quot;value&quot; : &quot;...&quot;
   }, ... ],
@@ -217,13 +212,18 @@
     &quot;...&quot; : ...
   }, {
   } ],
-  &quot;timeout&quot; : ...,
+  &quot;downloadRemoteIndexOnStartup&quot; : false,
   &quot;cronExpression&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;layout&quot; : &quot;...&quot;,
-  &quot;id&quot; : &quot;...&quot;,
+  &quot;userName&quot; : &quot;...&quot;,
+  &quot;extraParametersEntries&quot; : [ {
+    &quot;key&quot; : &quot;...&quot;,
+    &quot;value&quot; : &quot;...&quot;
+  }, ... ],
+  &quot;description&quot; : &quot;...&quot;,
   &quot;indexDirectory&quot; : &quot;...&quot;,
-  &quot;description&quot; : &quot;...&quot;
+  &quot;id&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;layout&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryGroup.html Mon Apr 15 13:19:15 2013
@@ -129,15 +129,15 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;repositoryGroup&gt;
-  &lt;id&gt;...&lt;/id&gt;
   &lt;repositories&gt;...&lt;/repositories&gt;
   &lt;repositories&gt;...&lt;/repositories&gt;
   &lt;!--...more &quot;repositories&quot; elements...--&gt;
+  &lt;id&gt;...&lt;/id&gt;
 &lt;/repositoryGroup&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;id&quot; : &quot;...&quot;,
-  &quot;repositories&quot; : [ &quot;...&quot;, ... ]
+  &quot;repositories&quot; : [ &quot;...&quot;, ... ],
+  &quot;id&quot; : &quot;...&quot;
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_repositoryScannerStatistics.html Mon Apr 15 13:19:15 2013
@@ -130,31 +130,31 @@
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;repositoryScannerStatistics&gt;
   &lt;managedRepository&gt;
+    &lt;cronExpression&gt;...&lt;/cronExpression&gt;
     &lt;location&gt;...&lt;/location&gt;
-    &lt;retentionCount&gt;...&lt;/retentionCount&gt;
-    &lt;snapshots&gt;...&lt;/snapshots&gt;
-    &lt;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
+    &lt;releases&gt;...&lt;/releases&gt;
+    &lt;daysOlder&gt;...&lt;/daysOlder&gt;
     &lt;resetStats&gt;...&lt;/resetStats&gt;
-    &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
+    &lt;stageRepoNeeded&gt;...&lt;/stageRepoNeeded&gt;
+    &lt;snapshots&gt;...&lt;/snapshots&gt;
+    &lt;retentionCount&gt;...&lt;/retentionCount&gt;
     &lt;stagingRepository&gt;
       &lt;!--...--&gt;
+      &lt;description&gt;...&lt;/description&gt;
+      &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
+      &lt;id&gt;...&lt;/id&gt;
       &lt;name&gt;...&lt;/name&gt;
       &lt;layout&gt;...&lt;/layout&gt;
-      &lt;id&gt;...&lt;/id&gt;
-      &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-      &lt;description&gt;...&lt;/description&gt;
     &lt;/stagingRepository&gt;
+    &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
+    &lt;blockRedeployments&gt;...&lt;/blockRedeployments&gt;
     &lt;skipPackedIndexCreation&gt;...&lt;/skipPackedIndexCreation&gt;
     &lt;scanned&gt;...&lt;/scanned&gt;
-    &lt;deleteReleasedSnapshots&gt;...&lt;/deleteReleasedSnapshots&gt;
-    &lt;daysOlder&gt;...&lt;/daysOlder&gt;
-    &lt;cronExpression&gt;...&lt;/cronExpression&gt;
-    &lt;releases&gt;...&lt;/releases&gt;
+    &lt;description&gt;...&lt;/description&gt;
+    &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
+    &lt;id&gt;...&lt;/id&gt;
     &lt;name&gt;...&lt;/name&gt;
     &lt;layout&gt;...&lt;/layout&gt;
-    &lt;id&gt;...&lt;/id&gt;
-    &lt;indexDirectory&gt;...&lt;/indexDirectory&gt;
-    &lt;description&gt;...&lt;/description&gt;
   &lt;/managedRepository&gt;
   &lt;consumerScanningStatistics&gt;
     &lt;consumerKey&gt;...&lt;/consumerKey&gt;
@@ -172,31 +172,31 @@
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
   &quot;managedRepository&quot; : {
+    &quot;cronExpression&quot; : &quot;...&quot;,
     &quot;location&quot; : &quot;...&quot;,
-    &quot;retentionCount&quot; : ...,
-    &quot;snapshots&quot; : false,
-    &quot;stageRepoNeeded&quot; : false,
+    &quot;releases&quot; : false,
+    &quot;daysOlder&quot; : ...,
     &quot;resetStats&quot; : false,
-    &quot;blockRedeployments&quot; : false,
+    &quot;stageRepoNeeded&quot; : false,
+    &quot;snapshots&quot; : false,
+    &quot;retentionCount&quot; : ...,
     &quot;stagingRepository&quot; : {
       &quot;...&quot; : ...,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;layout&quot; : &quot;...&quot;,
-      &quot;id&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;indexDirectory&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;
+      &quot;id&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;layout&quot; : &quot;...&quot;
     },
+    &quot;deleteReleasedSnapshots&quot; : false,
+    &quot;blockRedeployments&quot; : false,
     &quot;skipPackedIndexCreation&quot; : false,
     &quot;scanned&quot; : false,
-    &quot;deleteReleasedSnapshots&quot; : false,
-    &quot;daysOlder&quot; : ...,
-    &quot;cronExpression&quot; : &quot;...&quot;,
-    &quot;releases&quot; : false,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;layout&quot; : &quot;...&quot;,
-    &quot;id&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
     &quot;indexDirectory&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;
+    &quot;id&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;layout&quot; : &quot;...&quot;
   },
   &quot;consumerScanningStatistics&quot; : [ {
     &quot;consumerKey&quot; : &quot;...&quot;,

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_scm.html Mon Apr 15 13:19:15 2013
@@ -129,14 +129,14 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;scm&gt;
-  &lt;developerConnection&gt;...&lt;/developerConnection&gt;
   &lt;url&gt;...&lt;/url&gt;
+  &lt;developerConnection&gt;...&lt;/developerConnection&gt;
   &lt;connection&gt;...&lt;/connection&gt;
 &lt;/scm&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;developerConnection&quot; : &quot;...&quot;,
   &quot;url&quot; : &quot;...&quot;,
+  &quot;developerConnection&quot; : &quot;...&quot;,
   &quot;connection&quot; : &quot;...&quot;
 }</code>
 

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/el_ns0_uiConfiguration.html Mon Apr 15 13:19:15 2013
@@ -129,19 +129,19 @@
       <h2>Example XML</h2>
       <code class="prettyprint lang-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;uiConfiguration&gt;
-  &lt;disableEasterEggs&gt;...&lt;/disableEasterEggs&gt;
-  &lt;disableRegistration&gt;...&lt;/disableRegistration&gt;
   &lt;showFindArtifacts&gt;...&lt;/showFindArtifacts&gt;
+  &lt;disableRegistration&gt;...&lt;/disableRegistration&gt;
   &lt;appletFindEnabled&gt;...&lt;/appletFindEnabled&gt;
   &lt;applicationUrl&gt;...&lt;/applicationUrl&gt;
+  &lt;disableEasterEggs&gt;...&lt;/disableEasterEggs&gt;
 &lt;/uiConfiguration&gt;</code>
       <h2>Example JSON</h2>
       <code class="prettyprint lang-js">{
-  &quot;disableEasterEggs&quot; : false,
-  &quot;disableRegistration&quot; : false,
   &quot;showFindArtifacts&quot; : false,
+  &quot;disableRegistration&quot; : false,
   &quot;appletFindEnabled&quot; : false,
-  &quot;applicationUrl&quot; : &quot;...&quot;
+  &quot;applicationUrl&quot; : &quot;...&quot;,
+  &quot;disableEasterEggs&quot; : false
 }</code>
 
       <div class="clear" />

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/index.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/index.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/index.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/index.html Mon Apr 15 13:19:15 2013
@@ -182,6 +182,7 @@
           <li><a href="ns0_groupIdList.html">groupIdList</a></li>
           <li><a href="ns0_issueManagement.html">issueManagement</a></li>
           <li><a href="ns0_ldapConfiguration.html">ldapConfiguration</a></li>
+          <li><a href="ns0_ldapGroupMapping.html">ldapGroupMapping</a></li>
           <li><a href="ns0_legacyArtifactPath.html">legacyArtifactPath</a></li>
           <li><a href="ns0_license.html">license</a></li>
           <li><a href="ns0_mailingList.html">mailingList</a></li>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/model.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/model.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/model.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/model.html Mon Apr 15 13:19:15 2013
@@ -159,6 +159,7 @@
       <li><a href="ns0_groupIdList.html">groupIdList</a></li>
       <li><a href="ns0_issueManagement.html">issueManagement</a></li>
       <li><a href="ns0_ldapConfiguration.html">ldapConfiguration</a></li>
+      <li><a href="ns0_ldapGroupMapping.html">ldapGroupMapping</a></li>
       <li><a href="ns0_legacyArtifactPath.html">legacyArtifactPath</a></li>
       <li><a href="ns0_license.html">license</a></li>
       <li><a href="ns0_mailingList.html">mailingList</a></li>

Modified: archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.html
URL: http://svn.apache.org/viewvc/archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.html?rev=1468042&r1=1468041&r2=1468042&view=diff
==============================================================================
--- archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.html (original)
+++ archiva/site-content/docs/1.4-M4-SNAPSHOT/rest-docs-archiva-rest-api/ns0.html Mon Apr 15 13:19:15 2013
@@ -150,6 +150,7 @@
         <li><a href="ns0_groupIdList.html">groupIdList</a></li>
         <li><a href="ns0_issueManagement.html">issueManagement</a></li>
         <li><a href="ns0_ldapConfiguration.html">ldapConfiguration</a></li>
+        <li><a href="ns0_ldapGroupMapping.html">ldapGroupMapping</a></li>
         <li><a href="ns0_legacyArtifactPath.html">legacyArtifactPath</a></li>
         <li><a href="ns0_license.html">license</a></li>
         <li><a href="ns0_mailingList.html">mailingList</a></li>