svn commit: r1016490 - /websites/staging/sling/trunk/content/

2017-08-07 Thread buildbot
Author: buildbot
Date: Mon Aug  7 09:15:40 2017
New Revision: 1016490

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug  7 09:15:40 2017
@@ -1 +1 @@
-1804302
+1804303




svn commit: r1016488 - in /websites/staging/sling/trunk/content: ./ news.html

2017-08-07 Thread buildbot
Author: buildbot
Date: Mon Aug  7 09:12:47 2017
New Revision: 1016488

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug  7 09:12:47 2017
@@ -1 +1 @@
-1804129
+1804301

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Mon Aug  7 09:12:47 2017
@@ -116,6 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Releases: Apache Sling Scripting HTL Engine 1.0.38, Apache Sling 
Scripting HTL Compiler 1.0.10, Apache Sling HTL Maven Plugin 1.0.8 (August 7th, 
2017)
 New Release: Apache Sling Launchpad Base 5.6.6-2.6.20 (August 3rd, 
2017)
 New Release: Apache Sling Resource Resolver 1.5.30 (July 27th, 2017)
 New Releases: Apache Sling Service User Mapper 1.3.4, Resource Resolver 
1.5.28, JCR Base 3.0.4, and JCR Resource 3.0.4 (July 21th, 2017)
@@ -613,7 +614,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1804036 by pauls on Thu, 3 Aug 2017 18:59:34 +
+Rev. 1804301 by radu on Mon, 7 Aug 2017 09:12:21 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1016397 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/scheduler-service-commons-scheduler.html

2017-08-04 Thread buildbot
Author: buildbot
Date: Fri Aug  4 14:26:41 2017
New Revision: 1016397

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  4 14:26:41 2017
@@ -1 +1 @@
-1804128
+1804129

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.html
==
--- 
websites/staging/sling/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.html
 Fri Aug  4 14:26:41 2017
@@ -124,7 +124,7 @@ The notion of Job used in this context i
 The following examples show you how to define and schedule a job by 
leveraging the whiteboard pattern.
 Scheduling with a cron expression
 The cron expression format is described in the http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html#format;>Quartz
 Cron Documentation and requires either 6 or 7 fields separated by white 
space. The first field always indicates the second (not the minute). 
-The following job is executed every minute by setting 
scheduler.expression to the cron expression "0 *  *  
?":
+The following job is executed every minute by setting 
scheduler.expression to the cron expression 0 * * * * 
?:
 package sling.docu.examples;
 
 import org.slf4j.Logger;
@@ -320,7 +320,7 @@ The notion of Job used in this context i
 }
 
   
-Rev. 1804128 by kwin on Fri, 4 Aug 2017 14:24:25 +
+Rev. 1804129 by kwin on Fri, 4 Aug 2017 14:26:30 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1016395 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/scheduler-service-commons-scheduler.html

2017-08-04 Thread buildbot
Author: buildbot
Date: Fri Aug  4 14:24:51 2017
New Revision: 1016395

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  4 14:24:51 2017
@@ -1 +1 @@
-1804036
+1804128

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.html
==
--- 
websites/staging/sling/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.html
 Fri Aug  4 14:24:51 2017
@@ -123,6 +123,7 @@ The notion of Job used in this context i
 Examples
 of jobs that are scheduled by leveraging the whiteboard pattern
 The following examples show you how to define and schedule a job by 
leveraging the whiteboard pattern.
 Scheduling with a cron expression
+The cron expression format is described in the http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html#format;>Quartz
 Cron Documentation and requires either 6 or 7 fields separated by white 
space. The first field always indicates the second (not the minute). 
 The following job is executed every minute by setting 
scheduler.expression to the cron expression "0 *  *  
?":
 package sling.docu.examples;
 
@@ -319,7 +320,7 @@ The notion of Job used in this context i
 }
 
   
-Rev. 1688675 by kwin on Wed, 1 Jul 2015 15:58:22 +
+Rev. 1804128 by kwin on Fri, 4 Aug 2017 14:24:25 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1016349 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-08-03 Thread buildbot
Author: buildbot
Date: Thu Aug  3 19:00:02 2017
New Revision: 1016349

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug  3 19:00:02 2017
@@ -1 +1 @@
-1803137
+1804036

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Thu Aug  3 19:00:02 2017
@@ -952,9 +952,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Launchpad Base
-5.6.4-2.6.18
-Bundle
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad.base-5.6.4-2.6.18.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.base-5.6.4-2.6.18.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.launchpad.base-5.6.4-2.6.18-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.base-5.6.4-2.6.18-source-release.zip.md5;>md5)
+5.6.6-2.6.20
+Bundle
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad.base-5.6.6-2.6.20.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.base-5.6.6-2.6.20.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.launchpad.base-5.6.6-2.6.20-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.base-5.6.6-2.6.20-source-release.zip.md5;>md5)
 
 
 Launchpad Content
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1803137 by pauls on Thu, 27 Jul 2017 08:27:44 +
+Rev. 1804036 by pauls on Thu, 3 Aug 2017 18:59:34 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Thu Aug  3 19:00:02 2017
@@ -116,6 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Release: Apache Sling Launchpad Base 5.6.6-2.6.20 (August 3rd, 
2017)
 New Release: Apache Sling Resource Resolver 1.5.30 (July 27th, 2017)
 New Releases: Apache Sling Service User Mapper 1.3.4, Resource Resolver 
1.5.28, JCR Base 3.0.4, and JCR Resource 3.0.4 (July 21th, 2017)
 New Releases: Apache Sling File System Resource Provider 2.1.8, File 
System Resource Provider 1.4.8 (July 18th, 2017)
@@ -612,7 +613,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1803137 by pauls on Thu, 27 Jul 2017 08:27:44 +
+Rev. 1804036 by pauls on Thu, 3 Aug 2017 18:59:34 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1016025 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-07-27 Thread buildbot
Author: buildbot
Date: Thu Jul 27 08:28:16 2017
New Revision: 1016025

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 27 08:28:16 2017
@@ -1 +1 @@
-1802587
+1803137

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Thu Jul 27 08:28:16 2017
@@ -1144,9 +1144,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Resource Resolver
-1.5.28
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.28.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.28.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.28-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.28-source-release.zip.md5;>md5)
+1.5.30
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.30.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.30.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.30-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.30-source-release.zip.md5;>md5)
 
 
 Rewriter
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1802587 by pauls on Fri, 21 Jul 2017 12:41:56 +
+Rev. 1803137 by pauls on Thu, 27 Jul 2017 08:27:44 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Thu Jul 27 08:28:16 2017
@@ -116,6 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Release: Apache Sling Resource Resolver 1.5.30 (July 27th, 2017)
 New Releases: Apache Sling Service User Mapper 1.3.4, Resource Resolver 
1.5.28, JCR Base 3.0.4, and JCR Resource 3.0.4 (July 21th, 2017)
 New Releases: Apache Sling File System Resource Provider 2.1.8, File 
System Resource Provider 1.4.8 (July 18th, 2017)
 New Releases: Apache Sling Commons Johnzon 1.1.0 (July 17th, 2017)
@@ -611,7 +612,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1802587 by pauls on Fri, 21 Jul 2017 12:41:56 +
+Rev. 1803137 by pauls on Thu, 27 Jul 2017 08:27:44 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1015782 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-07-21 Thread buildbot
Author: buildbot
Date: Fri Jul 21 12:42:20 2017
New Revision: 1015782

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 21 12:42:20 2017
@@ -1 +1 @@
-1802481
+1802587

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Fri Jul 21 12:42:20 2017
@@ -790,9 +790,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 JCR Base
-3.0.2
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.jcr.base-3.0.2.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.jcr.base-3.0.2.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.jcr.base-3.0.2-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.jcr.base-3.0.2-source-release.zip.md5;>md5)
+3.0.4
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.jcr.base-3.0.4.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.jcr.base-3.0.4.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.jcr.base-3.0.4-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.jcr.base-3.0.4-source-release.zip.md5;>md5)
 
 
 JCR ClassLoader
@@ -874,9 +874,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 JCR Resource
-3.0.2
-Bundle (http://www.apache.org/dist/sling/org.apache.sling.jcr.resource-3.0.2.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.jcr.resource-3.0.2.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.jcr.resource-3.0.2-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.jcr.resource-3.0.2-source-release.zip.md5;>md5)
+3.0.4
+Bundle (http://www.apache.org/dist/sling/org.apache.sling.jcr.resource-3.0.4.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.jcr.resource-3.0.4.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.jcr.resource-3.0.4-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.jcr.resource-3.0.4-source-release.zip.md5;>md5)
 
 
 JCR Web Console Plugin
@@ -1144,9 +1144,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Resource Resolver
-1.5.26
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.26.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.26.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.26-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.26-source-release.zip.md5;>md5)
+1.5.28
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.28.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.28.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.28-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.28-source-release.zip.md5;>md5)
 
 
 Rewriter
@@ -1282,9 +1282,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Service User Mapper
-1.3.2
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.serviceusermapper-1.3.2.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.serviceusermapper-1.3.2.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.serviceusermapper-1.3.2-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.serviceusermapper-1.3.2-source-release.zip.md5;>md5)
+1.3.4
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.serviceusermapper-1.3.4.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.serviceusermapper-1.3.4.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.serviceusermapper-1.3.4-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.serviceusermapper-1.3.4-source-release.zip.md5;>md5)
 
 
 Servlet Helpers
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1802291 by sseifert on Tue, 18 Jul 2017 13:05:06 +
+Rev. 1802587 by pauls on Fri, 21 Jul 2017 12:41:56 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
===

svn commit: r1015729 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/resource-merger.html

2017-07-20 Thread buildbot
Author: buildbot
Date: Thu Jul 20 13:06:04 2017
New Revision: 1015729

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/bundles/resource-merger.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 20 13:06:04 2017
@@ -1 +1 @@
-1802291
+1802481

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/resource-merger.html
==
--- 
websites/staging/sling/trunk/content/documentation/bundles/resource-merger.html 
(original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/resource-merger.html 
Thu Jul 20 13:06:04 2017
@@ -179,7 +179,7 @@ It is possible to
 
 sling:orderBefore
 String
-Contains the name of the preceeding sibling resource. This is influencing 
the order of resources when calling e.g. Resource.listChildren() 
or Resource.getChildren() on the merged resource. This is only 
necessary if the default child resource order is not sufficient (see 
below).
+Contains the name of the preceding sibling resource. This is influencing 
the order of resources when calling e.g. Resource.listChildren() 
or Resource.getChildren() on the merged resource. This is only 
necessary if the default child resource order is not sufficient (see 
below).
 
 
 
@@ -311,7 +311,7 @@ For example:
  |   +-- property2 = property from /apps/sling/example/child3
 
   
-Rev. 1798935 by kwin on Fri, 16 Jun 2017 14:54:27 +
+Rev. 1802481 by sseifert on Thu, 20 Jul 2017 13:05:33 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1015644 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-07-18 Thread buildbot
Author: buildbot
Date: Tue Jul 18 13:05:31 2017
New Revision: 1015644

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 18 13:05:31 2017
@@ -1 +1 @@
-1802223
+1802291

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Tue Jul 18 13:05:31 2017
@@ -664,9 +664,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 File System Resource Provider
-2.1.6
-Bundle (http://www.apache.org/dist/sling/org.apache.sling.fsresource-2.1.6.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.fsresource-2.1.6.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.fsresource-2.1.6-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.fsresource-2.1.6-source-release.zip.md5;>md5)
+2.1.8
+Bundle (http://www.apache.org/dist/sling/org.apache.sling.fsresource-2.1.8.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.fsresource-2.1.8.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.fsresource-2.1.8-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.fsresource-2.1.8-source-release.zip.md5;>md5)
 
 
 GWT Integration
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1802223 by pauls on Mon, 17 Jul 2017 21:57:43 +
+Rev. 1802291 by sseifert on Tue, 18 Jul 2017 13:05:06 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Tue Jul 18 13:05:31 2017
@@ -116,6 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Releases: Apache Sling File System Resource Provider 2.1.8, File 
System Resource Provider 1.4.8 (July 18th, 2017)
 New Releases: Apache Sling Commons Johnzon 1.1.0 (July 17th, 2017)
 New Releases: Apache Sling Discovery Base 2.0.4 and Discovery Oak 1.2.20 
(July 10th, 2017)
 New Releases: Apache Sling Resource Resolver 1.5.26 (July 10th, 2017)
@@ -609,7 +610,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1802223 by pauls on Mon, 17 Jul 2017 21:57:43 +
+Rev. 1802291 by sseifert on Tue, 18 Jul 2017 13:05:06 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1015615 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-07-17 Thread buildbot
Author: buildbot
Date: Mon Jul 17 21:58:08 2017
New Revision: 1015615

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 17 21:58:08 2017
@@ -1 +1 @@
-1801624
+1802223

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Mon Jul 17 21:58:08 2017
@@ -412,9 +412,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Commons Johnzon
-1.0.0
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.0.0.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.0.0.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.0.0-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.0.0-source-release.zip.md5;>md5)
+1.1.0
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.1.0.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.1.0.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.1.0-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.1.0-source-release.zip.md5;>md5)
 
 
 Commons Log Service
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1801590 by stefanegli on Tue, 11 Jul 2017 10:38:58 +
+Rev. 1802223 by pauls on Mon, 17 Jul 2017 21:57:43 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Mon Jul 17 21:58:08 2017
@@ -116,6 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Releases: Apache Sling Commons Johnzon 1.1.0 (July 17th, 2017)
 New Releases: Apache Sling Discovery Base 2.0.4 and Discovery Oak 1.2.20 
(July 10th, 2017)
 New Releases: Apache Sling Resource Resolver 1.5.26 (July 10th, 2017)
 New Releases: Apache Sling Auth Core 1.4.0 (June 29th, 2017)
@@ -608,7 +609,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1801590 by stefanegli on Tue, 11 Jul 2017 10:38:58 +
+Rev. 1802223 by pauls on Mon, 17 Jul 2017 21:57:43 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1015270 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/content-loading-jcr-contentloader.html

2017-07-11 Thread buildbot
Author: buildbot
Date: Tue Jul 11 15:09:56 2017
New Revision: 1015270

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 11 15:09:56 2017
@@ -1 +1 @@
-1801590
+1801624

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
==
--- 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
 Tue Jul 11 15:09:56 2017
@@ -394,6 +394,9 @@ primary node type "nt:file". Underneath
 
 Extractors
 By default, the sling-jcr-contentloader bundle tries to 
extract certain file types during content loading. These include 
json, xml, zip, and jar 
files. Therefore all available extractors are used for content processing. 
However if some files should be put into the repository unextracted, the 
ignoreImportProviders directive can be used with a comma separated 
list of extensions that should not be extracted, like 
ignoreImportProviders:="jar,zip". Please note that the value needs 
to be put into quotation marks if more than one value is used like in the 
example.
+File name escaping
+When the node name you want to import with the JCR ContentLoader contains 
characters that are not allowed in typical file systems (e.g. a ":" is not 
allowed on windows file systems), you can URL-encode the file name. It uses the 
https://docs.oracle.com/javase/8/docs/api/java/net/URLDecoder.html;>Java 
URLDecoder internally.
+Example: jcr%3Acontent.txt will be loaded into a node named 
jcr:content.txt.
 Workspace Targetting
 By default, initial content will be loaded into the default workspace. To 
override this, add a Sling-Initial-Content-Workspace bundle 
manifest header to specify the workspace. Note that all content from a 
bundle will be loaded into the same workspace. 
 Example: Load i18n JSON files
@@ -469,7 +472,7 @@ Support for re-registration of node type
 }
 
   
-Rev. 1798657 by sseifert on Wed, 14 Jun 2017 07:51:34 +
+Rev. 1801624 by sseifert on Tue, 11 Jul 2017 15:09:33 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1015253 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-07-11 Thread buildbot
Author: buildbot
Date: Tue Jul 11 10:39:20 2017
New Revision: 1015253

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 11 10:39:20 2017
@@ -1 +1 @@
-1801579
+1801590

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Tue Jul 11 10:39:20 2017
@@ -556,9 +556,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Discovery Base
-2.0.0
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.discovery.base-2.0.0.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.discovery.base-2.0.0.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.discovery.base-2.0.0-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.discovery.base-2.0.0-source-release.zip.md5;>md5)
+2.0.4
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.discovery.base-2.0.4.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.discovery.base-2.0.4.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.discovery.base-2.0.4-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.discovery.base-2.0.4-source-release.zip.md5;>md5)
 
 
 Discovery Commons
@@ -574,9 +574,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Discovery Oak
-1.2.18
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.discovery.oak-1.2.18.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.discovery.oak-1.2.18.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.discovery.oak-1.2.18-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.discovery.oak-1.2.18-source-release.zip.md5;>md5)
+1.2.20
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.discovery.oak-1.2.20.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.discovery.oak-1.2.20.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.discovery.oak-1.2.20-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.discovery.oak-1.2.20-source-release.zip.md5;>md5)
 
 
 Discovery Standalone
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1801435 by pauls on Mon, 10 Jul 2017 10:28:40 +
+Rev. 1801590 by stefanegli on Tue, 11 Jul 2017 10:38:58 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Tue Jul 11 10:39:20 2017
@@ -116,6 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Releases: Apache Sling Discovery Base 2.0.4 and Discovery Oak 1.2.20 
(July 10th, 2017)
 New Releases: Apache Sling Resource Resolver 1.5.26 (July 10th, 2017)
 New Releases: Apache Sling Auth Core 1.4.0 (June 29th, 2017)
 New Releases: Apache Sling Event 4.2.4, JCR Content Parser 1.2.4, File 
System Resource Provider 2.1.6, File System Resource Provider 1.4.6 (June 26th, 
2017)
@@ -607,7 +608,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1801435 by pauls on Mon, 10 Jul 2017 10:28:40 +
+Rev. 1801590 by stefanegli on Tue, 11 Jul 2017 10:38:58 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1015248 - in /websites/staging/sling/trunk/content: ./ documentation/development/release-management.html

2017-07-11 Thread buildbot
Author: buildbot
Date: Tue Jul 11 09:18:13 2017
New Revision: 1015248

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/development/release-management.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 11 09:18:13 2017
@@ -1 +1 @@
-1801489
+1801579

Modified: 
websites/staging/sling/trunk/content/documentation/development/release-management.html
==
--- 
websites/staging/sling/trunk/content/documentation/development/release-management.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/development/release-management.html
 Tue Jul 11 09:18:13 2017
@@ -192,6 +192,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 If you experience an error during deployment like a HTTP 401 check your 
settings for the required server entries as outlined in the 
Prerequisites
+Depending on the OS  the gpg version you have, you might hit 
https://issues.apache.org/jira/browse/MGPG-59, in which case you need, before 
maven command, to run gpg --use-agent --armor --detach-sign --output 
$(mktemp) pom.xml
 Make sure the generated artifacts respect the Apache release http://www.apache.org/dev/release.html;>rules: NOTICE and LICENSE 
files should be present in the META-INF directory within the jar. For -sources 
artifacts, be sure that your POM does not use the maven-source-plugin:2.0.3 
which is broken. The recommended version at this time is 2.0.4
 You should verify the deployment under the https://repository.apache.org/content/groups/snapshots/org/apache/sling;>snapshot
 repository on Apache
 
@@ -629,7 +630,7 @@ to be updated.
 
 For background information about this process see the http://maven.apache.org/developers/website/deploy-component-reference-documentation.html;>Maven
 components reference documentation.
   
-Rev. 1798522 by sseifert on Mon, 12 Jun 2017 20:12:34 +
+Rev. 1801579 by npeltier on Tue, 11 Jul 2017 09:17:41 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1015214 - in /websites/staging/sling/trunk/content: ./ documentation/the-sling-engine/service-authentication.html

2017-07-10 Thread buildbot
Author: buildbot
Date: Mon Jul 10 16:08:54 2017
New Revision: 1015214

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/the-sling-engine/service-authentication.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 10 16:08:54 2017
@@ -1 +1 @@
-1801488
+1801489

Modified: 
websites/staging/sling/trunk/content/documentation/the-sling-engine/service-authentication.html
==
--- 
websites/staging/sling/trunk/content/documentation/the-sling-engine/service-authentication.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/the-sling-engine/service-authentication.html
 Mon Jul 10 16:08:54 2017
@@ -263,7 +263,7 @@ service. The additional Subservice Name
 Configuration
 Service User Mappings
 For each service/subservice name combination an according mapping needs to 
be provided. The mapping binds a service name/subservice name to a JCR system 
user.
-This is configured through an OSGi configuration for the factory configuration 
with PID 
org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended
 https://issues.apache.org/jira/browse/SLING-3578;>SLING-3578. 
There you can set one configuration property named user.mapping 
getting a String array as value where each entry must stick to the following 
format:
+This is configured through an OSGi configuration for the factory configuration 
with PID 
org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended
 (added in https://issues.apache.org/jira/browse/SLING-3578;>SLING-3578). There 
you can set one configuration property named user.mapping getting 
a String array as value where each entry must stick to the following format:
 service-name[:subservice-name]=authorizable id of a JCR system user
 
 
@@ -388,7 +388,7 @@ It supports the following configuration
 
 
   
-Rev. 1801488 by kwin on Mon, 10 Jul 2017 16:07:24 +
+Rev. 1801489 by kwin on Mon, 10 Jul 2017 16:08:43 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1015213 - in /websites/staging/sling/trunk/content: ./ documentation/the-sling-engine/service-authentication.html

2017-07-10 Thread buildbot
Author: buildbot
Date: Mon Jul 10 16:07:47 2017
New Revision: 1015213

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/the-sling-engine/service-authentication.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 10 16:07:47 2017
@@ -1 +1 @@
-1801436
+1801488

Modified: 
websites/staging/sling/trunk/content/documentation/the-sling-engine/service-authentication.html
==
--- 
websites/staging/sling/trunk/content/documentation/the-sling-engine/service-authentication.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/the-sling-engine/service-authentication.html
 Mon Jul 10 16:07:47 2017
@@ -222,9 +222,11 @@ such that system administrators are in f
 The implementation uses two fallbacks in case no mapping can be found for 
the given subServiceName
 
 Use user mapping for the serviceName only (not considering 
subServiceName)
-Use default user (if one is configured).
+Use default user (if one is configured in the OSGi configuration for PID 
org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl).
+Use default mapping (if it is enabled in the OSGi configuration for PID 
org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl) 
which looks up a user with id 
serviceuser--bundleId[--subservice-name] (since 
Service User Mapper 1.3.0, https://issues.apache.org/jira/browse/SLING-6772;>SLING-6227).
 
-In addition a service named ServiceUserMapped is registered 
for each bundle and subservice name for which a service user mapping is 
configured (https://issues.apache.org/jira/browse/SLING-4312;>SLING-4312). By 
explicitly defining a (static) reference towards ServiceUserMapped 
one can defer starting the service until that service user mapping is 
available.
+In addition a service named ServiceUserMapped is registered 
for each bundle and subservice name for which a service user mapping is 
explicitly configured (https://issues.apache.org/jira/browse/SLING-4312;>SLING-4312).  By 
explicitly defining a (static) reference towards ServiceUserMapped 
one can defer starting the service until that service user mapping is available.
+Please note, that the two last default mappings are not represented as a 
ServiceUserMapped service and therefore the above mentioned reference does not 
work.
 ResourceResolverFactory
 The second part is support for service access to the Resource Tree. To this
 avail, the ResourceResolverFactory service is enhanced with a new 
factory
@@ -262,11 +264,11 @@ service. The additional Subservice Name
 Service User Mappings
 For each service/subservice name combination an according mapping needs to 
be provided. The mapping binds a service name/subservice name to a JCR system 
user.
 This is configured through an OSGi configuration for the factory configuration 
with PID 
org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended
 https://issues.apache.org/jira/browse/SLING-3578;>SLING-3578. 
There you can set one configuration property named user.mapping 
getting a String array as value where each entry must stick to the following 
format:
-service-name[:subservice-name]=authorizable id of a JCR system user]
+service-name[:subservice-name]=authorizable id of a JCR system user
 
 
 
-The according user must exist at the point in time where 
ResourceResolverFactory.getServiceResourceResolver(...) or 
SlingRepository.loginService(...) is called. If you rely on one of 
those methods in your activate method of an OSGi component you 
should make sure that you defer starting your OSGi component until the 
according service user mapping is in place. For that you can reference the OSGi 
service ServiceUserMapped (https://issues.apache.org/jira/browse/SLING-4312;>SLING-4312), 
optionally with a target filter on property subServiceName (in 
case such a subservice name is used). The service 
ServiceUserMapped does not expose any methods but is only a marker 
interface exclusively used to defer starting of other OSGi components. However 
this waits only for the mapping configuration to be available, it does not wait 
for the service user itself to be available.
+The according user must exist at the point in time where 
ResourceResolverFactory.getServiceResourceResolver(...) or 
SlingRepository.loginService(...) is called. If you rely on one of 
those methods in your activate method of an OSGi component you 
should make sure that you defer starting your OSGi component until the 
according service user mapping is in place. For that you can reference the OSGi 
service ServiceUserMapped (see Section 
ServiceUserMapper above), optionally with a target filter on 
property subServiceName (in case such a subservi

svn commit: r1015200 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-07-10 Thread buildbot
Author: buildbot
Date: Mon Jul 10 10:29:07 2017
New Revision: 1015200

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 10 10:29:07 2017
@@ -1 +1 @@
-1800431
+1801436

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Mon Jul 10 10:29:07 2017
@@ -1144,9 +1144,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Resource Resolver
-1.5.24
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.24.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.24.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.24-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.24-source-release.zip.md5;>md5)
+1.5.26
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.26.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.26.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.26-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourceresolver-1.5.26-source-release.zip.md5;>md5)
 
 
 Rewriter
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1800271 by asanso on Thu, 29 Jun 2017 12:14:43 +
+Rev. 1801435 by pauls on Mon, 10 Jul 2017 10:28:40 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Mon Jul 10 10:29:07 2017
@@ -116,6 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Releases: Apache Sling Resource Resolver 1.5.26 (July 10th, 2017)
 New Releases: Apache Sling Auth Core 1.4.0 (June 29th, 2017)
 New Releases: Apache Sling Event 4.2.4, JCR Content Parser 1.2.4, File 
System Resource Provider 2.1.6, File System Resource Provider 1.4.6 (June 26th, 
2017)
 New Releases: Apache Sling Security 1.1.4 (June 21st, 2017)
@@ -606,7 +607,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1800271 by asanso on Thu, 29 Jun 2017 12:14:43 +
+Rev. 1801435 by pauls on Mon, 10 Jul 2017 10:28:40 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014784 - in /websites/staging/sling/trunk/content: ./ documentation/development/jsr-305.html

2017-06-30 Thread buildbot
Author: buildbot
Date: Fri Jun 30 15:13:00 2017
New Revision: 1014784

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/documentation/development/jsr-305.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 30 15:13:00 2017
@@ -1 +1 @@
-1800271
+1800431

Modified: 
websites/staging/sling/trunk/content/documentation/development/jsr-305.html
==
--- websites/staging/sling/trunk/content/documentation/development/jsr-305.html 
(original)
+++ websites/staging/sling/trunk/content/documentation/development/jsr-305.html 
Fri Jun 30 15:13:00 2017
@@ -135,10 +135,11 @@ h2:hover > .headerlink, h3:hover > .head
 The annotations used within Sling are based on the https://jcp.org/en/jsr/detail?id=305;>JSR-305 which is dormant since 
2012. Nevertheless those annotations are understood by most of the tools and 
used by other Apache Projects like Apache Oak https://issues.apache.org/jira/browse/OAK-37;>OAK-37.
 Due to the fact that Eclipse and FindBugs are interpreting annotations 
differently (https://sourceforge.net/p/findbugs/bugs/1355/;>Findbugs-1355). Sling 
only uses the following two different annotations which are supported by both 
tools:
 
-javax.annotation.CheckForNull
-javax.annotation.Nonnull
+javax.annotation.CheckForNull (only on return values which 
may be null)
+javax.annotation.Nonnull (on return values and arguments 
which are never supposed to be null)
 
 Annotations which support setting the default null semantics of return 
values and or parameters on a package level cannot be leveraged for that 
reason.
+In case no annotations have been set on method arguments those accept 
null as a value. Return values should always be explicitly 
annotated, as from both cases checks can be derived.
 The annotations have a retention policy of runtime, therefore 
bundles using these automatically have a Import-Package header 
listing javax.annotation. That package is by default exported by 
the system bundle (as this package is also part of the https://docs.oracle.com/javase/7/docs/api/javax/annotation/package-summary.html;>JRE).
 To be able to resolve the bundle through this exported package from the system 
bundle you should use the com.google.code.findbugs:jsr305 artifact 
in version 3.0.0 as that exports the package javax.annotation in 
no specific version. Newer versions use version directives which automatically 
restrict the version range for the generated Import-Package header 
to [3,4) https://github.com/amaembo/jsr-305/issues/31;>which usually cannot be 
resolved at run time.
 Use With Eclipse
 Eclipse since Juno supports http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fpreferences%2Fjava%2Fcompiler%2Fref-preferences-errors-warnings.htmanchor=null_analysis;>null
 analysis based on any annotations. Those need to be enabled in 
@@ -222,7 +223,7 @@ This method was presented by Michael Vor
 Use with SonarQube
 At least rule https://sonarqube.com/coding_rules#rule_key=squid%3AS2259;>squid:S2259
 in SonarQube supports JSR-305 annotations as well for null checks.
   
-Rev. 1792488 by kwin on Mon, 24 Apr 2017 15:15:56 +
+Rev. 1800431 by kwin on Fri, 30 Jun 2017 15:12:38 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014704 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-06-29 Thread buildbot
Author: buildbot
Date: Thu Jun 29 12:15:09 2017
New Revision: 1014704

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 29 12:15:09 2017
@@ -1 +1 @@
-1799953
+1800271

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Thu Jun 29 12:15:09 2017
@@ -316,9 +316,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Auth Core
-1.3.26
-Bundle (http://www.apache.org/dist/sling/org.apache.sling.auth.core-1.3.26.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.auth.core-1.3.26.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.auth.core-1.3.26-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.auth.core-1.3.26-source-release.zip.md5;>md5)
+1.4.0
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.auth.core-1.4.0.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.auth.core-1.4.0.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.auth.core-1.4.0-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.auth.core-1.4.0-source-release.zip.md5;>md5)
 
 
 Auth Form
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1799953 by sseifert on Mon, 26 Jun 2017 17:15:32 +
+Rev. 1800271 by asanso on Thu, 29 Jun 2017 12:14:43 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Thu Jun 29 12:15:09 2017
@@ -116,6 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Releases: Apache Sling Auth Core 1.4.0 (June 29th, 2017)
 New Releases: Apache Sling Event 4.2.4, JCR Content Parser 1.2.4, File 
System Resource Provider 2.1.6, File System Resource Provider 1.4.6 (June 26th, 
2017)
 New Releases: Apache Sling Security 1.1.4 (June 21st, 2017)
 New Releases: Apache Sling Testing Clients 1.1.4, Apache Sling Testing 
Email 1.0.0, Apache Sling Resource Merger 1.3.4 (June 20th, 2017)
@@ -605,7 +606,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1799953 by sseifert on Mon, 26 Jun 2017 17:15:32 +
+Rev. 1800271 by asanso on Thu, 29 Jun 2017 12:14:43 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014530 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-06-26 Thread buildbot
Author: buildbot
Date: Mon Jun 26 11:23:37 2017
New Revision: 1014530

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 26 11:23:37 2017
@@ -1 +1 @@
-1799397
+1799872

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Mon Jun 26 11:23:37 2017
@@ -640,9 +640,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Event
-4.2.2
-Bundle (http://www.apache.org/dist/sling/org.apache.sling.event-4.2.2.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.event-4.2.2.jar.md5;>md5)
-Source 
ZIP (http://www.apache.org/dist/sling/org.apache.sling.event-4.2.2-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.event-4.2.2-source-release.zip.md5;>md5)
+4.2.4
+Bundle (http://www.apache.org/dist/sling/org.apache.sling.event-4.2.4.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.event-4.2.4.jar.md5;>md5)
+Source 
ZIP (http://www.apache.org/dist/sling/org.apache.sling.event-4.2.4-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.event-4.2.4-source-release.zip.md5;>md5)
 
 
 Explorer
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1799395 by asanso on Wed, 21 Jun 2017 07:05:25 +
+Rev. 1799872 by pauls on Mon, 26 Jun 2017 11:23:10 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Mon Jun 26 11:23:37 2017
@@ -116,6 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Releases: Apache Sling Event 4.2.4 (June 26th, 2017)
 New Releases: Apache Sling Security 1.1.4 (June 21st, 2017)
 New Releases: Apache Sling Testing Clients 1.1.4, Apache Sling Testing 
Email 1.0.0, Apache Sling Resource Merger 1.3.4 (June 20th, 2017)
 New Release: Apache Sling Slingstart Archetype (June 15th, 2017)
@@ -604,7 +605,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1799395 by asanso on Wed, 21 Jun 2017 07:05:25 +
+Rev. 1799872 by pauls on Mon, 26 Jun 2017 11:23:10 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014315 - in /websites/staging/sling/trunk/content: ./ documentation/the-sling-engine/architecture.html

2017-06-21 Thread buildbot
Author: buildbot
Date: Wed Jun 21 08:01:43 2017
New Revision: 1014315

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/the-sling-engine/architecture.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 21 08:01:43 2017
@@ -1 +1 @@
-1799395
+1799397

Modified: 
websites/staging/sling/trunk/content/documentation/the-sling-engine/architecture.html
==
--- 
websites/staging/sling/trunk/content/documentation/the-sling-engine/architecture.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/the-sling-engine/architecture.html
 Wed Jun 21 08:01:43 2017
@@ -126,7 +126,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 The following sections elaborate on each of these highlights.
 OSGi
-http://www.osgi.org;>OSGi is a consortium that has developed a 
specification to build modular and extensible applications. This offers http://www.osgi.org/About/WhyOSGi;>various benefits. We deal mainly 
with two parts of the specifications: The Core Specification, which defines the 
OSGi Framework and Core Services, and the Compendium Services Specification, 
which defines a host of services that extend the functionality of the OSGi 
Framework.
+http://www.osgi.org;>OSGi is a consortium that has developed a 
specification to build modular and extensible applications. This offers https://www.osgi.org/developer/benefits-of-using-osgi/;>various 
benefits. We deal mainly with two parts of the specifications: The Core 
Specification, which defines the OSGi Framework and Core Services, and the 
Compendium Services Specification, which defines a host of services that extend 
the functionality of the OSGi Framework.
 OSGi Framework
 The OSGi Framework is made up of three layers  Module, Lifecycle, 
and Services  that define how extensible applications are built and 
deployed. The responsibilities of the layers are:
 
@@ -170,7 +170,7 @@ h2:hover > .headerlink, h3:hover > .head
 Optionally, PAX Web's implementation of HttpService can be used when Sling 
is launched as a standalone Java Application. See the Maven Launchpad 
Plugin page for information on how to do this.
 See The 
Sling Launchpad for more information.
   
-Rev. 1500501 by fmeschbe on Sun, 7 Jul 2013 18:49:51 +
+Rev. 1799397 by sseifert on Wed, 21 Jun 2017 08:01:21 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014262 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-06-20 Thread buildbot
Author: buildbot
Date: Tue Jun 20 11:31:35 2017
New Revision: 1014262

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 20 11:31:35 2017
@@ -1 +1 @@
-1799325
+1799340

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Tue Jun 20 11:31:35 2017
@@ -1132,9 +1132,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Resource Merger
-1.3.2
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.resourcemerger-1.3.2.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourcemerger-1.3.2.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.resourcemerger-1.3.2-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourcemerger-1.3.2-source-release.zip.md5;>md5)
+1.3.4
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.resourcemerger-1.3.4.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourcemerger-1.3.4.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.resourcemerger-1.3.4-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.resourcemerger-1.3.4-source-release.zip.md5;>md5)
 
 
 Resource Presence
@@ -1556,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1799325 by rombert on Tue, 20 Jun 2017 09:15:24 +
+Rev. 1799340 by kwin on Tue, 20 Jun 2017 11:31:13 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Tue Jun 20 11:31:35 2017
@@ -116,10 +116,10 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
-New Release: Apache Sling Testing Clients 1.1.4, Apache Sling Testing 
Email 1.0.0 ( June 20th, 2017 )
-New Release: Apache Sling Slingstart Archetype ( June 15th, 2017 )
-New Release: Apache Sling JSPC Maven Plugin 2.1.0 and Apache Sling 
Slingstart Archetype 1.0.2 ( June 15th, 2017 )
-New Releases: Apache Sling 
9, Apache Sling Launchpad Testing 9, Apache Sling Launchpad Testing WAR 
version 9, Apache Sling Launchpad Testing Fragment Bundle 2.0.12, Apache Sling 
Launchpad Testing Services 2.0.12, Apache Sling Launchpad Test Bundles 0.0.2, 
Apache Sling Launchpad Testing Services WAR 2.0.12, Apache Sling Integration 
Tests 1.0.4 ( June 12th , 2017 )
+New Releases: Apache Sling Testing Clients 1.1.4, Apache Sling Testing 
Email 1.0.0, Apache Sling Resource Merger 1.3.4 (June 20th, 2017)
+New Release: Apache Sling Slingstart Archetype (June 15th, 2017)
+New Release: Apache Sling JSPC Maven Plugin 2.1.0 and Apache Sling 
Slingstart Archetype 1.0.2 (June 15th, 2017)
+New Releases: Apache Sling 
9, Apache Sling Launchpad Testing 9, Apache Sling Launchpad Testing WAR 
version 9, Apache Sling Launchpad Testing Fragment Bundle 2.0.12, Apache Sling 
Launchpad Testing Services 2.0.12, Apache Sling Launchpad Test Bundles 0.0.2, 
Apache Sling Launchpad Testing Services WAR 2.0.12, Apache Sling Integration 
Tests 1.0.4 (June 12th, 2017)
 New Releases: Apache Sling JUnit Core 1.0.26, Testing Clients 1.1.0, JUnit 
Remote Test Runners 1.0.12, Tooling Support Install 1.0.4, and Tooling Support 
Source 1.0.4 (June 6th, 2017)
 New Releases: Apache Sling Resource Inventory 1.0.8, Content Distribution 
Core 0.2.8, Testing Sling Mock 2.2.12, Log Tracer 1.0.4, and Commons Metrics 
1.2.2 (June 6th, 2017)
 New Releases: Apache Sling JCR Content Parser 1.2.2, JCR ContentLoader 
2.2.4, File System Resource Provider 2.1.4, File System Resource Provider 
1.4.4, Maven Sling Plugin 2.3.0 (June 2nd, 2017)
@@ -603,7 +603,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1799325 by rombert on Tue, 20 Jun 2017 09:15:24 +
+Rev. 1799340 by kwin on Tue, 20 Jun 2017 11:31:13 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014256 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-06-20 Thread buildbot
Author: buildbot
Date: Tue Jun 20 09:15:50 2017
New Revision: 1014256

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 20 09:15:50 2017
@@ -1 +1 @@
-1798935
+1799325

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Tue Jun 20 09:15:50 2017
@@ -304,9 +304,9 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Apache Sling Testing Clients
-1.1.0
-Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.0.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.0.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.0-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.0-source-release.zip.md5;>md5)
+1.1.4
+Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.4.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.4.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.4-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.4-source-release.zip.md5;>md5)
 
 
 Apache Sling Testing Rules
@@ -1365,6 +1365,12 @@ h2:hover > .headerlink, h3:hover > .head
 Source 
ZIP (http://www.apache.org/dist/sling/org.apache.sling.tenant-1.1.0-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.tenant-1.1.0-source-release.zip.md5;>md5)
 
 
+Testing Email
+1.0.0
+Bundle (http://www.apache.org/dist/sling/org.apache.sling.testing.email-1.0.0.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.testing.email-1.0.0.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.testing.email-1.0.0-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.testing.email-1.0.0-source-release.zip.md5;>md5)
+
+
 Testing Hamcrest
 1.0.2
 Bundle 
(http://www.apache.org/dist/sling/org.apache.sling.testing.hamcrest-1.0.2.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.testing.hamcrest-1.0.2.jar.md5;>md5)
@@ -1550,7 +1556,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1798833 by cziegeler on Thu, 15 Jun 2017 13:28:47 +
+Rev. 1799325 by rombert on Tue, 20 Jun 2017 09:15:24 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Tue Jun 20 09:15:50 2017
@@ -116,6 +116,8 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
+New Release: Apache Sling Testing Clients 1.1.4, Apache Sling Testing 
Email 1.0.0 ( June 20th, 2017 )
+New Release: Apache Sling Slingstart Archetype ( June 15th, 2017 )
 New Release: Apache Sling JSPC Maven Plugin 2.1.0 and Apache Sling 
Slingstart Archetype 1.0.2 ( June 15th, 2017 )
 New Releases: Apache Sling 
9, Apache Sling Launchpad Testing 9, Apache Sling Launchpad Testing WAR 
version 9, Apache Sling Launchpad Testing Fragment Bundle 2.0.12, Apache Sling 
Launchpad Testing Services 2.0.12, Apache Sling Launchpad Test Bundles 0.0.2, 
Apache Sling Launchpad Testing Services WAR 2.0.12, Apache Sling Integration 
Tests 1.0.4 ( June 12th , 2017 )
 New Releases: Apache Sling JUnit Core 1.0.26, Testing Clients 1.1.0, JUnit 
Remote Test Runners 1.0.12, Tooling Support Install 1.0.4, and Tooling Support 
Source 1.0.4 (June 6th, 2017)
@@ -601,7 +603,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1798833 by cziegeler on Thu, 15 Jun 2017 13:28:47 +
+Rev. 1799325 by rombert on Tue, 20 Jun 2017 09:15:24 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014131 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/resource-merger.html

2017-06-16 Thread buildbot
Author: buildbot
Date: Fri Jun 16 14:54:55 2017
New Revision: 1014131

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/bundles/resource-merger.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 16 14:54:55 2017
@@ -1 +1 @@
-1798833
+1798935

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/resource-merger.html
==
--- 
websites/staging/sling/trunk/content/documentation/bundles/resource-merger.html 
(original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/resource-merger.html 
Fri Jun 16 14:54:55 2017
@@ -179,26 +179,26 @@ It is possible to
 
 sling:orderBefore
 String
-Contains the name of the preceeding sibling resource. This is influencing 
the order of resources when calling e.g. Resource.listChildren() 
or Resource.getChildren() on the merged resource. This is only 
necessary if the default resource order is not sufficient (see below).
+Contains the name of the preceeding sibling resource. This is influencing 
the order of resources when calling e.g. Resource.listChildren() 
or Resource.getChildren() on the merged resource. This is only 
necessary if the default child resource order is not sufficient (see 
below).
 
 
 
 Child Resource Order
 For a merged resource the order of its child resources is the following:
-First the ones from the base resource, then the ones from the overlaying 
resources. The children only defined by the topmost resource come last.
-In case the same child is defined in more than one resource, its position 
is taken from the highest overlaying resource (since version 1.3.2, see also https://issues.apache.org/jira/browse/SLING-4915;>SLING-4915).
+First the ones from the underlying resource, then the ones from the overlying 
resources.
+In case the same child is defined in more than one resource, its position 
is taken from the highest overlaying resource (since version 1.3.2, see also https://issues.apache.org/jira/browse/SLING-4915;>SLING-4915, for 
some more examples for more complicated merges look at https://issues.apache.org/jira/browse/SLING-6956;>SLING-6956).
 For example:
 base/
 +--child1
-+--child2
 +--child3
++--child5
 
 overlay/
-+--child4
 +--child2
 +--child3
++--child4
 
-resulting order: child1, child4, child2, child3
+resulting order: child1, child5, child2, child3, child4
 
 
 
@@ -311,7 +311,7 @@ For example:
  |   +-- property2 = property from /apps/sling/example/child3
 
   
-Rev. 1730003 by kwin on Fri, 12 Feb 2016 12:02:45 +
+Rev. 1798935 by kwin on Fri, 16 Jun 2017 14:54:27 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014077 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-06-15 Thread buildbot
Author: buildbot
Date: Thu Jun 15 13:28:59 2017
New Revision: 1014077

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 15 13:28:59 2017
@@ -1 +1 @@
-1798822
+1798833

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Thu Jun 15 13:28:59 2017
@@ -1522,10 +1522,10 @@ h2:hover > .headerlink, h3:hover > .head
 Source 
ZIP (http://www.apache.org/dist/sling/htl-maven-plugin-1.0.6-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/htl-maven-plugin-1.0.6-source-release.zip.md5;>md5)
 
 
-Maven JSPC Plugin
-2.0.8
-Maven Plugin 
(http://www.apache.org/dist/sling/maven-jspc-plugin-2.0.8.jar.asc;>asc,
 http://www.apache.org/dist/sling/maven-jspc-plugin-2.0.8.jar.md5;>md5)
-Source 
ZIP (http://www.apache.org/dist/sling/maven-jspc-plugin-2.0.8-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/maven-jspc-plugin-2.0.8-source-release.zip.md5;>md5)
+JSPC Maven Plugin
+2.1.0
+Maven Plugin 
(http://www.apache.org/dist/sling/jspc-maven-plugin-2.1.0.jar.asc;>asc,
 http://www.apache.org/dist/sling/jspc-maven-plugin-2.1.0.jar.md5;>md5)
+Source 
ZIP (http://www.apache.org/dist/sling/jspc-maven-plugin-2.1.0-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/jspc-maven-plugin-2.1.0-source-release.zip.md5;>md5)
 
 
 Maven Launchpad Plugin
@@ -1550,7 +1550,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
   
-Rev. 1798574 by rombert on Tue, 13 Jun 2017 10:33:08 +
+Rev. 1798833 by cziegeler on Thu, 15 Jun 2017 13:28:47 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Thu Jun 15 13:28:59 2017
@@ -116,7 +116,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
-New Release: Apache Sling Slingstart Archetype ( June 15th, 2017 )
+New Release: Apache Sling JSPC Maven Plugin 2.1.0 and Apache Sling 
Slingstart Archetype 1.0.2 ( June 15th, 2017 )
 New Releases: Apache Sling 
9, Apache Sling Launchpad Testing 9, Apache Sling Launchpad Testing WAR 
version 9, Apache Sling Launchpad Testing Fragment Bundle 2.0.12, Apache Sling 
Launchpad Testing Services 2.0.12, Apache Sling Launchpad Test Bundles 0.0.2, 
Apache Sling Launchpad Testing Services WAR 2.0.12, Apache Sling Integration 
Tests 1.0.4 ( June 12th , 2017 )
 New Releases: Apache Sling JUnit Core 1.0.26, Testing Clients 1.1.0, JUnit 
Remote Test Runners 1.0.12, Tooling Support Install 1.0.4, and Tooling Support 
Source 1.0.4 (June 6th, 2017)
 New Releases: Apache Sling Resource Inventory 1.0.8, Content Distribution 
Core 0.2.8, Testing Sling Mock 2.2.12, Log Tracer 1.0.4, and Commons Metrics 
1.2.2 (June 6th, 2017)
@@ -601,7 +601,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1798822 by rombert on Thu, 15 Jun 2017 12:54:58 +
+Rev. 1798833 by cziegeler on Thu, 15 Jun 2017 13:28:47 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014073 - in /websites/staging/sling/trunk/content: ./ news.html

2017-06-15 Thread buildbot
Author: buildbot
Date: Thu Jun 15 12:55:23 2017
New Revision: 1014073

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 15 12:55:23 2017
@@ -1 +1 @@
-1798657
+1798822

Modified: websites/staging/sling/trunk/content/news.html
==
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Thu Jun 15 12:55:23 2017
@@ -116,7 +116,8 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
 
-New Releases: Apache Sling 
9, Apache Sling Launchpad Testing 9, Apache Sling Launchpad Testing WAR 
version 9, Apache Sling Launchpad Testing Fragment Bundle 2.0.12, Apache Sling 
Launchpad Testing Services 2.0.12, Apache Sling Launchpad Test Bundles 0.0.2, 
Apache Sling Launchpad Testing Services WAR 2.0.12, Apache Sling Integration 
Tests 1.0.4 ( June 12S , 2017 )
+New Release: Apache Sling Slingstart Archetype ( June 15th, 2017 )
+New Releases: Apache Sling 
9, Apache Sling Launchpad Testing 9, Apache Sling Launchpad Testing WAR 
version 9, Apache Sling Launchpad Testing Fragment Bundle 2.0.12, Apache Sling 
Launchpad Testing Services 2.0.12, Apache Sling Launchpad Test Bundles 0.0.2, 
Apache Sling Launchpad Testing Services WAR 2.0.12, Apache Sling Integration 
Tests 1.0.4 ( June 12th , 2017 )
 New Releases: Apache Sling JUnit Core 1.0.26, Testing Clients 1.1.0, JUnit 
Remote Test Runners 1.0.12, Tooling Support Install 1.0.4, and Tooling Support 
Source 1.0.4 (June 6th, 2017)
 New Releases: Apache Sling Resource Inventory 1.0.8, Content Distribution 
Core 0.2.8, Testing Sling Mock 2.2.12, Log Tracer 1.0.4, and Commons Metrics 
1.2.2 (June 6th, 2017)
 New Releases: Apache Sling JCR Content Parser 1.2.2, JCR ContentLoader 
2.2.4, File System Resource Provider 2.1.4, File System Resource Provider 
1.4.4, Maven Sling Plugin 2.3.0 (June 2nd, 2017)
@@ -600,7 +601,7 @@ Apache Sling Scripting Sightly JS Use Pr
 Apache Sling has graduated into a top level project! (June 17, 2009)
 
   
-Rev. 1798574 by rombert on Tue, 13 Jun 2017 10:33:08 +
+Rev. 1798822 by rombert on Thu, 15 Jun 2017 12:54:58 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014018 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/content-loading-jcr-contentloader.html

2017-06-14 Thread buildbot
Author: buildbot
Date: Wed Jun 14 07:51:46 2017
New Revision: 1014018

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 14 07:51:46 2017
@@ -1 +1 @@
-1798656
+1798657

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
==
--- 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
 Wed Jun 14 07:51:46 2017
@@ -444,10 +444,10 @@ Support for re-registration of node type
 ACLs and Principals
 By adding a security:acl object to a content node definition 
in JSON you can define an ACL for this node. For each array entry in this 
example an ACE is added. Example:
 {
-  security:acl: [
-  { principal: TestGroup1, granted: [jcr:read,jcr:write] },
-  { principal: TestUser1, granted: [jcr:read], denied: [jcr:write] }
-  ]
+security:acl: [
+{ principal: TestGroup1, granted: [jcr:read,jcr:write] },
+{ principal: TestUser1, granted: [jcr:read], denied: [jcr:write] }
+]
 }
 
 
@@ -469,7 +469,7 @@ Support for re-registration of node type
 }
 
   
-Rev. 1798656 by sseifert on Wed, 14 Jun 2017 07:49:33 +
+Rev. 1798657 by sseifert on Wed, 14 Jun 2017 07:51:34 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1014016 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/content-loading-jcr-contentloader.html

2017-06-14 Thread buildbot
Author: buildbot
Date: Wed Jun 14 07:49:57 2017
New Revision: 1014016

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 14 07:49:57 2017
@@ -1 +1 @@
-1798604
+1798656

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
==
--- 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/content-loading-jcr-contentloader.html
 Wed Jun 14 07:49:57 2017
@@ -441,8 +441,35 @@ Support for re-registration of node type
 Automated tests
 The initial content found in the http://svn.apache.org/repos/asf/sling/trunk/launchpad/content/src/main/resources/content/sling-test;>sling-test
 folder of the launchpad initial content is verified by the http://svn.apache.org/repos/asf/sling/trunk/launchpad/testing/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/InitialContentTest.java;>InitialContentTest
 when running the launchpad/testing integration tests.
 Those tests can be used as verified examples of initial content loading. 
Contributions are welcome to improve the coverage of those tests.
+ACLs and Principals
+By adding a security:acl object to a content node definition 
in JSON you can define an ACL for this node. For each array entry in this 
example an ACE is added. Example:
+{
+  security:acl: [
+  { principal: TestGroup1, granted: [jcr:read,jcr:write] },
+  { principal: TestUser1, granted: [jcr:read], denied: [jcr:write] }
+  ]
+}
+
+
+
+If ACLs already exist on the node you can add an order 
property to each array entry controlling the position where the new ACE is 
inserted into the list of existing ACEs. Possible values for this property:
+
+first: Place the target ACE as the first amongst its 
siblings
+last: Place the target ACE as the last amongst its 
siblings
+before xyz: Place the target ACE immediately before the 
sibling whose name is xyz
+after xyz: Place the target ACE immediately after the 
sibling whose name is xyz
+numeric: Place the target ACE at the specified index
+
+You can also add new principals (users or groups) to the repository by 
adding a security:principals object. This is not related to any 
specific path/node, so you can add this JSON fragment anywhere. Example for 
creating one use and one group:
+{
+security:principals: [
+{ name: TestUser1, password: mypassword, extraProp1: extraProp1Value },
+{ name: TestGroup1, isgroup: true, members: [TestUser1], extraProp1: extraProp1Value }
+]
+}
+
   
-Rev. 1793675 by sseifert on Wed, 3 May 2017 16:50:30 +
+Rev. 1798656 by sseifert on Wed, 14 Jun 2017 07:49:33 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1013983 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/repository-initialization.html

2017-06-13 Thread buildbot
Author: buildbot
Date: Tue Jun 13 14:02:39 2017
New Revision: 1013983

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/bundles/repository-initialization.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 13 14:02:39 2017
@@ -1 +1 @@
-1798600
+1798604

Modified: 
websites/staging/sling/trunk/content/documentation/bundles/repository-initialization.html
==
--- 
websites/staging/sling/trunk/content/documentation/bundles/repository-initialization.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/bundles/repository-initialization.html
 Tue Jun 13 14:02:39 2017
@@ -168,6 +168,13 @@ of the repoinit parser to a JCR reposito
 deny jcr:all on / nodetypes example:Page
 end
 
+set ACL for restrictions_examples
+deny jcr:modifyProperties on /apps, /content nodetypes sling:Folder, nt:unstructured 
restriction(rep:itemNames,prop1,prop2)
+allow jcr:addChildNodes on /apps restriction(rep:ntNames,sling:Folder,nt:unstructured)
+allow jcr:modifyProperties on /apps restriction(rep:ntNames,sling:Folder,nt:unstructured) 
restriction(rep:itemNames,prop1,prop2)
+allow jcr:addChildNodes on /apps,/content restriction(rep:glob,/cat/*,*/cat,*cat/*)
+end
+
 # register namespace requires 
 # o.a.s.repoinit.parser 1.0.4
 # and o.a.s.jcr.repoinit 1.0.2
@@ -239,7 +246,7 @@ model (without the leading colon) and Which points to a classpath: URL to provide the raw repoinit 
statements in this example, but again any valid URL scheme can be used.
   
-Rev. 1775375 by bdelacretaz on Wed, 21 Dec 2016 08:15:21 +
+Rev. 1798604 by bdelacretaz on Tue, 13 Jun 2017 14:02:28 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1013980 - in /websites/staging/sling/trunk/content: ./ news/sling-launchpad-9-released.html

2017-06-13 Thread buildbot
Author: buildbot
Date: Tue Jun 13 13:42:47 2017
New Revision: 1013980

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/news/sling-launchpad-9-released.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 13 13:42:47 2017
@@ -1 +1 @@
-1798574
+1798600

Modified: 
websites/staging/sling/trunk/content/news/sling-launchpad-9-released.html
==
--- websites/staging/sling/trunk/content/news/sling-launchpad-9-released.html 
(original)
+++ websites/staging/sling/trunk/content/news/sling-launchpad-9-released.html 
Tue Jun 13 13:42:47 2017
@@ -125,8 +125,7 @@ allows reliable online compaction of the
 upgrade the repository. See the http://jackrabbit.apache.org/oak/docs/migration.html;>Oak documentation 
on Repository migration
 for more details.
 The Sling Explorer is 
replaced with Composum
-The Sling Launchpad ships with a new repository explorer and administration 
tool - https://github.com/ist-dresden/composum;>Composum. Composum 
is more reliable and featurefull compared to the
-previous Sling explorer.
+The Sling Launchpad ships with a new repository explorer and administration 
tool - https://github.com/ist-dresden/composum;>Composum. Composum 
is more reliable and featureful compared to the previous Sling explorer.
 The Slingshot sample is included
 The default Sling configuration now includes the Slingshot sample. 
Slingshot exemplifies
 how to build and deploy a Sling application.
@@ -169,7 +168,7 @@ API.
 If you need to use these bundles, you can always retrieve then from Maven 
Central and incorporate
 them in your launchpad.
   
-Rev. 1798443 by rombert on Mon, 12 Jun 2017 11:55:23 +
+Rev. 1798600 by bdelacretaz on Tue, 13 Jun 2017 13:42:27 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1013968 - in /websites/staging/sling/trunk/content: ./ downloads.html news.html

2017-06-13 Thread buildbot
Author: buildbot
Date: Tue Jun 13 10:33:31 2017
New Revision: 1013968

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/downloads.html
websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 13 10:33:31 2017
@@ -1 +1 @@
-1798526
+1798574

Modified: websites/staging/sling/trunk/content/downloads.html
==
--- websites/staging/sling/trunk/content/downloads.html (original)
+++ websites/staging/sling/trunk/content/downloads.html Tue Jun 13 10:33:31 2017
@@ -188,21 +188,21 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Sling Standalone Application
-8
+9
 A self-runnable Sling jar.
-org.apache.sling.launchpad-8.jar
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad-8.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad-8.jar.md5;>md5)
+org.apache.sling.launchpad-9.jar
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad-9.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad-9.jar.md5;>md5)
 
 
 Sling Web Application
-8
+9
 A ready-to run Sling webapp as a war file.
-org.apache.sling.launchpad-8-webapp.war
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad-8-webapp.war.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad-8-webapp.war.md5;>md5)
+org.apache.sling.launchpad-9-webapp.war
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad-9-webapp.war.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad-9-webapp.war.md5;>md5)
 
 
 Sling Source Release
-8
+9
 The released Sling source code.
-org.apache.sling.launchpad-8-source-release.zip
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad-8-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad-8-source-release.zip.md5;>md5)
+org.apache.sling.launchpad-9-source-release.zip
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad-9-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad-9-source-release.zip.md5;>md5)
 
 
 
@@ -970,21 +970,45 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 Launchpad Integration Tests
-1.0.2
-Bundle
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad.integration-tests-1.0.2.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.integration-tests-1.0.2.jar.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.launchpad.integration-tests-1.0.2-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.integration-tests-1.0.2-source-release.zip.md5;>md5)
+1.0.
+Bundle
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad.integration-tests-1.0..jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.integration-tests-1.0..jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.launchpad.integration-tests-1.0.-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.integration-tests-1.0.-source-release.zip.md5;>md5)
+
+
+Launchpad Test Bundles
+0.0.2
+Bundle
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-bundles-0.0.2.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-bundles-0.0.2.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-bundles-0.0.2-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-bundles-0.0.2-source-release.zip.md5;>md5)
+
+
+Launchpad Test Fragment Bundle
+2.0.12
+Bundle
 (http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-fragment-2.0.12.jar.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-fragment-2.0.12.jar.md5;>md5)
+Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-fragment-2.0.12-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-fragment-2.0.12-source-release.zip.md5;>md5)
 
 
 Launchpad Testing Services WAR
-2.0.10
-Web
 Application (http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-services-war-2.0.10.war.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-services-war-2.0.10.war.md5;>md5)
-Source
 ZIP (http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-services-war-2.0.10-source-release.zip.asc;>asc,
 http://www.apache.org/dist/sling/org.apache.sling.launchpad.test-services-war-2.0.10-source-release.zip.md5;>md5)
+2.0.12
+Web
 Application (http://www.apache.org/di

svn commit: r1013930 [9/9] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/c

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/team-list.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/team-list.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/team-list.html
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,107 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Team
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team
+  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Team
+A successful project requires many people to play many roles. Some members 
write code or documentation, while others are valuable as testers, submitting 
patches and suggestions.
+The project team is comprised of Members and Contributors. Members have 
direct access to the source of a project and actively evolve the code-base. 
Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded. Get 
involved today. All contributions to the project are greatly appreciated.
+
+Members
+The following is a list of developers with commit privileges that have 
directly contributed to the project in one way or another.
+
+
+Id
+Name
+URL
+
+sling
+Apache Sling Project
+http://sling.apache.org/site/project-team.html;>http://sling.apache.org/site/project-team.html
+
+Contributors
+There are no contributors listed for this project. Please check back again 
later.
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Modified: websites/staging/sling/trunk/content/sitemap.html
==
--- websites/staging/sling/trunk/content/sitemap.html (original)
+++ websites/staging/sling/trunk/content/sitemap.html Mon Jun 12 20:18:04 2017
@@ -184,7 +184,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 Issue 
Tracker
 JCR Mocks
-Maven JspC Plugin
+HTL Maven Plugin
 Leveraging JSR-305 null 
annotations to prevent NullPointerExceptions
 Logging
 Maven 
Archetypes




svn commit: r1013930 [1/9] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/c

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 20:18:04 2017
New Revision: 1013930

Log:
Staging update by buildbot for sling

Added:
websites/staging/sling/trunk/content/components/jspc-maven-plugin/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/css/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/css/apache-maven-fluido-1.6.min.css

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/css/print.css

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/css/site.css

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependencies.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependency-info.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependency-management.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/distribution-management.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/fonts/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/fonts/glyphicons-halflings-regular.eot
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/fonts/glyphicons-halflings-regular.svg
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/fonts/glyphicons-halflings-regular.ttf
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/fonts/glyphicons-halflings-regular.woff
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/help-mojo.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/accessories-text-editor.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/add.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/apache-maven-project-2.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/application-certificate.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/close.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/contact-new.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/document-properties.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/drive-harddisk.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/fix.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/icon_error_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/icon_help_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/icon_info_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/icon_success_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/icon_warning_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/image-x-generic.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/internet-web-browser.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/logos/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/images/logos/build-by-maven-black.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0

svn commit: r1013930 [4/9] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/c

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/license.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/license.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/license.html
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,298 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Licenses
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses
+  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Overview
+Typically the licenses listed for the project are that of the project 
itself, and not of dependencies.
+
+Project Licenses
+
+Apache License, Version 
2.0
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  License shall mean the terms and conditions for use, 
reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  Licensor shall mean the copyright owner or entity authorized 
by
+  the copyright owner that is granting the License.
+
+  Legal Entity shall mean the union of the acting entity and 
all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  control means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  You (or Your) shall mean an individual or Legal 
Entity
+  exercising permissions granted by this License.
+
+  Source form shall mean the preferred form for making 
modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  Object form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  Work shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  Derivative Works shall mean any work, whether in Source or 
Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  Contribution shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, 
submitted
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding 

svn commit: r1013930 [7/9] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/c

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/dependency-info.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/dependency-info.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/dependency-info.html
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,120 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Dependency Information
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency 
Information
+  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Dependency Information
+
+Apache Maven
+dependency
+  groupIdorg.apache.sling/groupId
+  artifactIdjspc-maven-plugin/artifactId
+  version2.1.0/version
+  typemaven-plugin/type
+/dependency
+
+Apache Buildr
+'org.apache.sling:jspc-maven-plugin:maven-plugin:2.1.0'
+
+Apache Ivy
+dependency 
org=org.apache.sling name=jspc-maven-plugin 
rev=2.1.0
+  artifact name=jspc-maven-plugin 
type=maven-plugin /
+/dependency
+
+Groovy Grape
+@Grapes(
+@Grab(group='org.apache.sling', module='jspc-maven-plugin', version='2.1.0')
+)
+
+Gradle/Grails
+compile 
'org.apache.sling:jspc-maven-plugin:2.1.0'
+
+Scala SBT
+libraryDependencies += 
org.apache.sling % jspc-maven-plugin % 
2.1.0
+
+Leiningen
+[org.apache.sling/jspc-maven-plugin 
2.1.0]
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/dependency-management.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/dependency-management.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/dependency-management.html
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,200 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Dependency Management
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency 
Management
+  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Dependency 
Management
+
+test
+The following is a list of test dependencies in the DependencyManagement of 
this project. These dependencies can be included in the submodules to compile 
and run unit tests for the submodule:
+
+
+GroupId
+ArtifactId
+Version
+Type
+License
+
+junit
+http://junit.org;>junit
+4.12
+jar
+http://www.eclipse.org/legal/epl-v10.html;>Eclipse Public License 
1.0
+
+org.jmock
+http://nexus.sonatype.org/oss-repository-hosting.html/jmock-parent/jmock-junit4;>jmock-junit4
+2.8.2
+jar
+http://jmock.org/license.html;>BSD 
style
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The following is a list of provided dependencies in the 
DependencyManagement of this project. These dependencies can be included in the 
submodules to compile the submodule, but should be provided by default when 

svn commit: r1013930 [2/9] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/c

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependencies.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependencies.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependencies.html
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,2156 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Dependencies
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies
+  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+
+Project Dependencies
+
+compile
+The following is a list of compile dependencies for this project. These 
dependencies are required to compile and run the application:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+commons-io
+http://commons.apache.org/proper/commons-io/;>commons-io
+2.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+commons-logging
+http://jakarta.apache.org/commons/logging/;>commons-logging
+1.0.4
+jar
+/LICENSE.txt
+
+javax.servlet
+http://servlet-spec.java.net;>javax.servlet-api
+3.1.0
+jar
+https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html;>CDDL + GPLv2 
with classpath exception
+
+javax.servlet.jsp
+jsp-api
+2.1
+jar
+-
+
+org.apache.maven
+https://maven.apache.org/shared/maven-archiver/;>maven-archiver
+3.1.1
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.maven
+https://maven.apache.org/ref/3.5.0/maven-plugin-api/;>maven-plugin-api
+3.5.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.api;>org.apache.sling.api
+2.2.2
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.classloader;>org.apache.sling.commons.classloader
+1.4.0
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.compiler;>org.apache.sling.commons.compiler
+2.3.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.scripting.jsp;>org.apache.sling.scripting.jsp
+2.3.0
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.slf4j
+http://www.slf4j.org;>slf4j-api
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The following is a list of provided dependencies for this project. These 
dependencies are required to compile the application, but should be provided by 
default when using the library:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+org.apache.maven.plugin-tools
+http://maven.apache.org/plugin-tools/maven-plugin-annotations;>maven-plugin-annotations
+3.5
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>org.osgi.service.component.annotations
+1.3.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>org.osgi.service.metatype.annotations
+1.3.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>osgi.annotation
+6.0.1
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>osgi.core
+6.0.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+Project Transitive 
Dependencies
+The following is a list of transitive dependencies for this project. 
Transitive dependencies are the dependencies of the project dependencies.
+

svn commit: r1013930 [3/9] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/c

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependency-info.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependency-info.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependency-info.html
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,120 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Dependency Information
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency 
Information
+  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Dependency Information
+
+Apache Maven
+dependency
+  groupIdorg.apache.sling/groupId
+  artifactIdjspc-maven-plugin/artifactId
+  version2.1.0/version
+  typemaven-plugin/type
+/dependency
+
+Apache Buildr
+'org.apache.sling:jspc-maven-plugin:maven-plugin:2.1.0'
+
+Apache Ivy
+dependency 
org=org.apache.sling name=jspc-maven-plugin 
rev=2.1.0
+  artifact name=jspc-maven-plugin 
type=maven-plugin /
+/dependency
+
+Groovy Grape
+@Grapes(
+@Grab(group='org.apache.sling', module='jspc-maven-plugin', version='2.1.0')
+)
+
+Gradle/Grails
+compile 
'org.apache.sling:jspc-maven-plugin:2.1.0'
+
+Scala SBT
+libraryDependencies += 
org.apache.sling % jspc-maven-plugin % 
2.1.0
+
+Leiningen
+[org.apache.sling/jspc-maven-plugin 
2.1.0]
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependency-management.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependency-management.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/dependency-management.html
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,200 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Dependency Management
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency 
Management
+  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Dependency 
Management
+
+test
+The following is a list of test dependencies in the DependencyManagement of 
this project. These dependencies can be included in the submodules to compile 
and run unit tests for the submodule:
+
+
+GroupId
+ArtifactId
+Version
+Type
+License
+
+junit
+http://junit.org;>junit
+4.12
+jar
+http://www.eclipse.org/legal/epl-v10.html;>Eclipse Public License 
1.0
+
+org.jmock
+http://nexus.sonatype.org/oss-repository-hosting.html/jmock-parent/jmock-junit4;>jmock-junit4
+2.8.2
+jar
+http://jmock.org/license.html;>BSD 
style
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The following is 

svn commit: r1013930 [6/9] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/c

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/dependencies.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/dependencies.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/dependencies.html
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,2156 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Dependencies
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies
+  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+
+Project Dependencies
+
+compile
+The following is a list of compile dependencies for this project. These 
dependencies are required to compile and run the application:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+commons-io
+http://commons.apache.org/proper/commons-io/;>commons-io
+2.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+commons-logging
+http://jakarta.apache.org/commons/logging/;>commons-logging
+1.0.4
+jar
+/LICENSE.txt
+
+javax.servlet
+http://servlet-spec.java.net;>javax.servlet-api
+3.1.0
+jar
+https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html;>CDDL + GPLv2 
with classpath exception
+
+javax.servlet.jsp
+jsp-api
+2.1
+jar
+-
+
+org.apache.maven
+https://maven.apache.org/shared/maven-archiver/;>maven-archiver
+3.1.1
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.maven
+https://maven.apache.org/ref/3.5.0/maven-plugin-api/;>maven-plugin-api
+3.5.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.api;>org.apache.sling.api
+2.2.2
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.classloader;>org.apache.sling.commons.classloader
+1.4.0
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.compiler;>org.apache.sling.commons.compiler
+2.3.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.scripting.jsp;>org.apache.sling.scripting.jsp
+2.3.0
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.slf4j
+http://www.slf4j.org;>slf4j-api
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The following is a list of provided dependencies for this project. These 
dependencies are required to compile the application, but should be provided by 
default when using the library:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+org.apache.maven.plugin-tools
+http://maven.apache.org/plugin-tools/maven-plugin-annotations;>maven-plugin-annotations
+3.5
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>org.osgi.service.component.annotations
+1.3.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>org.osgi.service.metatype.annotations
+1.3.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>osgi.annotation
+6.0.1
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>osgi.core
+6.0.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+Project Transitive 
Dependencies
+The following is a list of transitive dependencies for this project. 
Transitive dependencies are the dependencies of the project dependencies.
+
+compile
+The following is a list of compile dependencies for this project. These 
dependencies are 

svn commit: r1013930 [8/9] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/c

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/license.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/license.html 
(added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/license.html 
Mon Jun 12 20:18:04 2017
@@ -0,0 +1,298 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Licenses
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses
+  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Overview
+Typically the licenses listed for the project are that of the project 
itself, and not of dependencies.
+
+Project Licenses
+
+Apache License, Version 
2.0
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  License shall mean the terms and conditions for use, 
reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  Licensor shall mean the copyright owner or entity authorized 
by
+  the copyright owner that is granting the License.
+
+  Legal Entity shall mean the union of the acting entity and 
all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  control means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  You (or Your) shall mean an individual or Legal 
Entity
+  exercising permissions granted by this License.
+
+  Source form shall mean the preferred form for making 
modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  Object form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  Work shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  Derivative Works shall mean any work, whether in Source or 
Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  Contribution shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, 
submitted
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding communication that is conspicuously marked or otherwise
+  designated in writing by the copyright 

svn commit: r1013930 [5/9] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/ components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/c

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/team-list.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/team-list.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-2.1.0/team-list.html
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,107 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Team
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team
+  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Team
+A successful project requires many people to play many roles. Some members 
write code or documentation, while others are valuable as testers, submitting 
patches and suggestions.
+The project team is comprised of Members and Contributors. Members have 
direct access to the source of a project and actively evolve the code-base. 
Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded. Get 
involved today. All contributions to the project are greatly appreciated.
+
+Members
+The following is a list of developers with commit privileges that have 
directly contributed to the project in one way or another.
+
+
+Id
+Name
+URL
+
+sling
+Apache Sling Project
+http://sling.apache.org/site/project-team.html;>http://sling.apache.org/site/project-team.html
+
+Contributors
+There are no contributors listed for this project. Please check back again 
later.
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/css/apache-maven-fluido-1.6.min.css
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/css/apache-maven-fluido-1.6.min.css
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/css/apache-maven-fluido-1.6.min.css
 Mon Jun 12 20:18:04 2017
@@ -0,0 +1,17 @@
+/*!
+ * Bootstrap v2.3.2
+ *
+ * Copyright 2013 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world by @mdo and @fat.

[... 11 lines stripped ...]
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/css/print.css
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/css/print.css 
(added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin/css/print.css 
Mon Jun 12 20:18:04 2017
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/* $Id: print.css 1798525 2017-06-12 20:16:05Z sseifert $ */
+
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, 
#leftColumn, #navColumn {display: none !important;}
+#bodyColumn, body.docs div.docs {margin: 0 !important;border: 

svn commit: r1013927 [5/5] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/ components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/ components/jspc-maven-p

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/project-summary.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/project-summary.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/project-summary.html
 Mon Jun 12 20:16:42 2017
@@ -0,0 +1,138 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Summary
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary
+  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Summary
+
+Project Information
+
+
+Field
+Value
+
+Name
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles
+
+Description
+Maven Plugin compiling JSPs
+
+Homepage
+http://sling.apache.org/jspc-maven-plugin;>http://sling.apache.org/jspc-maven-plugin
+
+Project Organization
+
+
+Field
+Value
+
+Name
+The Apache Software Foundation
+
+URL
+https://www.apache.org/;>https://www.apache.org/
+
+Build Information
+
+
+Field
+Value
+
+GroupId
+org.apache.sling
+
+ArtifactId
+jspc-maven-plugin
+
+Version
+2.1.0
+
+Type
+maven-plugin
+
+Java Version
+1.7
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/source-repository.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/source-repository.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/source-repository.html
 Mon Jun 12 20:16:42 2017
@@ -0,0 +1,118 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Source Code Management
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code 
Management
+  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Overview
+This project uses http://subversion.apache.org/;>Subversion to manage its source code. 
Instructions on Subversion use can be found at http://svnbook.red-bean.com/;>http://svnbook.red-bean.com/.
+
+Web Browser Access
+The following is a link to a browsable version of the source repository:
+http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jspc-plugin;>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jspc-plugin
+
+Anonymous Access
+The source can be checked out anonymously from Subversion with this 
command:
+$ svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jspc-plugin 
jspc-maven-plugin
+
+Developer Access
+Everyone can access the Subversion repository via HTTP, but committers must 
checkout the Subversion repository via HTTPS.
+$ svn checkout 
https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jspc-plugin 

svn commit: r1013927 [2/5] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/ components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/ components/jspc-maven-p

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependencies.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependencies.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependencies.html
 Mon Jun 12 20:16:42 2017
@@ -0,0 +1,2156 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Dependencies
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies
+  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+
+Project Dependencies
+
+compile
+The following is a list of compile dependencies for this project. These 
dependencies are required to compile and run the application:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+commons-io
+http://commons.apache.org/proper/commons-io/;>commons-io
+2.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+commons-logging
+http://jakarta.apache.org/commons/logging/;>commons-logging
+1.0.4
+jar
+/LICENSE.txt
+
+javax.servlet
+http://servlet-spec.java.net;>javax.servlet-api
+3.1.0
+jar
+https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html;>CDDL + GPLv2 
with classpath exception
+
+javax.servlet.jsp
+jsp-api
+2.1
+jar
+-
+
+org.apache.maven
+https://maven.apache.org/shared/maven-archiver/;>maven-archiver
+3.1.1
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.maven
+https://maven.apache.org/ref/3.5.0/maven-plugin-api/;>maven-plugin-api
+3.5.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.api;>org.apache.sling.api
+2.2.2
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.classloader;>org.apache.sling.commons.classloader
+1.4.0
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.compiler;>org.apache.sling.commons.compiler
+2.3.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.scripting.jsp;>org.apache.sling.scripting.jsp
+2.3.0
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.slf4j
+http://www.slf4j.org;>slf4j-api
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The following is a list of provided dependencies for this project. These 
dependencies are required to compile the application, but should be provided by 
default when using the library:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+org.apache.maven.plugin-tools
+http://maven.apache.org/plugin-tools/maven-plugin-annotations;>maven-plugin-annotations
+3.5
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>org.osgi.service.component.annotations
+1.3.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>org.osgi.service.metatype.annotations
+1.3.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>osgi.annotation
+6.0.1
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>osgi.core
+6.0.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+Project Transitive 
Dependencies
+The following is a list of transitive dependencies for this project. 
Transitive dependencies are the dependencies of the project dependencies.
+

svn commit: r1013927 [1/5] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/ components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/ components/jspc-maven-p

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 20:16:42 2017
New Revision: 1013927

Log:
Staging update by buildbot for sling

Added:
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/css/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/css/apache-maven-fluido-1.6.min.css

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/css/print.css

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/css/site.css

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependencies.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependency-info.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependency-management.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/distribution-management.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/fonts/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/fonts/glyphicons-halflings-regular.eot
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/fonts/glyphicons-halflings-regular.svg
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/fonts/glyphicons-halflings-regular.ttf
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/fonts/glyphicons-halflings-regular.woff
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/help-mojo.html

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/accessories-text-editor.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/add.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/apache-maven-project-2.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/application-certificate.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/close.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/contact-new.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/document-properties.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/drive-harddisk.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/fix.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/icon_error_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/icon_help_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/icon_info_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/icon_success_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/icon_warning_sml.gif
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/image-x-generic.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/internet-web-browser.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/logos/

websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/images/logos/build-by-maven-black.png
   (with props)

websites/staging/sling/trunk/content/components/jspc-maven

svn commit: r1013927 [3/5] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/ components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/ components/jspc-maven-p

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependency-info.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependency-info.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependency-info.html
 Mon Jun 12 20:16:42 2017
@@ -0,0 +1,120 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Dependency Information
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency 
Information
+  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Dependency Information
+
+Apache Maven
+dependency
+  groupIdorg.apache.sling/groupId
+  artifactIdjspc-maven-plugin/artifactId
+  version2.1.0/version
+  typemaven-plugin/type
+/dependency
+
+Apache Buildr
+'org.apache.sling:jspc-maven-plugin:maven-plugin:2.1.0'
+
+Apache Ivy
+dependency 
org=org.apache.sling name=jspc-maven-plugin 
rev=2.1.0
+  artifact name=jspc-maven-plugin 
type=maven-plugin /
+/dependency
+
+Groovy Grape
+@Grapes(
+@Grab(group='org.apache.sling', module='jspc-maven-plugin', version='2.1.0')
+)
+
+Gradle/Grails
+compile 
'org.apache.sling:jspc-maven-plugin:2.1.0'
+
+Scala SBT
+libraryDependencies += 
org.apache.sling % jspc-maven-plugin % 
2.1.0
+
+Leiningen
+[org.apache.sling/jspc-maven-plugin 
2.1.0]
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependency-management.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependency-management.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/dependency-management.html
 Mon Jun 12 20:16:42 2017
@@ -0,0 +1,200 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 Project Dependency Management
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency 
Management
+  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Dependency 
Management
+
+test
+The following is a list of test dependencies in the DependencyManagement of 
this project. These dependencies can be included in the submodules to compile 
and run unit tests for the submodule:
+
+
+GroupId
+ArtifactId
+Version
+Type
+License
+
+junit
+http://junit.org;>junit
+4.12
+jar
+http://www.eclipse.org/legal/epl-v10.html;>Eclipse Public License 
1.0
+
+org.jmock
+http://nexus.sonatype.org/oss-repository-hosting.html/jmock-parent/jmock-junit4;>jmock-junit4
+2.8.2
+jar
+http://jmock.org/license.html;>BSD 
style
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The 

svn commit: r1013927 [4/5] - in /websites/staging/sling/trunk/content: ./ components/jspc-maven-plugin-archives/ components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/ components/jspc-maven-p

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/jspc-mojo.html
==
--- 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/jspc-mojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/jspc-maven-plugin-archives/jspc-maven-plugin-LATEST/jspc-mojo.html
 Mon Jun 12 20:16:42 2017
@@ -0,0 +1,574 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Plugin for Compiling JSP Sources into Bundles 
 jspc:jspc
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Plugin for Compiling JSP Sources into Bundles
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-12|
+
+  Version: 2.1.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+  
+
+jspc:jspc
+  
+Full name:
+  
+org.apache.sling:jspc-maven-plugin:2.1.0:jspc
+  
+Description:
+  
+The JspcMojo is implements the Sling Maven JspC goal
+jspc compiling JSP into the target and creating a
+component descriptor for Declarative Services to use the JSP with
+the help of the appropriate adapter as component.
+  
+Attributes:
+  
+
+
+Requires a Maven project to be executed.
+
+Requires dependency resolution of artifacts in scope: 
compile.
+
+Binds by default to the http://maven.apache.org/ref/current/maven-core/lifecycles.html;>lifecycle 
phase: compile.
+  
+  
+
+Optional Parameters
+
+
+  
+
+
+Name
+
+Type
+
+Since
+
+Description
+  
+  
+
+
+compilerSourceVM
+
+String
+
+-
+
+The Compiler Source Version of the Java source generated from the
+JSP files before compiling into classes.Default value is: 
1.5.User property is: jspc.compilerSourceVM.
+  
+  
+
+
+compilerTargetVM
+
+String
+
+-
+
+The Target Virtual Machine Version to generate class files for.Default value is: 1.5.User property is: 
jspc.compilerTargetVM.
+  
+  
+
+
+excludes
+
+String[]
+
+-
+
+Excluded JSPs, empty by default
+  
+  
+
+
+failOnError
+
+boolean
+
+-
+
+(no description)Default value is: true.User 
property is: jspc.failOnError.
+  
+  
+
+
+includes
+
+String[]
+
+-
+
+Included JSPs, defaults to **/*.jsp
+  
+  
+
+
+jasperClassDebugInfo
+
+boolean
+
+-
+
+(no description)Default value is: true.User 
property is: jspc.jasper.classdebuginfo.
+  
+  
+
+
+jasperEnablePooling
+
+boolean
+
+-
+
+(no description)Default value is: true.User 
property is: jspc.jasper.enablePooling.
+  
+  
+
+
+jasperGenStringAsCharArray
+
+boolean
+
+-
+
+(no description)Default value is: false.User property is: jspc.jasper.genStringAsCharArray.
+  
+  
+
+
+jasperIeClassId
+
+String
+
+-
+
+(no description)Default value is: 
clsid:8AD9C840-044E-11D1-B3E9-00805F499D93.User property 
is: jspc.jasper.ieClassId.
+  
+  
+
+
+jasperKeepGenerated
+
+boolean
+
+-
+
+(no description)Default value is: true.User 
property is: jspc.jasper.keepgenerated.
+  
+  
+
+
+jasperMappedFile
+
+boolean
+
+-
+
+(no description)Default value is: true.User 
property is: jspc.jasper.mappedfile.
+  
+  
+
+
+jasperTrimSpaces
+
+boolean
+
+-
+
+(no description)Default value is: false.User property is: jspc.jasper.trimSpaces.
+  
+  
+
+
+jspFileExtensions
+
+String
+
+-
+
+Deprecated. Use the includes filter instead.Default value is: jsp,jspx.User property is: 
jspc.jspFileExtensions.
+  
+  
+
+
+outputDirectory
+
+String
+
+-
+
+Target directory for the compiled JSP classes.Default value 
is: ${project.build.outputDirectory}.User property 
is: 

svn commit: r1013926 - /websites/staging/sling/trunk/content/

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 20:15:33 2017
New Revision: 1013926

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 12 20:15:33 2017
@@ -1 +1 @@
-1798523
+1798524




svn commit: r1013925 - /websites/staging/sling/trunk/content/

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 20:14:46 2017
New Revision: 1013925

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 12 20:14:46 2017
@@ -1 +1 @@
-1798522
+1798523




svn commit: r1013924 - in /websites/staging/sling/trunk/content: ./ documentation/development/release-management.html

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 20:12:45 2017
New Revision: 1013924

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)

websites/staging/sling/trunk/content/documentation/development/release-management.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 12 20:12:45 2017
@@ -1 +1 @@
-1798520
+1798522

Modified: 
websites/staging/sling/trunk/content/documentation/development/release-management.html
==
--- 
websites/staging/sling/trunk/content/documentation/development/release-management.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/development/release-management.html
 Mon Jun 12 20:12:45 2017
@@ -590,6 +590,7 @@ to be updated.
 maven-sling-plugin
 htl-maven-plugin
 slingstart-maven-plugin
+jspc-maven-plugin
 
 To publish the plugin documentation execute the following steps after the 
release:
 
@@ -605,7 +606,7 @@ to be updated.
 
 
 Checkout the 'components' subtree of the Sling website
-$ svn checkout https://svn.apache.org/repos/infra/websites/production/sling/content/components
+$ svn checkout https://svn.apache.org/repos/asf/sling/site/trunk/content/components
 
 
 
@@ -620,12 +621,15 @@ to be updated.
 Commit the changes.
 
 
+Publish the Sling site to production
+
+
 Check the results at http://sling.apache.org/components/;>http://sling.apache.org/components/
 
 
 For background information about this process see the http://maven.apache.org/developers/website/deploy-component-reference-documentation.html;>Maven
 components reference documentation.
   
-Rev. 1790270 by kwin on Wed, 5 Apr 2017 14:07:24 +
+Rev. 1798522 by sseifert on Mon, 12 Jun 2017 20:12:34 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1013921 - in /websites/staging/sling/trunk/content: ./ documentation/development.html documentation/development/jspc.html

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 20:10:09 2017
New Revision: 1013921

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/documentation/development.html
websites/staging/sling/trunk/content/documentation/development/jspc.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 12 20:10:09 2017
@@ -1 +1 @@
-1798517
+1798520

Modified: websites/staging/sling/trunk/content/documentation/development.html
==
--- websites/staging/sling/trunk/content/documentation/development.html 
(original)
+++ websites/staging/sling/trunk/content/documentation/development.html Mon Jun 
12 20:10:09 2017
@@ -146,7 +146,7 @@ h2:hover > .headerlink, h3:hover > .head
 http://sling.apache.org/components/htl-maven-plugin/;>HTL Maven 
Plugin
 http://sling.apache.org/components/slingstart-maven-plugin/;>SlingStart 
Maven Plugin
 Maven 
Launchpad Plugin
-Maven JspC Plugin
+http://sling.apache.org/components/jspc-maven-plugin/;>JspC Maven 
Plugin
 Maven 
Archetypes
 Maven Tips 
 Tricks
 
@@ -162,7 +162,7 @@ h2:hover > .headerlink, h3:hover > .head
 A Sonar analysis is available on the https://analysis.apache.org/dashboard/index/org.apache.sling:sling-builder;>analysis.apache.org
 server.
 
   
-Rev. 1786260 by sseifert on Fri, 10 Mar 2017 00:03:22 +
+Rev. 1798520 by sseifert on Mon, 12 Jun 2017 20:09:58 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project

Modified: 
websites/staging/sling/trunk/content/documentation/development/jspc.html
==
--- websites/staging/sling/trunk/content/documentation/development/jspc.html 
(original)
+++ websites/staging/sling/trunk/content/documentation/development/jspc.html 
Mon Jun 12 20:10:09 2017
@@ -19,7 +19,7 @@
 -->
   
 
-Apache Sling - Maven JspC Plugin
+Apache Sling - HTL Maven Plugin
 
 
 
@@ -102,13 +102,8 @@ h2:hover > .headerlink, h3:hover > .head
   
 
   
-  
-   This page is a translated version of /site/jspc.html. In case of
-   doubt you might want to refer to the old page.
-  
-  
   
-  Maven JspC Plugin
+  HTL Maven Plugin
   
 /* The following code is added by mdx_elementid.py
It was originally lifted from <a  rel="nofollow" href="http://subversion.apache.org/style/site.css">http://subversion.apache.org/style/site.css</a> */
@@ -120,79 +115,9 @@ h2:hover > .headerlink, h3:hover > .head
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }
-The Maven JspC Plugin provides a single goal jspc which is by 
default executed in the compile phase of the Maven build process. 
This goal takes all JSP source files from a configured location 
(src/main/scripts by default) and compiles them into classes in a 
configurable location (target/jspc-plugin-generated by default). 
In addition, for each compiled JSP a Declarative Services descriptor is 
generated and written to a descriptor file 
(OSGI-INF/jspServiceComponents.xml in the output location). This 
descriptor will then be read by the Service Component Runtime of the deployment 
OSGi framework to register all contained JSP as 
javax.servlet.Servlet services.
-Use
-To use the Maven JspC Plugin define the following elements in the 
plugins section of the POM:
-?xml version=1.0 
encoding=ISO-8859-1?
-project
-
-build
-
-plugins
-
-plugin
-groupIdorg.apache.sling/groupId
-artifactIdmaven-jspc-plugin/artifactId
-executions
-execution
-idcompile-jsp/id
-goals
-goaljspc/goal
-/goals
-/execution
-/executions
-/plugin
-
-plugins
-
-build
-
-project
-
-
-
-Configuration
-The Maven JspC Plugin may be configured in the 
configuration element using the following properties:
-
-
-
-Parameter
-Default Value
-Description
-
-
-
-
-sourceDirectory
-$\{project.build.scriptSourceDirectory}
-Location of the JSP source file; may be overwritten using the 
jspc.sourceDirectory system property.
-
-
-outputDirectory
-$\{project.build.directory}/jspc-plugin-generated
-Target directory for the compiled JSP classes; may be overwrit

svn commit: r1013919 [4/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-mav

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/htl-maven-plugin/dependency-info.html
==
--- 
websites/staging/sling/trunk/content/components/htl-maven-plugin/dependency-info.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/htl-maven-plugin/dependency-info.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,120 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling HTL Maven Plugin  Dependency 
Information
+
+
+
+  
+  
+
+  
+  
+Apache Sling HTL Maven 
Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-03-10|
+
+  Version: 1.0.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency 
Information
+  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Dependency Information
+
+Apache Maven
+dependency
+  groupIdorg.apache.sling/groupId
+  artifactIdhtl-maven-plugin/artifactId
+  version1.0.6/version
+  typemaven-plugin/type
+/dependency
+
+Apache Buildr
+'org.apache.sling:htl-maven-plugin:maven-plugin:1.0.6'
+
+Apache Ivy
+dependency 
org=org.apache.sling name=htl-maven-plugin 
rev=1.0.6
+  artifact name=htl-maven-plugin type=maven-plugin 
/
+/dependency
+
+Groovy Grape
+@Grapes(
+@Grab(group='org.apache.sling', module='htl-maven-plugin', version='1.0.6')
+)
+
+Gradle/Grails
+compile 
'org.apache.sling:htl-maven-plugin:1.0.6'
+
+Scala SBT
+libraryDependencies += 
org.apache.sling % htl-maven-plugin % 
1.0.6
+
+Leiningen
+[org.apache.sling/htl-maven-plugin 
1.0.6]
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/htl-maven-plugin/dependency-management.html
==
--- 
websites/staging/sling/trunk/content/components/htl-maven-plugin/dependency-management.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/htl-maven-plugin/dependency-management.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,200 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling HTL Maven Plugin  Project Dependency 
Management
+
+
+
+  
+  
+
+  
+  
+Apache Sling HTL Maven 
Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-03-10|
+
+  Version: 1.0.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency 
Management
+  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Dependency 
Management
+
+test
+The following is a list of test dependencies in the DependencyManagement of 
this project. These dependencies can be included in the submodules to compile 
and run unit tests for the submodule:
+
+
+GroupId
+ArtifactId
+Version
+Type
+License
+
+junit
+http://junit.org;>junit
+4.12
+jar
+http://www.eclipse.org/legal/epl-v10.html;>Eclipse Public License 
1.0
+
+org.jmock
+http://nexus.sonatype.org/oss-repository-hosting.html/jmock-parent/jmock-junit4;>jmock-junit4
+2.8.2
+jar
+http://jmock.org/license.html;>BSD 
style
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The following is a list of provided dependencies in the 
DependencyManagement of this project. These dependencies can be included in the 
submodules to compile the submodule, but should be provided by default when 
using the library:
+
+
+GroupId
+ArtifactId
+Version
+Type
+License
+
+biz.aQute.bnd
+http://bnd.bndtools.org/;>biz.aQute.bndlib
+3.2.0
+jar

svn commit: r1013919 [13/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/index.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/index.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/index.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,76 @@
+http://www.w3.org/TR/html4/frameset.dtd;>
+
+
+
+
+
+Apache Sling SlingStart Maven Plugin 1.7.6 API
+
+tmpTargetPage = "" + window.location.search;
+if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+tmpTargetPage = tmpTargetPage.substring(1);
+if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && 
!validURL(tmpTargetPage)))
+tmpTargetPage = "undefined";
+targetPage = tmpTargetPage;
+function validURL(url) {
+try {
+url = decodeURIComponent(url);
+}
+catch (error) {
+return false;
+}
+var pos = url.indexOf(".html");
+if (pos == -1 || pos != url.length - 5)
+return false;
+var allowNumber = false;
+var allowSep = false;
+var seenDot = false;
+for (var i = 0; i < url.length - 5; i++) {
+var ch = url.charAt(i);
+if ('a' <= ch && ch <= 'z' ||
+'A' <= ch && ch <= 'Z' ||
+ch == '$' ||
+ch == '_' ||
+ch.charCodeAt(0) > 127) {
+allowNumber = true;
+allowSep = true;
+} else if ('0' <= ch && ch <= '9'
+|| ch == '-') {
+if (!allowNumber)
+ return false;
+} else if (ch == '/' || ch == '.') {
+if (!allowSep)
+return false;
+allowNumber = false;
+allowSep = false;
+if (ch == '.')
+ seenDot = true;
+if (ch == '/' && seenDot)
+ return false;
+} else {
+return false;
+}
+}
+return true;
+}
+function loadFrames() {
+if (targetPage != "" && targetPage != "undefined")
+ top.classFrame.location = top.targetPage;
+}
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+Frame Alert
+This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to Non-frame version.
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/AbstractSlingStartMojo.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/AbstractSlingStartMojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/AbstractSlingStartMojo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,481 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+AbstractSlingStartMojo (Apache Sling SlingStart Maven Plugin 1.7.6 
API)
+
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.slingstart
+Class 
AbstractSlingStartMojo
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.maven.plugin.AbstractMojo
+
+
+org.apache.sling.maven.slingstart.AbstractSlingStartMojo
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+Direct Known Subclasses:
+AttachModelArchive, AttachSlingStartModel, 
PackageMojo, PreparePackageMojo, RepositoryMojo
+
+
+
+public abstract class AbstractSlingStartMojo

svn commit: r1013919 [14/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/BuildConstants.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/BuildConstants.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/BuildConstants.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,751 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+BuildConstants (Apache Sling SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.slingstart
+Class BuildConstants
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.sling.maven.slingstart.BuildConstants
+
+
+
+
+
+
+
+
+public abstract class BuildConstants
+extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_BUILT_BY
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_CREATED_BY
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_IMPLEMENTATION_BUILD
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_IMPLEMENTATION_TITLE
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_IMPLEMENTATION_VENDOR
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_IMPLEMENTATION_VENDOR_ID
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_IMPLEMENTATION_VERSION
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_MAIN_CLASS
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_SPECIFICATION_TITLE
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_SPECIFICATION_VENDOR
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_SPECIFICATION_VERSION
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTR_VALUE_MAIN_CLASS
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+ATTRS_EXCLUDES
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+CLASSIFIER_APP
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+CLASSIFIER_BASE
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+CLASSIFIER_MAR
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+CLASSIFIER_PARTIAL_SYSTEM
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 

svn commit: r1013919 [24/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/serialized-form.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/serialized-form.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/serialized-form.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,209 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Serialized Form (Apache Sling SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Serialized Form
+
+
+
+
+Packageorg.apache.sling.maven.slingstart.run
+
+
+
+
+Class org.apache.sling.maven.slingstart.run.ServerConfiguration
 extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object implements Serializable
+
+serialVersionUID:
+1922175510880318125L
+
+
+
+Serialized Fields
+
+
+id
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String id
+The unique id.
+
+
+runmode
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String runmode
+The run mode string.
+
+
+port
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String port
+The port to use.
+
+
+controlPort
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String controlPort
+The control port to use.
+
+
+contextPath
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String contextPath
+The context path.
+
+
+vmOpts
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String vmOpts
+The vm options.
+
+
+debug
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String debug
+If set to "true", the process will allow a 
debugger to connect on port 8000. 
+ If set to some other string, that string will be appended to this server's 
vmOpts, allowing you to configure arbitrary debugging options.
+ If the global configuration property StartMojo.debug
 is set on the mojo itself, it will be used instead.
+
+
+opts
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String opts
+Additional application options.
+
+
+instances
+int instances
+Number of instances.
+
+
+folder
+http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File folder
+The folder to use.
+
+
+stdOutFile
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String stdOutFile
+The relative filename of the file which receives both the 
standard output (stdout) and standard error (stderr) of the server processes. 
+ If null or empty string the server process inherits stdout from the parent 
process (i.e. the Maven process).
+ The given filename must be relative to the working directory of the according 
server.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/stylesheet.css
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/stylesheet.css
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/stylesheet.css
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,64 @@
+/*

svn commit: r1013919 [22/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/StartMojo.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/StartMojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/StartMojo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,370 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+StartMojo (Apache Sling SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.slingstart.run
+Class StartMojo
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.maven.plugin.AbstractMojo
+
+
+org.apache.sling.maven.slingstart.run.AbstractStartStopMojo
+
+
+org.apache.sling.maven.slingstart.run.StartMojo
+
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+
+@Mojo(name="start",
+  defaultPhase=PRE_INTEGRATION_TEST,
+  threadSafe=true)
+public class StartMojo
+extends AbstractStartStopMojo
+Start one or multiple launchpad instance(s).
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+protected http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+debug
+Overwrites debug parameter of all server configurations (if 
set).
+
+
+
+
+
+
+
+Fields inherited from classorg.apache.sling.maven.slingstart.run.AbstractStartStopMojo
+servers,
 shouldBlockUntilKeyIsPressed,
 skipLaunchpad,
 systemPropertiesFile
+
+
+
+
+
+Fields inherited from interfaceorg.apache.maven.plugin.Mojo
+ROLE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+StartMojo()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+protected void
+doExecute()
+
+
+
+
+
+
+Methods inherited from classorg.apache.sling.maven.slingstart.run.AbstractStartStopMojo
+blockIfNecessary,
 execute
+
+
+
+
+
+Methods inherited from classorg.apache.maven.plugin.AbstractMojo
+getLog, getPluginContext, setLog, setPluginContext
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or interface in java.lang">toString, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, 

svn commit: r1013919 [18/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/class-use/ModelPreprocessor.ProjectInfo.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/class-use/ModelPreprocessor.ProjectInfo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/class-use/ModelPreprocessor.ProjectInfo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,182 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.maven.slingstart.ModelPreprocessor.ProjectInfo (Apache Sling 
SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.maven.slingstart.ModelPreprocessor.ProjectInfo
+
+
+
+
+
+Packages that use ModelPreprocessor.ProjectInfo
+
+Package
+Description
+
+
+
+org.apache.sling.maven.slingstart
+
+
+
+
+
+
+
+
+
+
+Uses of ModelPreprocessor.ProjectInfo in org.apache.sling.maven.slingstart
+
+Fields in org.apache.sling.maven.slingstart
 with type parameters of type ModelPreprocessor.ProjectInfo
+
+Modifier and Type
+Field and Description
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,ModelPreprocessor.ProjectInfo
+ModelPreprocessor.Environment.modelProjects
+
+
+
+
+Methods in org.apache.sling.maven.slingstart
 with parameters of type ModelPreprocessor.ProjectInfo
+
+Modifier and Type
+Method and Description
+
+
+
+static void
+ProjectHelper.storeProjectInfo(ModelPreprocessor.ProjectInfoinfo)
+Store all relevant information about the project for 
plugins to be
+ retrieved
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/class-use/ModelPreprocessor.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/class-use/ModelPreprocessor.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/class-use/ModelPreprocessor.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,126 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class org.apache.sling.maven.slingstart.ModelPreprocessor 
(Apache Sling SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.maven.slingstart.ModelPreprocessor
+
+No usage of 
org.apache.sling.maven.slingstart.ModelPreprocessor
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+var methods = {"i0":9,"i1":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.slingstart.launcher
+Class Main
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.sling.maven.slingstart.launcher.Main
+
+
+
+
+
+
+
+
+public class Main
+extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+Main class for launching Apache Sling.
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Main(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
+Create a new launcher
+ First argument is the launchpad jar
+ Second argument is the listener port
+ Third argument is verbose
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static void
+main(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">String[]args)
+
+
+void
+run()
+Startup
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or interface in java.lang">toString, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-;
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Main
+publicMain(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
+Create a new launcher
+ First argument is the launchpad jar
+ Second argument is the listener port
+ Third argument is verbose
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+

svn commit: r1013919 [15/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/JarArchiverHelper.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/JarArchiverHelper.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/JarArchiverHelper.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,456 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+JarArchiverHelper (Apache Sling SlingStart Maven Plugin 1.7.6 
API)
+
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.slingstart
+Class JarArchiverHelper
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.sling.maven.slingstart.JarArchiverHelper
+
+
+
+
+
+
+
+
+public class JarArchiverHelper
+extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+JarArchiverHelper(org.codehaus.plexus.archiver.jar.JarArchiverarchiver,
+ org.apache.maven.project.MavenProjectproject,
+ http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">FiledestFile)
+
+
+JarArchiverHelper(org.codehaus.plexus.archiver.jar.JarArchiverarchiver,
+ org.apache.maven.project.MavenProjectproject,
+ http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">FiledestFile,
+ http://docs.oracle.com/javase/7/docs/api/java/util/jar/Manifest.html?is-external=true;
 title="class or interface in 
java.util.jar">Manifestmanifest)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+addArtifacts(http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">FileglobalContentsMap,
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringprefix)
+
+
+void
+addDirectory(http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in 
java.io">Filedirectory)
+
+
+void
+addDirectory(http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">Filedirectory,
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringprefix)
+
+
+void
+addDirectory(http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">Filedirectory,
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]includes,
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">String[]excludes)
+
+
+void
+addDirectory(http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">Filedirectory,
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringprefix,
+

svn commit: r1013919 [21/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/ProcessDescription.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/ProcessDescription.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/ProcessDescription.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,366 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+ProcessDescription (Apache Sling SlingStart Maven Plugin 1.7.6 
API)
+
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.slingstart.run
+Class 
ProcessDescription
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.sling.maven.slingstart.run.ProcessDescription
+
+
+
+
+
+
+
+
+public class ProcessDescription
+extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+A running launchpad process.
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ProcessDescription(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringid,
+  http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in 
java.io">Filedirectory)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+ControlListener
+getControlListener()
+
+
+http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
+getDirectory()
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getId()
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Process.html?is-external=true;
 title="class or interface in java.lang">Process
+getProcess()
+
+
+void
+installShutdownHook()
+Install a shutdown hook
+
+
+
+void
+setProcess(http://docs.oracle.com/javase/7/docs/api/java/lang/Process.html?is-external=true;
 title="class or interface in 
java.lang">Processprocess)
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, 

svn commit: r1013919 [9/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-mav

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/license.html
==
--- 
websites/staging/sling/trunk/content/components/maven-sling-plugin/license.html 
(added)
+++ 
websites/staging/sling/trunk/content/components/maven-sling-plugin/license.html 
Mon Jun 12 19:48:38 2017
@@ -0,0 +1,298 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Sling Plugin  Project Licenses
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Sling Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 2.3.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses
+  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Overview
+Typically the licenses listed for the project are that of the project 
itself, and not of dependencies.
+
+Project Licenses
+
+Apache License, Version 
2.0
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  License shall mean the terms and conditions for use, 
reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  Licensor shall mean the copyright owner or entity authorized 
by
+  the copyright owner that is granting the License.
+
+  Legal Entity shall mean the union of the acting entity and 
all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  control means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  You (or Your) shall mean an individual or Legal 
Entity
+  exercising permissions granted by this License.
+
+  Source form shall mean the preferred form for making 
modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  Object form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  Work shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  Derivative Works shall mean any work, whether in Source or 
Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the Work and Derivative Works thereof.
+
+  Contribution shall mean any work of authorship, including
+  the original version of the Work and any modifications or additions
+  to that Work or Derivative Works thereof, that is intentionally
+  submitted to Licensor for inclusion in the Work by the copyright owner
+  or by an individual or Legal Entity authorized to submit on behalf of
+  the copyright owner. For the purposes of this definition, 
submitted
+  means any form of electronic, verbal, or written communication sent
+  to the Licensor or its representatives, including but not limited to
+  communication on electronic mailing lists, source code control systems,
+  and issue tracking systems that are managed by, or on behalf of, the
+  Licensor for the purpose of discussing and improving the Work, but
+  excluding communication that is conspicuously marked or otherwise
+  designated in writing by the copyright owner as Not a 
Contribution.
+
+  Contributor shall mean 

svn commit: r1013919 [8/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-mav

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/help-mojo.html
==
--- 
websites/staging/sling/trunk/content/components/maven-sling-plugin/help-mojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/maven-sling-plugin/help-mojo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,220 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Sling Plugin  sling:help
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Sling Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 2.3.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+  
+
+sling:help
+  
+Full name:
+  
+org.apache.sling:maven-sling-plugin:2.3.0:help
+  
+Description:
+  
+Display help information on maven-sling-plugin.
+Call mvn sling:help -Ddetail=true
+-Dgoal=goal-name to display parameter details.
+  
+Attributes:
+  
+
+
+The goal is thread-safe and supports parallel builds.
+  
+  
+
+Optional Parameters
+
+
+  
+
+
+Name
+
+Type
+
+Since
+
+Description
+  
+  
+
+
+detail
+
+boolean
+
+-
+
+If true, display all settable properties for each
+goal.Default value is: false.User property 
is: detail.
+  
+  
+
+
+goal
+
+String
+
+-
+
+The name of the goal for which to show help. If unspecified, all
+goals will be displayed.User property is: goal.
+  
+  
+
+
+indentSize
+
+int
+
+-
+
+The number of spaces per indentation level, should be positive.Default value is: 2.User property is: 
indentSize.
+  
+  
+
+
+lineLength
+
+int
+
+-
+
+The maximum length of a display line, should be positive.Default 
value is: 80.User property is: 
lineLength.
+  
+
+  
+  
+
+Parameter Details
+
+detail:
+
+If true, display all settable properties for each
+goal.
+
+
+  
+Type: boolean
+  
+Required: No
+  
+User Property: detail
+  
+Default: false
+
+goal:
+
+The name of the goal for which to show help. If unspecified, all
+goals will be displayed.
+
+
+  
+Type: java.lang.String
+  
+Required: No
+  
+User Property: goal
+
+indentSize:
+
+The number of spaces per indentation level, should be positive.
+
+
+  
+Type: int
+  
+Required: No
+  
+User Property: indentSize
+  
+Default: 2
+
+lineLength:
+
+The maximum length of a display line, should be positive.
+
+
+  
+Type: int
+  
+Required: No
+  
+User Property: lineLength
+  
+Default: 80
+
+  
+
+  
+
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/images/accessories-text-editor.png
==
Binary file - no diff available.

Propchange: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/images/accessories-text-editor.png
--
svn:mime-type = image/png

Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/images/add.gif
==
Binary file - no diff available.

Propchange: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/images/add.gif
--
svn:mime-type = image/gif

Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/images/apache-maven-project-2.png
==
Binary file - no diff available.

Propchange: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/images/apache-maven-project-2.png
--
svn:mime-type 

svn commit: r1013919 [26/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/dependency-info.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/dependency-info.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/dependency-info.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,120 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling SlingStart Maven Plugin  Dependency 
Information
+
+
+
+  
+  
+
+  
+  
+Apache Sling 
SlingStart Maven Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 1.7.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency 
Information
+  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Dependency Information
+
+Apache Maven
+dependency
+  groupIdorg.apache.sling/groupId
+  artifactIdslingstart-maven-plugin/artifactId
+  version1.7.6/version
+  typemaven-plugin/type
+/dependency
+
+Apache Buildr
+'org.apache.sling:slingstart-maven-plugin:maven-plugin:1.7.6'
+
+Apache Ivy
+dependency 
org=org.apache.sling name=slingstart-maven-plugin 
rev=1.7.6
+  artifact name=slingstart-maven-plugin 
type=maven-plugin /
+/dependency
+
+Groovy Grape
+@Grapes(
+@Grab(group='org.apache.sling', module='slingstart-maven-plugin', 
version='1.7.6')
+)
+
+Gradle/Grails
+compile 
'org.apache.sling:slingstart-maven-plugin:1.7.6'
+
+Scala SBT
+libraryDependencies += 
org.apache.sling % slingstart-maven-plugin % 
1.7.6
+
+Leiningen
+[org.apache.sling/slingstart-maven-plugin 
1.7.6]
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/dependency-management.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/dependency-management.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/dependency-management.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,200 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling SlingStart Maven Plugin  Project Dependency 
Management
+
+
+
+  
+  
+
+  
+  
+Apache Sling 
SlingStart Maven Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 1.7.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency 
Management
+  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Dependency 
Management
+
+test
+The following is a list of test dependencies in the DependencyManagement of 
this project. These dependencies can be included in the submodules to compile 
and run unit tests for the submodule:
+
+
+GroupId
+ArtifactId
+Version
+Type
+License
+
+junit
+http://junit.org;>junit
+4.12
+jar
+http://www.eclipse.org/legal/epl-v10.html;>Eclipse Public License 
1.0
+
+org.jmock
+http://nexus.sonatype.org/oss-repository-hosting.html/jmock-parent/jmock-junit4;>jmock-junit4
+2.8.2
+jar
+http://jmock.org/license.html;>BSD 
style
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The following is a list of provided dependencies in the 
DependencyManagement of this project. These dependencies can be included in the 
submodules to compile the submodule, but should be provided by default when 
using the library:
+
+

svn commit: r1013919 [23/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/class-use/ProcessDescriptionProvider.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/class-use/ProcessDescriptionProvider.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/class-use/ProcessDescriptionProvider.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,166 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.maven.slingstart.run.ProcessDescriptionProvider (Apache Sling 
SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.maven.slingstart.run.ProcessDescriptionProvider
+
+
+
+
+
+Packages that use ProcessDescriptionProvider
+
+Package
+Description
+
+
+
+org.apache.sling.maven.slingstart.run
+
+
+
+
+
+
+
+
+
+
+Uses of ProcessDescriptionProvider in org.apache.sling.maven.slingstart.run
+
+Methods in org.apache.sling.maven.slingstart.run
 that return ProcessDescriptionProvider
+
+Modifier and Type
+Method and Description
+
+
+
+static ProcessDescriptionProvider
+ProcessDescriptionProvider.getInstance()
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20072017 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/class-use/ServerConfiguration.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/class-use/ServerConfiguration.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/class-use/ServerConfiguration.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,194 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class org.apache.sling.maven.slingstart.run.ServerConfiguration 
(Apache Sling SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses 
of Classorg.apache.sling.maven.slingstart.run.ServerConfiguration
+
+
+
+
+
+Packages that use ServerConfiguration
+
+Package
+Description
+
+
+
+org.apache.sling.maven.slingstart.run
+
+
+
+
+
+
+
+
+
+
+Uses of ServerConfiguration 
in org.apache.sling.maven.slingstart.run
+
+Fields in org.apache.sling.maven.slingstart.run
 with type parameters of type ServerConfiguration
+
+Modifier and Type
+Field and Description
+
+
+
+protected http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerConfiguration
+AbstractStartStopMojo.servers
+Parameter containing the list of server configurations
+
+
+
+
+
+Methods in org.apache.sling.maven.slingstart.run
 that return ServerConfiguration
+
+Modifier and Type
+Method and Description
+
+
+
+ServerConfiguration

svn commit: r1013919 [20/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/AbstractStartStopMojo.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/AbstractStartStopMojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/run/AbstractStartStopMojo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,437 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+AbstractStartStopMojo (Apache Sling SlingStart Maven Plugin 1.7.6 
API)
+
+
+
+
+
+
+var methods = {"i0":10,"i1":6,"i2":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.slingstart.run
+Class 
AbstractStartStopMojo
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.maven.plugin.AbstractMojo
+
+
+org.apache.sling.maven.slingstart.run.AbstractStartStopMojo
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+Direct Known Subclasses:
+StartMojo, StopMojo
+
+
+
+public abstract class AbstractStartStopMojo
+extends org.apache.maven.plugin.AbstractMojo
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+protected http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerConfiguration
+servers
+Parameter containing the list of server configurations
+
+
+
+protected boolean
+shouldBlockUntilKeyIsPressed
+If true this mojo blocks until you press the 
Enter key.
+
+
+
+protected boolean
+skipLaunchpad
+Set this to "true" to skip starting the launchpad
+
+
+
+protected http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
+systemPropertiesFile
+The system properties file will contain all started 
instances with their ports etc.
+
+
+
+
+
+
+
+Fields inherited from interfaceorg.apache.maven.plugin.Mojo
+ROLE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+AbstractStartStopMojo()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+protected void
+blockIfNecessary()
+
+
+protected abstract void
+doExecute()
+
+
+void
+execute()
+
+
+
+
+
+
+Methods inherited from classorg.apache.maven.plugin.AbstractMojo
+getLog, getPluginContext, setLog, setPluginContext
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--;
 

svn commit: r1013919 [12/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/index-all.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/index-all.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/index-all.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,774 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Index (Apache Sling SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+ABCDEFGHIJLMOPRSTUW
+
+
+A
+
+AbstractSlingStartMojo - Class in org.apache.sling.maven.slingstart
+
+Base class for all slingstart mojos.
+
+AbstractSlingStartMojo()
 - Constructor for class org.apache.sling.maven.slingstart.AbstractSlingStartMojo
+
+AbstractStartStopMojo - Class in org.apache.sling.maven.slingstart.run
+
+AbstractStartStopMojo()
 - Constructor for class org.apache.sling.maven.slingstart.run.AbstractStartStopMojo
+
+addArtifacts(MapString,
 File, String) - Method in class 
org.apache.sling.maven.slingstart.JarArchiverHelper
+
+addDependencies(ModelPreprocessor.Environment)
 - Method in class org.apache.sling.maven.slingstart.ModelPreprocessor
+
+Add dependencies for all projects.
+
+addDirectory(File,
 String, String[], String[]) - Method in class 
org.apache.sling.maven.slingstart.JarArchiverHelper
+
+addDirectory(File,
 String) - Method in class org.apache.sling.maven.slingstart.JarArchiverHelper
+
+addDirectory(File,
 String[], String[]) - Method in class 
org.apache.sling.maven.slingstart.JarArchiverHelper
+
+addDirectory(File)
 - Method in class org.apache.sling.maven.slingstart.JarArchiverHelper
+
+addFile(File,
 String, int) - Method in class org.apache.sling.maven.slingstart.JarArchiverHelper
+
+addFile(File,
 String) - Method in class org.apache.sling.maven.slingstart.JarArchiverHelper
+
+addRunConfiguration(ProcessDescription,
 String) - Method in class org.apache.sling.maven.slingstart.run.ProcessDescriptionProvider
+
+afterProjectsRead(MavenSession)
 - Method in class org.apache.sling.maven.slingstart.DependencyLifecycleParticipant
+
+allowUnresolvedPomDependencies
 - Variable in class org.apache.sling.maven.slingstart.AbstractSlingStartMojo
+
+If set to true, an exception is throws when 
"usePomDependencies" is set to true and some
+ dependency version could not be resolved in the Maven POM.
+
+artifactHandlerManager
 - Variable in class org.apache.sling.maven.slingstart.ModelPreprocessor.Environment
+
+AttachModelArchive - Class in org.apache.sling.maven.slingstart
+
+Attach the model archive as a project artifact.
+
+AttachModelArchive()
 - Constructor for class org.apache.sling.maven.slingstart.AttachModelArchive
+
+AttachSlingStartModel - Class in org.apache.sling.maven.slingstart
+
+Attach the model as a project artifact.
+
+AttachSlingStartModel()
 - Constructor for class org.apache.sling.maven.slingstart.AttachSlingStartModel
+
+ATTR_BUILT_BY
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_CREATED_BY
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_IMPLEMENTATION_BUILD
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_IMPLEMENTATION_TITLE
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_IMPLEMENTATION_VENDOR
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_IMPLEMENTATION_VENDOR_ID
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_IMPLEMENTATION_VERSION
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_MAIN_CLASS
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_SPECIFICATION_TITLE
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_SPECIFICATION_VENDOR
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_SPECIFICATION_VERSION
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTR_VALUE_MAIN_CLASS
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+ATTRS_EXCLUDES
 - Static variable in class org.apache.sling.maven.slingstart.BuildConstants
+
+
+
+
+
+B
+
+blockIfNecessary()
 - 

svn commit: r1013919 [16/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/ModelUtils.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/ModelUtils.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/ModelUtils.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,330 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+ModelUtils (Apache Sling SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+var methods = {"i0":9,"i1":9,"i2":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.slingstart
+Class ModelUtils
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.sling.maven.slingstart.ModelUtils
+
+
+
+
+
+
+
+
+public abstract class ModelUtils
+extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ModelUtils()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static 
org.apache.sling.provisioning.model.Artifact
+findBaseArtifact(org.apache.sling.provisioning.model.Modelmodel)
+
+
+static 
org.apache.maven.artifact.Artifact
+getArtifact(org.apache.maven.project.MavenProjectproject,
+   org.apache.maven.execution.MavenSessionsession,
+   
org.apache.maven.artifact.handler.manager.ArtifactHandlerManagerartifactHandlerManager,
+   org.apache.maven.artifact.resolver.ArtifactResolverresolver,
+   http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgroupId,
+   http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringartifactId,
+   http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringversion,
+   http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtype,
+   http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringclassifier)
+Get a resolved Artifact from the coordinates provided
+
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+toString(org.apache.maven.model.Dependencyd)
+
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 

svn commit: r1013919 [5/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-mav

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/htl-maven-plugin/plugin-info.html
==
--- 
websites/staging/sling/trunk/content/components/htl-maven-plugin/plugin-info.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/htl-maven-plugin/plugin-info.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,142 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling HTL Maven Plugin  Plugin Documentation
+
+
+
+  
+  
+
+  
+  
+Apache Sling HTL Maven 
Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-03-10|
+
+  Version: 1.0.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals
+  
+  Project Documentation
+Project Information  
+Project Reports
+  
+JavaDocs  
+Surefire Report  
+JIRA Report  
+Plugin 
Documentation
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Plugin Documentation
+Goals available for this plugin:
+
+
+Goal
+Description
+
+htl:help
+Display help information on htl-maven-plugin.
+Call mvn htl:help -Ddetail=true
+-Dgoal=goal-name to display parameter details.
+
+htl:validate
+This goal validates Sightly scripts syntax.
+
+System Requirements
+The following specifies the minimum requirements to run this Maven 
plugin:
+
+
+Maven
+2.0
+
+JDK
+1.7
+
+Memory
+No minimum requirement.
+
+Disk Space
+No minimum requirement.
+
+Usage
+You should specify the version in your project's plugin configuration:
+project
+  ...
+  build
+!-- To define the plugin version in your parent POM --
+pluginManagement
+  plugins
+plugin
+  groupIdorg.apache.sling/groupId
+  artifactIdhtl-maven-plugin/artifactId
+  version1.0.6/version
+/plugin
+...
+  /plugins
+/pluginManagement
+!-- To use the plugin goals in your POM or parent POM --
+plugins
+  plugin
+groupIdorg.apache.sling/groupId
+artifactIdhtl-maven-plugin/artifactId
+version1.0.6/version
+  /plugin
+  ...
+/plugins
+  /build
+  ...
+/project
+
+For more information, see http://maven.apache.org/guides/mini/guide-configuring-plugins.html;>Guide
 to Configuring Plug-ins
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/htl-maven-plugin/plugin-management.html
==
--- 
websites/staging/sling/trunk/content/components/htl-maven-plugin/plugin-management.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/htl-maven-plugin/plugin-management.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,267 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling HTL Maven Plugin  Project Plugin 
Management
+
+
+
+  
+  
+
+  
+  
+Apache Sling HTL Maven 
Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-03-10|
+
+  Version: 1.0.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin 
Management
+  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Plugin Management
+
+
+GroupId
+ArtifactId
+Version
+
+biz.aQute.bnd
+http://bnd.bndtools.org/bnd-maven-plugin/;>bnd-maven-plugin
+3.2.0
+
+org.apache.felix
+http://felix.apache.org/maven-bundle-plugin/;>maven-bundle-plugin
+3.2.0
+
+org.apache.felix
+http://felix.apache.org/maven-scr-plugin/;>maven-scr-plugin
+1.23.0
+
+org.apache.maven.plugins
+http://maven.apache.org/plugins/maven-antrun-plugin/;>maven-antrun-plugin
+1.8
+
+org.apache.maven.plugins
+http://maven.apache.org/plugins/maven-assembly-plugin/;>maven-assembly-plugin
+2.6
+
+org.apache.maven.plugins
+http://maven.apache.org/plugins/maven-clean-plugin/;>maven-clean-plugin
+3.0.0
+
+org.apache.maven.plugins

svn commit: r1013919 [1/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-mav

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 19:48:38 2017
New Revision: 1013919

Log:
Staging update by buildbot for sling

Added:
websites/staging/sling/trunk/content/components/htl-maven-plugin/
websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/allclasses-frame.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/allclasses-noframe.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/constant-values.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/deprecated-list.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/help-doc.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/index-all.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/index.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/HelpMojo.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/ValidateMojo.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/HelpMojo.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/class-use/ValidateMojo.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-frame.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-summary.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-tree.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/package-use.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/overview-tree.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/package-list

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/script.js

websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/stylesheet.css
websites/staging/sling/trunk/content/components/htl-maven-plugin/css/

websites/staging/sling/trunk/content/components/htl-maven-plugin/css/apache-maven-fluido-1.6.min.css

websites/staging/sling/trunk/content/components/htl-maven-plugin/css/print.css

websites/staging/sling/trunk/content/components/htl-maven-plugin/css/site.css

websites/staging/sling/trunk/content/components/htl-maven-plugin/dependencies.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/dependency-info.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/dependency-management.html

websites/staging/sling/trunk/content/components/htl-maven-plugin/distribution-management.html
websites/staging/sling/trunk/content/components/htl-maven-plugin/fonts/

websites/staging/sling/trunk/content/components/htl-maven-plugin/fonts/glyphicons-halflings-regular.eot
   (with props)

websites/staging/sling/trunk/content/components/htl-maven-plugin/fonts/glyphicons-halflings-regular.svg
   (with props)

websites/staging/sling/trunk/content/components/htl-maven-plugin/fonts/glyphicons-halflings-regular.ttf
   (with props)

websites/staging/sling/trunk/content/components/htl-maven-plugin/fonts/glyphicons-halflings-regular.woff
   (with props)

websites/staging/sling/trunk/content/components/htl-maven-plugin/help-mojo.html
websites/staging/sling/trunk/content/components/htl-maven-plugin/images/

websites/staging/sling/trunk/content/components/htl-maven-plugin/images/accessories-text-editor.png
   (with props)

websites/staging/sling/trunk/content/components/htl-maven-plugin/images/add.gif 
  (with props)

websites/staging/sling/trunk/content/components/htl-maven-plugin/images/apache-maven-project-2.png
   (with props)

websites/staging/sling/trunk/content/components/htl-maven-plugin/images/application-certificate.png
   (with props)

websites/staging/sling/trunk/content/components/htl-maven-plugin/images/close.gif
   (with props)

websites/staging/sling/trunk/content/components/htl-maven

svn commit: r1013919 [27/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/mail-lists.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/mail-lists.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/mail-lists.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,127 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling SlingStart Maven Plugin  Project Mailing 
Lists
+
+
+
+  
+  
+
+  
+  
+Apache Sling 
SlingStart Maven Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 1.7.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists
+  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Mailing Lists
+These are the mailing lists that have been established for this project. 
For each list, there is a subscribe, unsubscribe, and an archive link.
+
+
+Name
+Subscribe
+Unsubscribe
+Post
+Archive
+Other Archives
+
+Apache Sling Development List
+mailto:dev-subscr...@sling.apache.org;>Subscribe
+mailto:dev-unsubscr...@sling.apache.org;>Unsubscribe
+dev at sling.apache.org
+http://mail-archives.apache.org/mod_mbox/sling-dev/;>mail-archives.apache.org
+http://sling-dev.markmail.org/;>sling-dev.markmail.org
+
+-
+-
+-
+-
+-
+http://www.mail-archive.com/dev@sling.apache.org/;>www.mail-archive.com
+
+Apache Sling Source Control List
+mailto:commits-subscr...@sling.apache.org;>Subscribe
+mailto:commits-unsubscr...@sling.apache.org;>Unsubscribe
+-
+http://mail-archives.apache.org/mod_mbox/sling-commits/;>mail-archives.apache.org
+http://sling-commits.markmail.org/;>sling-commits.markmail.org
+
+-
+-
+-
+-
+-
+http://www.mail-archive.com/commits@sling.apache.org/;>www.mail-archive.com
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/package-mojo.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/package-mojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/package-mojo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,383 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling SlingStart Maven Plugin  
slingstart:package
+
+
+
+  
+  
+
+  
+  
+Apache Sling 
SlingStart Maven Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 1.7.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+  
+
+slingstart:package
+  
+Full name:
+  
+org.apache.sling:slingstart-maven-plugin:1.7.6:package
+  
+Description:
+  
+Create a Sling quickstart package (either JAR or WAR) based on the
+referenced model.
+  
+Attributes:
+  
+
+
+Requires a Maven project to be executed.
+
+Requires dependency resolution of artifacts in scope: test.
+
+The goal is thread-safe and supports parallel builds.
+
+Binds by default to the http://maven.apache.org/ref/current/maven-core/lifecycles.html;>lifecycle 
phase: pre-integration-test.
+  
+  
+
+Optional Parameters
+
+
+  
+
+
+Name
+
+Type
+
+Since
+
+Description
+  
+  
+
+
+allowUnresolvedPomDependencies
+
+boolean
+
+-
+
+If set to true, an exception is throws when usePomDependencies 
is
+set to true and some dependency version could not be resolved in
+the Maven POM.Default value is: false.
+  
+  
+
+   

svn commit: r1013919 [25/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/dependencies.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/dependencies.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/dependencies.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,1999 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling SlingStart Maven Plugin  Project 
Dependencies
+
+
+
+  
+  
+
+  
+  
+Apache Sling 
SlingStart Maven Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 1.7.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies
+  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+
+Project Dependencies
+
+compile
+The following is a list of compile dependencies for this project. These 
dependencies are required to compile and run the application:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+commons-io
+http://commons.apache.org/io/;>commons-io
+2.4
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.maven
+maven-artifact
+3.0.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.maven
+maven-compat
+3.0.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.maven
+maven-core
+3.0.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.maven
+maven-plugin-api
+3.0.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.maven.shared
+http://maven.apache.org/shared/maven-filtering/;>maven-filtering
+1.2
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.osgi;>org.apache.sling.commons.osgi
+2.4.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.provisioning.model;>org.apache.sling.provisioning.model
+1.8.2
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.codehaus.plexus
+http://plexus.codehaus.org/plexus-components/plexus-archiver;>plexus-archiver
+2.4.4
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.codehaus.plexus
+plexus-interactivity-api
+1.0-alpha-6
+jar
+-
+
+org.codehaus.plexus
+http://plexus.codehaus.org/plexus-utils;>plexus-utils
+3.0.17
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+test
+The following is a list of test dependencies for this project. These 
dependencies are only required to compile and run unit tests for the 
application:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+junit
+http://junit.org;>junit
+4.12
+jar
+http://www.eclipse.org/legal/epl-v10.html;>Eclipse Public License 
1.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.classloader;>org.apache.sling.commons.classloader
+1.3.2
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.contentdetection;>org.apache.sling.commons.contentdetection
+1.0.2
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.json;>org.apache.sling.commons.json
+2.0.12
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.mime;>org.apache.sling.commons.mime
+2.1.8
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.threads;>org.apache.sling.commons.threads
+3.2.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.mockito
+http://www.mockito.org;>mockito-all
+1.10.19
+jar

svn commit: r1013919 [10/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/surefire-report.html
==
--- 
websites/staging/sling/trunk/content/components/maven-sling-plugin/surefire-report.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/maven-sling-plugin/surefire-report.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,244 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Sling Plugin  Surefire Report
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Sling Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 2.3.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information  
+Project Reports
+  
+Surefire 
Report
+  
+JIRA Report  
+Plugin Documentation  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+//
+
+
+Surefire Report
+
+Summary
+[Summary] [Package List] 
[Test Cases]
+
+
+Tests
+Errors 
+Failures
+Skipped
+Success Rate
+Time
+
+12
+0
+0
+0
+100%
+0.044
+Note: failures are anticipated and checked for with assertions while errors 
are unanticipated.
+
+Package List
+[Summary] [Package List] 
[Test Cases]
+
+
+Package
+Tests
+Errors 
+Failures
+Skipped
+Success Rate
+Time
+
+org.apache.sling.maven.bundlesupport.deploy.method
+3
+0
+0
+0
+100%
+0.001
+
+org.apache.sling.maven.bundlesupport
+9
+0
+0
+0
+100%
+0.043
+Note: package statistics are not computed recursively, they only sum up all 
of its testsuites numbers.
+
+org.apache.sling.maven.bundlesupport.deploy.method
+
+
+
+Class
+Tests
+Errors 
+Failures
+Skipped
+Success Rate
+Time
+
+
+IntermediateUrisExtractorTest
+3
+0
+0
+0
+100%
+0.001
+
+org.apache.sling.maven.bundlesupport
+
+
+
+Class
+Tests
+Errors 
+Failures
+Skipped
+Success Rate
+Time
+
+
+JsonSupportTest
+9
+0
+0
+0
+100%
+0.043
+
+Test Cases
+[Summary] [Package List] 
[Test Cases]
+
+IntermediateUrisExtractorTest
+
+
+
+extractPaths_trailingSlash
+0.001
+
+
+extractPaths_empty
+0
+
+
+extractPaths
+0
+
+JsonSupportTest
+
+
+
+testParseArray
+0.019
+
+
+testParseObject
+0
+
+
+testValidateJsonStructure_Invalid
+0.001
+
+
+testAccumulate_NewValue
+0.003
+
+
+testValidateJsonStructure
+0.001
+
+
+testValidateJsonStructure_InvalidQuoteTick
+0
+
+
+testToJson
+0.019
+
+
+testAccumulate_ExistingArray
+0
+
+
+testAccumulate_ExistingValue
+0
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/team-list.html
==
--- 
websites/staging/sling/trunk/content/components/maven-sling-plugin/team-list.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/maven-sling-plugin/team-list.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,107 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Sling Plugin  Project Team
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Sling Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 2.3.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team
+  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+

svn commit: r1013919 [11/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/help-doc.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/help-doc.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/help-doc.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,231 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+API Help (Apache Sling SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+How This API Document Is Organized
+This API (Application Programming Interface) document 
has pages corresponding to the items in the navigation bar, described as 
follows.
+
+
+
+
+Overview
+The Overview page is the front page of 
this API document and provides a list of all packages with a summary for each.  
This page can also contain an overall description of the set of packages.
+
+
+Package
+Each package has a page that contains a list of its classes and interfaces, 
with a summary for each. This page can contain six categories:
+
+Interfaces (italic)
+Classes
+Enums
+Exceptions
+Errors
+Annotation Types
+
+
+
+Class/Interface
+Each class, interface, nested class and nested interface has its own 
separate page. Each of these pages has three sections consisting of a 
class/interface description, summary tables, and detailed member 
descriptions:
+
+Class inheritance diagram
+Direct Subclasses
+All Known Subinterfaces
+All Known Implementing Classes
+Class/interface declaration
+Class/interface description
+
+
+Nested Class Summary
+Field Summary
+Constructor Summary
+Method Summary
+
+
+Field Detail
+Constructor Detail
+Method Detail
+
+Each summary entry contains the first sentence from the detailed 
description for that item. The summary entries are alphabetical, while the 
detailed descriptions are in the order they appear in the source code. This 
preserves the logical groupings established by the programmer.
+
+
+Annotation Type
+Each annotation type has its own separate page with the following 
sections:
+
+Annotation Type declaration
+Annotation Type description
+Required Element Summary
+Optional Element Summary
+Element Detail
+
+
+
+Enum
+Each enum has its own separate page with the following sections:
+
+Enum declaration
+Enum description
+Enum Constant Summary
+Enum Constant Detail
+
+
+
+Use
+Each documented package, class and interface has its own Use page.  This 
page describes what packages, classes, methods, constructors and fields use any 
part of the given class or package. Given a class or interface A, its Use page 
includes subclasses of A, fields declared as A, methods that return A, and 
methods and constructors with parameters of type A.  You can access this page 
by first going to the package, class or interface, then clicking on the "Use" 
link in the navigation bar.
+
+
+Tree (Class Hierarchy)
+There is a Class Hierarchy page for all 
packages, plus a hierarchy for each package. Each hierarchy page contains a 
list of classes and a list of interfaces. The classes are organized by 
inheritance structure starting with java.lang.Object. The 
interfaces do not inherit from java.lang.Object.
+
+When viewing the Overview page, clicking on "Tree" displays the hierarchy 
for all packages.
+When viewing a particular package, class or interface page, clicking 
"Tree" displays the hierarchy for only that package.
+
+
+
+Deprecated API
+The Deprecated API page lists all of the 
API that have been deprecated. A deprecated API is not recommended for use, 
generally due to improvements, and a replacement API is usually given. 
Deprecated APIs may be removed in future implementations.
+
+
+Index
+The Index contains an alphabetic list of all 
classes, interfaces, constructors, methods, and fields.
+
+
+Prev/Next
+These links take you to the next or previous class, interface, package, or 
related page.
+
+
+Frames/No Frames
+These links show and hide the HTML frames.  All pages are available with or 
without frames.
+
+
+All Classes
+The All Classes link shows all 
classes and interfaces except non-static nested types.
+
+
+Serialized Form
+Each serializable or externalizable class has a description of its 
serialization fields and methods. This information is of interest to 
re-implementors, 

svn commit: r1013919 [3/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-mav

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/htl-maven-plugin/dependencies.html
==
--- 
websites/staging/sling/trunk/content/components/htl-maven-plugin/dependencies.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/htl-maven-plugin/dependencies.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,1998 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling HTL Maven Plugin  Project Dependencies
+
+
+
+  
+  
+
+  
+  
+Apache Sling HTL Maven 
Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-03-10|
+
+  Version: 1.0.6
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies
+  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+
+Project Dependencies
+
+compile
+The following is a list of compile dependencies for this project. These 
dependencies are required to compile and run the application:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+commons-io
+http://commons.apache.org/proper/commons-io/;>commons-io
+2.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+commons-lang
+http://commons.apache.org/lang/;>commons-lang
+2.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.maven
+http://maven.apache.org/ref/3.3.3/maven-artifact;>maven-artifact
+3.3.3
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.maven
+http://maven.apache.org/ref/3.3.3/maven-core;>maven-core
+3.3.3
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.maven
+http://maven.apache.org/ref/3.3.3/maven-plugin-api;>maven-plugin-api
+3.3.3
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.scripting.sightly.compiler;>org.apache.sling.scripting.sightly.compiler
+1.0.6
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.codehaus.plexus
+http://codehaus-plexus.github.io/plexus-utils/;>plexus-utils
+3.0.24
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.sonatype.plexus
+http://forge.sonatype.com/spice-parent/plexus-build-api/;>plexus-build-api
+0.0.7
+jar
+http://www.apache.org/licenses/LICENSE-2.0;>Apache Public License 
2.0
+
+test
+The following is a list of test dependencies for this project. These 
dependencies are only required to compile and run unit tests for the 
application:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+junit
+http://junit.org;>junit
+4.12
+jar
+http://www.eclipse.org/legal/epl-v10.html;>Eclipse Public License 
1.0
+
+org.apache.maven
+http://maven.apache.org/ref/3.3.3/maven-compat;>maven-compat
+3.3.3
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.maven.plugin-testing
+http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/;>maven-plugin-testing-harness
+3.3.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.codehaus.plexus
+http://plexus.codehaus.org/plexus-containers/plexus-container-default/;>plexus-container-default
+1.6
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The following is a list of provided dependencies for this project. These 
dependencies are required to compile the application, but should be provided by 
default when using the library:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+org.apache.maven.plugin-tools
+http://maven.apache.org/plugin-tools/maven-plugin-annotations;>maven-plugin-annotations
+3.4
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>org.osgi.service.component.annotations
+1.3.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi
+http://www.osgi.org/;>org.osgi.service.metatype.annotations
+1.3.0
+jar
+http://opensource.org/licenses/apache2.0.php;>Apache License, Version 
2.0
+
+org.osgi

svn commit: r1013919 [7/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-mav

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/dependency-info.html
==
--- 
websites/staging/sling/trunk/content/components/maven-sling-plugin/dependency-info.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/maven-sling-plugin/dependency-info.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,120 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Sling Plugin  Dependency 
Information
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Sling Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 2.3.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency 
Information
+  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Dependency Information
+
+Apache Maven
+dependency
+  groupIdorg.apache.sling/groupId
+  artifactIdmaven-sling-plugin/artifactId
+  version2.3.0/version
+  typemaven-plugin/type
+/dependency
+
+Apache Buildr
+'org.apache.sling:maven-sling-plugin:maven-plugin:2.3.0'
+
+Apache Ivy
+dependency 
org=org.apache.sling name=maven-sling-plugin 
rev=2.3.0
+  artifact name=maven-sling-plugin 
type=maven-plugin /
+/dependency
+
+Groovy Grape
+@Grapes(
+@Grab(group='org.apache.sling', module='maven-sling-plugin', version='2.3.0')
+)
+
+Gradle/Grails
+compile 
'org.apache.sling:maven-sling-plugin:2.3.0'
+
+Scala SBT
+libraryDependencies += 
org.apache.sling % maven-sling-plugin % 
2.3.0
+
+Leiningen
+[org.apache.sling/maven-sling-plugin 
2.3.0]
+
+  
+
+
+
+  
+
+Copyright 20072017
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+
+
+
+
\ No newline at end of file

Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/dependency-management.html
==
--- 
websites/staging/sling/trunk/content/components/maven-sling-plugin/dependency-management.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/maven-sling-plugin/dependency-management.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,200 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Sling Plugin  Project Dependency 
Management
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Sling Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 2.3.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies  
+Dependency Information  
+Dependency 
Management
+  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+Project Dependency 
Management
+
+test
+The following is a list of test dependencies in the DependencyManagement of 
this project. These dependencies can be included in the submodules to compile 
and run unit tests for the submodule:
+
+
+GroupId
+ArtifactId
+Version
+Type
+License
+
+junit
+http://junit.org;>junit
+4.12
+jar
+http://www.eclipse.org/legal/epl-v10.html;>Eclipse Public License 
1.0
+
+org.jmock
+http://nexus.sonatype.org/oss-repository-hosting.html/jmock-parent/jmock-junit4;>jmock-junit4
+2.8.2
+jar
+http://jmock.org/license.html;>BSD 
style
+
+org.slf4j
+http://www.slf4j.org;>slf4j-simple
+1.7.6
+jar
+http://www.opensource.org/licenses/mit-license.php;>MIT 
License
+
+provided
+The following is a list of provided dependencies in the 
DependencyManagement of this project. These dependencies can be included in the 
submodules to compile the submodule, but should be provided by default when 
using the library:
+
+
+GroupId
+ArtifactId
+Version
+Type
+License
+
+biz.aQute.bnd

svn commit: r1013919 [17/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-ma

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/ProjectHelper.html
==
--- 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/ProjectHelper.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/slingstart-maven-plugin/apidocs/org/apache/sling/maven/slingstart/ProjectHelper.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,362 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+ProjectHelper (Apache Sling SlingStart Maven Plugin 1.7.6 API)
+
+
+
+
+
+
+var methods = {"i0":9,"i1":9,"i2":9,"i3":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.slingstart
+Class ProjectHelper
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.sling.maven.slingstart.ProjectHelper
+
+
+
+
+
+
+
+
+public abstract class ProjectHelper
+extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ProjectHelper()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getDependencyModel(org.apache.maven.project.MavenProjectproject)
+Get the dependency model from the project
+
+
+
+static 
org.apache.sling.provisioning.model.Model
+getEffectiveModel(org.apache.maven.project.MavenProjectproject,
+ 
org.apache.sling.provisioning.model.ModelUtility.ResolverOptionsresolverOptions)
+Get the effective model from the project
+
+
+
+static 
org.apache.sling.provisioning.model.Model
+getRawModel(org.apache.maven.project.MavenProjectproject)
+Get the raw model from the project
+
+
+
+static void
+storeProjectInfo(ModelPreprocessor.ProjectInfoinfo)
+Store all relevant information about the project for 
plugins to be
+ retrieved
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or interface in java.lang">toString, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, 

svn commit: r1013919 [6/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-mav

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/maven-sling-plugin/dependencies.html
==
--- 
websites/staging/sling/trunk/content/components/maven-sling-plugin/dependencies.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/maven-sling-plugin/dependencies.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,2061 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Sling Maven Sling Plugin  Project 
Dependencies
+
+
+
+  
+  
+
+  
+  
+Apache Sling Maven 
Sling Plugin
+
+
+
+
+  
+
+  
+
+Last Published: 2017-06-02|
+
+  Version: 2.3.0
+
+  
+  
+
+  
+
+  Overview
+Introduction  
+Goals  
+  Project Documentation
+Project Information
+  
+Dependencies
+  
+Dependency Information  
+Dependency Management  
+Distribution Management  
+About 
 
+Issue Management  
+Licenses  
+Mailing Lists  
+Plugin Management  
+Plugins  
+Team  
+Source Code Management  
+Summary  
+  
+  
+Project Reports  
+  
+  
+  
+  
+  
+  
+  
+  http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+  
+  
+
+
+
+
+Project Dependencies
+
+compile
+The following is a list of compile dependencies for this project. These 
dependencies are required to compile and run the application:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+asm
+http://asm.objectweb.org/asm-all/;>asm-all
+3.3.1
+jar
+http://asm.objectweb.org/license.html;>BSD
+
+commons-httpclient
+http://jakarta.apache.org/httpcomponents/httpclient-3.x/;>commons-httpclient
+3.1
+jar
+http://www.apache.org/licenses/LICENSE-2.0;>Apache License
+
+commons-io
+http://commons.apache.org/proper/commons-io/;>commons-io
+2.5
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+commons-logging
+http://jakarta.apache.org/commons/logging/;>commons-logging
+1.0.4
+jar
+/LICENSE.txt
+
+javax.jcr
+http://www.jcp.org/en/jsr/detail?id=283;>jcr
+2.0
+jar
+http://www.day.com/dam/day/downloads/jsr283/day-spec-license.htm;>Day 
Specification License-http://www.day.com/content/dam/day/downloads/jsr283/LICENSE.txt;>Day 
Specification License addendum
+
+net.sf.scannotation
+http://scannotation.sf.net;>scannotation
+1.0.2
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License 
V2.0
+
+org.apache.commons
+http://commons.apache.org/proper/commons-lang/;>commons-lang3
+3.5
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.jackrabbit.vault
+http://www.apache.org/parent/org.apache.jackrabbit.vault/;>org.apache.jackrabbit.vault
+3.1.18
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.johnzon
+http://johnzon.apache.org/johnzon-core;>johnzon-core
+1.0.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.maven
+http://maven.apache.org/shared/maven-archiver/;>maven-archiver
+2.6
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.maven
+maven-artifact
+3.0.4
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.maven
+maven-compat
+3.0.4
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.maven
+maven-plugin-api
+3.0.4
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.sling
+http://sling.apache.org/adapter-annotations;>adapter-annotations
+1.0.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.commons.osgi;>org.apache.sling.commons.osgi
+2.4.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+org.apache.sling
+http://sling.apache.org/org.apache.sling.jcr.contentparser;>org.apache.sling.jcr.contentparser
+1.2.2
+jar
+https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
+
+test
+The following is a list of test dependencies for this project. These 
dependencies are only required to compile and run unit tests for the 
application:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+
+com.google.guava
+http://code.google.com/p/guava-libraries/guava;>guava
+15.0
+jar
+http://www.apache.org/licenses/LICENSE-2.0.txt;>The Apache Software 
License, Version 2.0
+
+junit
+http://junit.org;>junit
+4.12
+jar
+http://www.eclipse.org/legal/epl-v10.html;>Eclipse Public License 
1.0
+
+provided
+The following is a list of provided dependencies for this project. These 

svn commit: r1013919 [2/28] - in /websites/staging/sling/trunk/content: ./ components/htl-maven-plugin/ components/htl-maven-plugin/apidocs/ components/htl-maven-plugin/apidocs/org/ components/htl-mav

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/ValidateMojo.html
==
--- 
websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/ValidateMojo.html
 (added)
+++ 
websites/staging/sling/trunk/content/components/htl-maven-plugin/apidocs/org/apache/sling/maven/htl/ValidateMojo.html
 Mon Jun 12 19:48:38 2017
@@ -0,0 +1,435 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+ValidateMojo (Apache Sling HTL Maven Plugin 1.0.6 API)
+
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.maven.htl
+Class ValidateMojo
+
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.maven.plugin.AbstractMojo
+
+
+org.apache.sling.maven.htl.ValidateMojo
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+
+@Mojo(name="validate",
+  defaultPhase=COMPILE,
+  threadSafe=true)
+public class ValidateMojo
+extends org.apache.maven.plugin.AbstractMojo
+This goal validates Sightly scripts syntax.
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+protected 
org.apache.maven.project.MavenProject
+project
+
+
+
+
+
+
+Fields inherited from interfaceorg.apache.maven.plugin.Mojo
+ROLE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ValidateMojo()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+execute()
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getExcludes()
+
+
+http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getIncludes()
+
+
+http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
+getProcessedFiles()
+
+
+http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
+getSourceDirectory()
+
+
+boolean
+hasErrors()
+
+
+boolean
+hasWarnings()
+
+
+boolean
+shouldFailOnWarnings()
+
+
+
+
+
+
+Methods inherited from classorg.apache.maven.plugin.AbstractMojo
+getLog, getPluginContext, setLog, setPluginContext
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll, http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or 

svn commit: r1013917 - in /websites/staging/sling/trunk/content: ./ components/ components/htl-maven-plugin-archives/ components/htl-maven-plugin-archives/htl-maven-plugin-1.0.6/ components/htl-maven-

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 19:46:49 2017
New Revision: 1013917

Log:
Staging update by buildbot for sling


[This commit notification would consist of 51 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


svn commit: r1013860 - in /websites/staging/sling/trunk/content: ./ news/sling-launchpad-9-released.html

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 11:55:42 2017
New Revision: 1013860

Log:
Staging update by buildbot for sling

Modified:
websites/staging/sling/trunk/content/   (props changed)
websites/staging/sling/trunk/content/news/sling-launchpad-9-released.html

Propchange: websites/staging/sling/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 12 11:55:42 2017
@@ -1 +1 @@
-1798442
+1798443

Modified: 
websites/staging/sling/trunk/content/news/sling-launchpad-9-released.html
==
--- websites/staging/sling/trunk/content/news/sling-launchpad-9-released.html 
(original)
+++ websites/staging/sling/trunk/content/news/sling-launchpad-9-released.html 
Mon Jun 12 11:55:42 2017
@@ -127,6 +127,9 @@ for more details.
 The Sling Explorer is 
replaced with Composum
 The Sling Launchpad ships with a new repository explorer and administration 
tool - https://github.com/ist-dresden/composum;>Composum. Composum 
is more reliable and featurefull compared to the
 previous Sling explorer.
+The Slingshot sample is included
+The default Sling configuration now includes the Slingshot sample. 
Slingshot exemplifies
+how to build and deploy a Sling application.
 New Resource Provider and 
Observation API
 The Resource Provider API has been replaced with a new implementation, 
which is more performant
 and better suited for future evolution. Existing ResourceProvider will be able 
to work using
@@ -166,7 +169,7 @@ API.
 If you need to use these bundles, you can always retrieve then from Maven 
Central and incorporate
 them in your launchpad.
   
-Rev. 1798441 by radu on Mon, 12 Jun 2017 11:16:47 +
+Rev. 1798443 by rombert on Mon, 12 Jun 2017 11:55:23 +
   

 Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project




svn commit: r1013855 [13/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/provider

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/Loop.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/Loop.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/Loop.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,126 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class org.apache.sling.scripting.sightly.compiler.commands.Loop 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses 
of Classorg.apache.sling.scripting.sightly.compiler.commands.Loop
+
+No usage of 
org.apache.sling.scripting.sightly.compiler.commands.Loop
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/OutText.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/OutText.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/OutText.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,179 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.scripting.sightly.compiler.commands.OutText (Apache Sling 9 
API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.scripting.sightly.compiler.commands.OutText
+
+
+
+
+
+Packages that use OutText
+
+Package
+Description
+
+
+
+org.apache.sling.scripting.sightly.compiler.commands
+
+The 
org.apache.sling.scripting.sightly.compiler.commands package 
defines the API for
+ Command 
processing.
+
+
+
+
+
+
+
+
+
+
+Uses of OutText in org.apache.sling.scripting.sightly.compiler.commands
+
+Methods in org.apache.sling.scripting.sightly.compiler.commands
 with parameters of type OutText
+
+Modifier and Type
+Method and Description
+
+
+
+void
+StatefulVisitor.visit(OutTextoutText)
+
+
+void
+CommandVisitor.visit(OutTextoutText)
+Process a OutText 
command.
+
+
+
+void
+AbstractCommandVisitor.visit(OutTextoutText)
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/OutputVariable.html
==
--- 

svn commit: r1013855 [1/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/providers

2017-06-12 Thread buildbot
Author: buildbot
Date: Mon Jun 12 11:18:47 2017
New Revision: 1013855

Log:
Staging update by buildbot for sling

Added:

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/AsyncEvent.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ViewStateManagerFactory.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ViewStateManagerImpl.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/AsyncEvent.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/ViewStateManagerFactory.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/ViewStateManagerImpl.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/package-frame.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/package-summary.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/package-tree.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/package-use.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/BaseTopologyView.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/DefaultClusterView.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/DefaultInstanceDescription.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/EventHelper.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/NonLocalInstanceDescription.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/ViewStateManager.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/ClusterSyncService.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/LocalClusterView.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/AbstractServiceWithBackgroundCheck.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/ClusterSyncHistory.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/ClusterSyncServiceChain.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/DiscoveryLiteConfig.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/DiscoveryLiteDescriptor.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/IdMapService.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/OakBacklogClusterSyncService.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/SyncTokenService.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/AbstractServiceWithBackgroundCheck.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/ClusterSyncHistory.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/ClusterSyncServiceChain.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/DiscoveryLiteConfig.html

websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery

svn commit: r1013855 [7/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/providers

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/SyncTokenService.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/SyncTokenService.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/SyncTokenService.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,208 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.discovery.commons.providers.spi.base.SyncTokenService (Apache 
Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.discovery.commons.providers.spi.base.SyncTokenService
+
+
+
+
+
+Packages that use SyncTokenService
+
+Package
+Description
+
+
+
+org.apache.sling.discovery.commons.providers.spi.base
+
+Provides default SPI-implementations used by 
discovery.commons.providers.impl
+
+
+
+org.apache.sling.discovery.oak
+
+
+
+
+
+
+
+
+
+
+Uses of SyncTokenService in 
org.apache.sling.discovery.commons.providers.spi.base
+
+Methods in org.apache.sling.discovery.commons.providers.spi.base
 that return SyncTokenService
+
+Modifier and Type
+Method and Description
+
+
+
+static SyncTokenService
+SyncTokenService.testConstructor(DiscoveryLiteConfigcommonsConfig,
+   ResourceResolverFactoryresourceResolverFactory,
+   SlingSettingsServicesettingsService)
+
+
+static SyncTokenService
+SyncTokenService.testConstructorAndActivate(DiscoveryLiteConfigcommonsConfig,
+  ResourceResolverFactoryresourceResolverFactory,
+  SlingSettingsServicesettingsService)
+
+
+
+
+
+
+
+Uses of SyncTokenService in 
org.apache.sling.discovery.oak
+
+Methods in org.apache.sling.discovery.oak
 with parameters of type SyncTokenService
+
+Modifier and Type
+Method and Description
+
+
+
+static OakDiscoveryService
+OakDiscoveryService.testConstructor(SlingSettingsServicesettingsService,
+   AnnouncementRegistryannouncementRegistry,
+   ConnectorRegistryconnectorRegistry,
+   ClusterViewServiceclusterViewService,
+   Configconfig,
+   OakViewCheckerconnectorPinger,
+   Schedulerscheduler,
+   IdMapServiceidMapService,
+   OakBacklogClusterSyncServiceoakBacklogClusterSyncService,
+   SyncTokenServicesyncTokenService,
+   ResourceResolverFactoryfactory)
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/package-frame.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/package-frame.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/package-frame.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,31 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+org.apache.sling.discovery.commons.providers.spi.base (Apache Sling 9 
API)
+
+
+
+
+
+org.apache.sling.discovery.commons.providers.spi.base
+
+Interfaces
+
+DiscoveryLiteConfig
+
+Classes
+
+AbstractServiceWithBackgroundCheck
+ClusterSyncHistory
+ClusterSyncServiceChain
+DiscoveryLiteDescriptor
+IdMapService
+OakBacklogClusterSyncService
+SyncTokenService
+
+
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/package-summary.html
==
--- 

svn commit: r1013855 [12/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/provider

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandStream.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandStream.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandStream.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,227 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Interface 
org.apache.sling.scripting.sightly.compiler.commands.CommandStream (Apache 
Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Interfaceorg.apache.sling.scripting.sightly.compiler.commands.CommandStream
+
+
+
+
+
+Packages that use CommandStream
+
+Package
+Description
+
+
+
+org.apache.sling.scripting.sightly.compiler
+
+The 
org.apache.sling.scripting.sightly.compiler package defines the 
API exposed by the
+ SightlyCompiler.
+
+
+
+org.apache.sling.scripting.sightly.compiler.backend
+
+The 
org.apache.sling.scripting.sightly.compiler.backend defines the 
API that can be used by HTL Backend Compilers, used to
+ compile HTL Commands 
into executable code for other languages.
+
+
+
+org.apache.sling.scripting.sightly.java.compiler
+
+Licensed to the Apache Software Foundation (ASF) under one 
or more
+ contributor license agreements.
+
+
+
+
+
+
+
+
+
+
+Uses of CommandStream in org.apache.sling.scripting.sightly.compiler
+
+Methods in org.apache.sling.scripting.sightly.compiler
 that return CommandStream
+
+Modifier and Type
+Method and Description
+
+
+
+CommandStream
+CompilationResult.getCommandStream()
+Provides access to the generated CommandStream
 for evaluating / replaying the Commands 
after the compile operation.
+
+
+
+
+
+
+
+
+Uses of CommandStream in org.apache.sling.scripting.sightly.compiler.backend
+
+Methods in org.apache.sling.scripting.sightly.compiler.backend
 with parameters of type CommandStream
+
+Modifier and Type
+Method and Description
+
+
+
+void
+BackendCompiler.handle(CommandStreamstream)
+Process a stream of commands
+
+
+
+
+
+
+
+
+Uses of CommandStream in org.apache.sling.scripting.sightly.java.compiler
+
+Methods in org.apache.sling.scripting.sightly.java.compiler
 with parameters of type CommandStream
+
+Modifier and Type
+Method and Description
+
+
+
+void
+JavaClassBackendCompiler.handle(CommandStreamstream)
+
+
+void
+GlobalShadowCheckBackendCompiler.handle(CommandStreamstream)
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandVisitor.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandVisitor.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandVisitor.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,269 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Interface 
org.apache.sling.scripting.sightly.compiler.commands.CommandVisitor (Apache 
Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.discovery.commons.providers.EventHelper
+
+No usage of 
org.apache.sling.discovery.commons.providers.EventHelper
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/NonLocalInstanceDescription.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/NonLocalInstanceDescription.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/NonLocalInstanceDescription.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,126 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.discovery.commons.providers.NonLocalInstanceDescription 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.discovery.commons.providers.NonLocalInstanceDescription
+
+No usage of 
org.apache.sling.discovery.commons.providers.NonLocalInstanceDescription
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/ViewStateManager.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/ViewStateManager.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/class-use/ViewStateManager.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,210 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Interface 
org.apache.sling.discovery.commons.providers.ViewStateManager (Apache Sling 9 
API)
+
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":9,"i10":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.discovery.commons.providers.spi.base
+Class 
OakBacklogClusterSyncService
+
+
+
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.sling.discovery.commons.providers.spi.base.AbstractServiceWithBackgroundCheck
+
+
+org.apache.sling.discovery.commons.providers.spi.base.OakBacklogClusterSyncService
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+ClusterSyncService
+
+
+
+public class OakBacklogClusterSyncService
+extends AbstractServiceWithBackgroundCheck
+implements ClusterSyncService
+The OakBacklogClusterSyncService will wait until all 
instances
+ in the local cluster are no longer in any backlog state.
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+protected DiscoveryLiteConfig
+commonsConfig
+
+
+protected ResourceResolverFactory
+resourceResolverFactory
+
+
+protected SlingSettingsService
+settingsService
+
+
+
+
+
+
+Fields inherited from 
classorg.apache.sling.discovery.commons.providers.spi.base.AbstractServiceWithBackgroundCheck
+backgroundCheckRunnable,
 logger,
 slingId
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+OakBacklogClusterSyncService()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+protected void
+activate()
+
+
+void
+cancelSync()
+
+
+protected DiscoveryLiteConfig
+getCommonsConfig()
+
+
+ClusterSyncHistory
+getConsistencyHistory()
+
+
+protected ResourceResolver
+getResourceResolver()
+Get or create a ResourceResolver
+
+
+
+protected SlingSettingsService
+getSettingsService()
+
+
+http://docs.oracle.com/javase/1.4.2/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getSyncHistory()
+
+
+void
+setConsistencyHistory(ClusterSyncHistoryconsistencyHistory)
+
+
+void
+sync(BaseTopologyViewview,
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Runnable.html?is-external=true;
 title="class or interface in java.lang">Runnablecallback)
+Starts the synchronization process and calls the provided
+ callback upon completion.
+
+
+
+static OakBacklogClusterSyncService
+testConstructor(DiscoveryLiteConfigcommonsConfig,
+   IdMapServiceidMapService,
+   SlingSettingsServicesettingsService,
+   ResourceResolverFactoryresourceResolverFactory)
+for testing only!
+
+
+
+static OakBacklogClusterSyncService
+testConstructorAndActivate(DiscoveryLiteConfigcommonsConfig,
+  IdMapServiceidMapService,
+  SlingSettingsServicesettingsService,
+  ResourceResolverFactoryresourceResolverFactory)
+
+
+
+
+
+
+Methods inherited from 
classorg.apache.sling.discovery.commons.providers.spi.base.AbstractServiceWithBackgroundCheck
+cancelPreviousBackgroundCheck,
 startBackgroundCheck,
 triggerBackgroundCheck
+
+
+
+
+
+Methods inherited from 

svn commit: r1013855 [14/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/provider

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/VariableBinding.End.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/VariableBinding.End.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/VariableBinding.End.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,192 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.scripting.sightly.compiler.commands.VariableBinding.End 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.scripting.sightly.compiler.commands.VariableBinding.End
+
+
+
+
+
+Packages that use VariableBinding.End
+
+Package
+Description
+
+
+
+org.apache.sling.scripting.sightly.compiler.commands
+
+The 
org.apache.sling.scripting.sightly.compiler.commands package 
defines the API for
+ Command 
processing.
+
+
+
+
+
+
+
+
+
+
+Uses of VariableBinding.End 
in org.apache.sling.scripting.sightly.compiler.commands
+
+Fields in org.apache.sling.scripting.sightly.compiler.commands
 declared as VariableBinding.End
+
+Modifier and Type
+Field and Description
+
+
+
+static VariableBinding.End
+VariableBinding.END
+
+
+
+
+Methods in org.apache.sling.scripting.sightly.compiler.commands
 with parameters of type VariableBinding.End
+
+Modifier and Type
+Method and Description
+
+
+
+void
+StatefulVisitor.visit(VariableBinding.EndvariableBindingEnd)
+
+
+void
+CommandVisitor.visit(VariableBinding.EndvariableBindingEnd)
+Process a VariableBinding.End
 command.
+
+
+
+void
+AbstractCommandVisitor.visit(VariableBinding.EndvariableBindingEnd)
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/VariableBinding.Global.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/VariableBinding.Global.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/VariableBinding.Global.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,179 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.scripting.sightly.compiler.commands.VariableBinding.Global 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.scripting.sightly.compiler.commands.VariableBinding.Global
+
+
+
+
+
+Packages that use VariableBinding.Global
+
+Package
+Description
+
+
+
+org.apache.sling.scripting.sightly.compiler.commands
+
+The 
org.apache.sling.scripting.sightly.compiler.commands package 
defines the API for
+ Command 
processing.
+
+
+
+
+
+
+
+
+
+
+Uses of VariableBinding.Global
 in org.apache.sling.scripting.sightly.compiler.commands
+
+Methods in 

svn commit: r1013855 [9/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/providers

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/models/export/spi/ModelExporter.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/models/export/spi/ModelExporter.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/models/export/spi/ModelExporter.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,293 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+ModelExporter (Apache Sling 9 API)
+
+
+
+
+
+
+var methods = {"i0":6,"i1":6,"i2":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.models.export.spi
+Interface ModelExporter
+
+
+
+
+
+
+
+@ConsumerType
+public interface ModelExporter
+SPI interface for model exporters.
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+TT
+export(http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectmodel,
+  http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassTclazz,
+  http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringoptions)
+Export the provided model to the defined class using the 
options.
+
+
+
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getName()
+The name of the exporter.
+
+
+
+boolean
+isSupported(http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?clazz)
+Check if the result class is supported by this 
exporter.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+isSupported
+booleanisSupported(@Nonnull
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?clazz)
+Check if the result class is supported by this 
exporter.
+
+Parameters:
+clazz - the result class
+Returns:
+true if the result class is supported
+
+
+
+
+
+
+
+
+export
+@CheckForNull
+TTexport(@Nonnull
+   http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectmodel,
+   @Nonnull
+   http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassTclazz,
+   @Nonnull
+   http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringoptions)
+throws ExportException
+Export the provided model to the defined class using the 
options.
+
+Type Parameters:
+T - the export type
+Parameters:
+model - the model class
+clazz - the export type
+options - export options
+Returns:
+an exported object
+Throws:
+ExportException - 
if the export is not successful
+
+
+
+
+
+
+
+
+getName
+@Nonnull
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetName()
+The name of the exporter.
+
+Returns:
+the name of the exporter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class

svn commit: r1013855 [2/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/providers

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/AsyncEvent.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/AsyncEvent.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/AsyncEvent.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,126 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Interface 
org.apache.sling.discovery.commons.providers.base.AsyncEvent (Apache Sling 9 
API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Interfaceorg.apache.sling.discovery.commons.providers.base.AsyncEvent
+
+No usage of 
org.apache.sling.discovery.commons.providers.base.AsyncEvent
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/ViewStateManagerFactory.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/ViewStateManagerFactory.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/ViewStateManagerFactory.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,126 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.discovery.commons.providers.base.ViewStateManagerFactory 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.discovery.commons.providers.base.ViewStateManagerFactory
+
+No usage of 
org.apache.sling.discovery.commons.providers.base.ViewStateManagerFactory
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/ViewStateManagerImpl.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/ViewStateManagerImpl.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/base/class-use/ViewStateManagerImpl.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,126 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.discovery.commons.providers.base.ViewStateManagerImpl (Apache 
Sling 9 API)
+
+
+
+
+
+
+var methods = {"i0":10,"i1":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.discovery.commons.providers.spi.base
+Class 
ClusterSyncServiceChain
+
+
+
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.sling.discovery.commons.providers.spi.base.ClusterSyncServiceChain
+
+
+
+
+
+
+
+All Implemented Interfaces:
+ClusterSyncService
+
+
+
+public class ClusterSyncServiceChain
+extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+implements ClusterSyncService
+Allows chaining of ClusterSyncService, itself implementing
+ the ClusterSyncService interface
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+protected org.slf4j.Logger
+logger
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ClusterSyncServiceChain(ClusterSyncService...chain)
+Creates a new chain of ClusterSyncService that calls a
+ cascaded sync with the provided ClusterSyncService.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+cancelSync()
+
+
+void
+sync(BaseTopologyViewview,
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Runnable.html?is-external=true;
 title="class or interface in java.lang">Runnablecallback)
+Starts the synchronization process and calls the provided
+ callback upon completion.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or interface in java.lang">clone, http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-;
 title="class or interface in java.lang">equals, http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#finalize--;
 title="class or interface in java.lang">finalize, http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#getClass--;
 title="class or interface in java.lang">getClass, http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#hashCode--;
 title="class or interface in java.lang">hashCode, http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notify--;
 title="class or interface in java.lang">notify, http://docs.oracle.com/jav
 ase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notifyAll--" 
title="class or interface in java.lang">notifyAll, http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#toString--;
 title="class or interface in java.lang">toString, http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait--;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait-long-;
 title="class or interface in java.lang">wait, http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait-long-int-;
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+

svn commit: r1013855 [6/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/providers

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/ClusterSyncHistory.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/ClusterSyncHistory.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/ClusterSyncHistory.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,202 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.discovery.commons.providers.spi.base.ClusterSyncHistory 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.discovery.commons.providers.spi.base.ClusterSyncHistory
+
+
+
+
+
+Packages that use ClusterSyncHistory
+
+Package
+Description
+
+
+
+org.apache.sling.discovery.commons.providers.spi.base
+
+Provides default SPI-implementations used by 
discovery.commons.providers.impl
+
+
+
+
+
+
+
+
+
+
+Uses of ClusterSyncHistory 
in org.apache.sling.discovery.commons.providers.spi.base
+
+Fields in org.apache.sling.discovery.commons.providers.spi.base
 declared as ClusterSyncHistory
+
+Modifier and Type
+Field and Description
+
+
+
+protected ClusterSyncHistory
+SyncTokenService.clusterSyncHistory
+
+
+
+
+Methods in org.apache.sling.discovery.commons.providers.spi.base
 that return ClusterSyncHistory
+
+Modifier and Type
+Method and Description
+
+
+
+ClusterSyncHistory
+SyncTokenService.getClusterSyncHistory()
+
+
+ClusterSyncHistory
+OakBacklogClusterSyncService.getConsistencyHistory()
+
+
+
+
+Methods in org.apache.sling.discovery.commons.providers.spi.base
 with parameters of type ClusterSyncHistory
+
+Modifier and Type
+Method and Description
+
+
+
+void
+SyncTokenService.setConsistencyHistory(ClusterSyncHistoryconsistencyHistory)
+
+
+void
+OakBacklogClusterSyncService.setConsistencyHistory(ClusterSyncHistoryconsistencyHistory)
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/ClusterSyncServiceChain.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/ClusterSyncServiceChain.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/base/class-use/ClusterSyncServiceChain.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,126 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.sling.discovery.commons.providers.spi.base.ClusterSyncServiceChain 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.discovery.commons.providers.spi.base.ClusterSyncServiceChain
+
+No usage of 
org.apache.sling.discovery.commons.providers.spi.base.ClusterSyncServiceChain
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree

svn commit: r1013855 [8/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/providers

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/package-tree.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/package-tree.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/package-tree.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,147 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+org.apache.sling.discovery.commons.providers.spi Class Hierarchy 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package 
org.apache.sling.discovery.commons.providers.spi
+Package Hierarchies:
+
+All Packages
+
+
+
+Class Hierarchy
+
+java.lang.http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+
+org.apache.sling.discovery.commons.providers.DefaultClusterView (implements 
org.apache.sling.discovery.ClusterView)
+
+org.apache.sling.discovery.commons.providers.spi.LocalClusterView
+
+
+
+
+
+Interface Hierarchy
+
+org.apache.sling.discovery.commons.providers.spi.ClusterSyncService
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+

Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/package-use.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/package-use.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/discovery/commons/providers/spi/package-use.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,229 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Package org.apache.sling.discovery.commons.providers.spi 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Packageorg.apache.sling.discovery.commons.providers.spi
+
+
+
+
+
+Packages that use org.apache.sling.discovery.commons.providers.spi
+
+Package
+Description
+
+
+
+org.apache.sling.discovery.base.commons
+
+Provides some common classes for discovery implementors 
that 
+ choose to extend from discovery.base
+
+
+
+org.apache.sling.discovery.commons.providers.base
+
+Provides commons implementations for providers of the 
Discovery API.
+
+
+
+org.apache.sling.discovery.commons.providers.spi.base
+
+Provides default SPI-implementations used by 
discovery.commons.providers.impl
+
+
+
+org.apache.sling.discovery.oak.cluster
+
+
+
+
+
+
+
+
+
+Classes in org.apache.sling.discovery.commons.providers.spi
 used by org.apache.sling.discovery.base.commons
+
+Class and Description
+
+
+
+LocalClusterView
+
+
+
+
+
+
+
+
+Classes in org.apache.sling.discovery.commons.providers.spi
 used by org.apache.sling.discovery.commons.providers.base
+
+Class and Description
+
+
+
+ClusterSyncService
+The ClusterSyncService can be used to establish strong
+ consistency with the underlying (eventually consistent) repository in 
use.
+
+
+
+
+
+
+
+
+
+Classes in org.apache.sling.discovery.commons.providers.spi
 used by 

svn commit: r1013855 [11/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/provider

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/core/servlet/CaptureResponseWrapper.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/core/servlet/CaptureResponseWrapper.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/scripting/core/servlet/CaptureResponseWrapper.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,424 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+CaptureResponseWrapper (Apache Sling 9 API)
+
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.sling.scripting.core.servlet
+Class 
CaptureResponseWrapper
+
+
+
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+javax.servlet.ServletResponseWrapper
+
+
+javax.servlet.http.HttpServletResponseWrapper
+
+
+org.apache.sling.scripting.core.servlet.CaptureResponseWrapper
+
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+javax.servlet.http.HttpServletResponse, javax.servlet.ServletResponse
+
+
+
+public final class CaptureResponseWrapper
+extends javax.servlet.http.HttpServletResponseWrapper
+Extends the HttpServletResponse to wrap the response and 
capture the results.
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from 
interfacejavax.servlet.http.HttpServletResponse
+SC_ACCEPTED, SC_BAD_GATEWAY, SC_BAD_REQUEST, SC_CONFLICT, SC_CONTINUE, 
SC_CREATED, SC_EXPECTATION_FAILED, SC_FORBIDDEN, SC_FOUND, SC_GATEWAY_TIMEOUT, 
SC_GONE, SC_HTTP_VERSION_NOT_SUPPORTED, SC_INTERNAL_SERVER_ERROR, 
SC_LENGTH_REQUIRED, SC_METHOD_NOT_ALLOWED, SC_MOVED_PERMANENTLY, 
SC_MOVED_TEMPORARILY, SC_MULTIPLE_CHOICES, SC_NO_CONTENT, 
SC_NON_AUTHORITATIVE_INFORMATION, SC_NOT_ACCEPTABLE, SC_NOT_FOUND, 
SC_NOT_IMPLEMENTED, SC_NOT_MODIFIED, SC_OK, SC_PARTIAL_CONTENT, 
SC_PAYMENT_REQUIRED, SC_PRECONDITION_FAILED, SC_PROXY_AUTHENTICATION_REQUIRED, 
SC_REQUEST_ENTITY_TOO_LARGE, SC_REQUEST_TIMEOUT, SC_REQUEST_URI_TOO_LONG, 
SC_REQUESTED_RANGE_NOT_SATISFIABLE, SC_RESET_CONTENT, SC_SEE_OTHER, 
SC_SERVICE_UNAVAILABLE, SC_SWITCHING_PROTOCOLS, SC_TEMPORARY_REDIRECT, 
SC_UNAUTHORIZED, SC_UNSUPPORTED_MEDIA_TYPE, SC_USE_PROXY
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+CaptureResponseWrapper(javax.servlet.http.HttpServletResponseresponse)
+Construct a new CaptureResponseWrapper.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+flushBuffer()
+
+
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getCapturedCharacterResponse()
+
+
+javax.servlet.ServletOutputStream
+getOutputStream()
+
+
+http://docs.oracle.com/javase/1.4.2/docs/api/java/io/PrintWriter.html?is-external=true;
 title="class or interface in java.io">PrintWriter
+getWriter()
+
+
+boolean
+isBinaryResponse()
+Returns true if the response is binary.
+
+
+
+
+
+
+
+Methods inherited from 
classjavax.servlet.http.HttpServletResponseWrapper
+addCookie, addDateHeader, addHeader, addIntHeader, containsHeader, 
encodeRedirectUrl, encodeRedirectURL, encodeUrl, encodeURL, sendError, 
sendError, sendRedirect, setDateHeader, setHeader, setIntHeader, setStatus, 
setStatus
+
+
+
+
+
+Methods inherited from classjavax.servlet.ServletResponseWrapper
+getBufferSize, getCharacterEncoding, getContentType, getLocale, 
getResponse, isCommitted, reset, resetBuffer, setBufferSize, 
setCharacterEncoding, setContentLength, setContentType, setLocale, 
setResponse
+
+
+
+
+
+Methods inherited from classjava.lang.http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#clone--;
 title="class or 

svn commit: r1013855 [10/15] - in /websites/staging/sling/trunk/content: ./ apidocs/sling9/org/apache/sling/discovery/commons/providers/base/ apidocs/sling9/org/apache/sling/discovery/commons/provider

2017-06-12 Thread buildbot
Added: 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/models/factory/class-use/MissingElementsException.html
==
--- 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/models/factory/class-use/MissingElementsException.html
 (added)
+++ 
websites/staging/sling/trunk/content/apidocs/sling9/org/apache/sling/models/factory/class-use/MissingElementsException.html
 Mon Jun 12 11:18:47 2017
@@ -0,0 +1,199 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class org.apache.sling.models.factory.MissingElementsException 
(Apache Sling 9 API)
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.sling.models.factory.MissingElementsException
+
+
+
+
+
+Packages that use MissingElementsException
+
+Package
+Description
+
+
+
+org.apache.sling.models.factory
+
+
+
+
+
+
+
+
+
+
+Uses of MissingElementsException 
in org.apache.sling.models.factory
+
+Methods in org.apache.sling.models.factory
 that throw MissingElementsException
+
+Modifier and Type
+Method and Description
+
+
+
+ModelTypeModelType
+ModelFactory.createModel(http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectadaptable,
+   http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in 
java.lang">ClassModelTypetype)
+Instantiates the given Sling Model class from the given 
adaptable.
+
+
+
+TT
+ModelFactory.exportModelForRequest(SlingHttpServletRequestrequest,
+ http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringexporterName,
+ http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassTtargetClass,
+ http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringoptions)
+Export the model object registered to the request's 
resource's type using the defined target class using the named exporter.
+
+
+
+TT
+ModelFactory.exportModelForResource(Resourceresource,
+  http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringexporterName,
+  http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassTtargetClass,
+  http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringoptions)
+Export the model object registered to the resource's type 
using the defined target class using the named exporter.
+
+
+
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+ModelFactory.getModelFromRequest(SlingHttpServletRequestrequest)
+Obtain an adapted model class based on the resource type of 
the request's resource.
+
+
+
+http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+ModelFactory.getModelFromResource(Resourceresource)
+Obtain an adapted model class based on the resource type of 
the provided resource.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+