Jenkins build became unstable: sling-launchpad-testing-1.8 #1568

2017-10-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: sling-launchpad-testing-9 #35

2017-10-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: sling-launchpad-testing-war-9 #34

2017-10-05 Thread Apache Jenkins Server
See 




svn commit: r1811219 - in /sling/trunk/contrib/extensions/hapi/core: pom.xml src/main/java/org/apache/sling/hapi/HApiUtil.java src/main/java/org/apache/sling/hapi/impl/HApiUtilImpl.java

2017-10-05 Thread dulvac
Author: dulvac
Date: Thu Oct  5 17:05:41 2017
New Revision: 1811219

URL: http://svn.apache.org/viewvc?rev=1811219=rev
Log:
SLING-6868 Initial content should be migrated to bundle resources

Modified:
sling/trunk/contrib/extensions/hapi/core/pom.xml

sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/HApiUtil.java

sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/impl/HApiUtilImpl.java

Modified: sling/trunk/contrib/extensions/hapi/core/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/hapi/core/pom.xml?rev=1811219=1811218=1811219=diff
==
--- sling/trunk/contrib/extensions/hapi/core/pom.xml (original)
+++ sling/trunk/contrib/extensions/hapi/core/pom.xml Thu Oct  5 17:05:41 2017
@@ -61,7 +61,10 @@
 
 
 sling
-SLING-INF/libs/sling/hapi/; 
path:=/libs/sling/hapi; overwrite:=true; 
uninstall:=false
+
+
/libs/sling/hapi/;path:=SLING-INF/libs/sling/hapi;propsJSON:=json
+
+
osgi.extender;filter:="((osgi.extender=org.apache.sling.bundleresource)(version=1.1.0)(!(version=2.0.0)))"
 
 
 

Modified: 
sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/HApiUtil.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/HApiUtil.java?rev=1811219=1811218=1811219=diff
==
--- 
sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/HApiUtil.java
 (original)
+++ 
sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/HApiUtil.java
 Thu Oct  5 17:05:41 2017
@@ -39,7 +39,7 @@ public interface HApiUtil {
 
 String DEFAULT_SEARCH_PATH = "/libs/sling/hapi/types";
 String SEARCH_PATHS = "org.apache.sling.hapi.tools.searchpaths";
-String SEARCH_PATHS_DESC = "The path under each hapi types can be 
identified by their FQDN value in addition to the type path";
+String SEARCH_PATHS_DESC = "The path under which children resources can be 
identified as hapi types by their FQDN value in addition to the type path";
 
 String DEFAULT_SERVER_URL = "http://localhost:8080;;
 String EXTERNAL_URL = "org.apache.sling.hapi.tools.externalurl";

Modified: 
sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/impl/HApiUtilImpl.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/impl/HApiUtilImpl.java?rev=1811219=1811218=1811219=diff
==
--- 
sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/impl/HApiUtilImpl.java
 (original)
+++ 
sling/trunk/contrib/extensions/hapi/core/src/main/java/org/apache/sling/hapi/impl/HApiUtilImpl.java
 Thu Oct  5 17:05:41 2017
@@ -26,13 +26,8 @@ import java.util.List;
 import java.util.Map;
 
 import javax.jcr.Node;
-import javax.jcr.NodeIterator;
 import javax.jcr.RepositoryException;
-import javax.jcr.Session;
 import javax.jcr.Value;
-import javax.jcr.query.Query;
-import javax.jcr.query.QueryManager;
-import javax.jcr.query.QueryResult;
 
 import org.apache.sling.api.resource.Resource;
 import org.apache.sling.api.resource.ResourceResolver;
@@ -136,7 +131,7 @@ public class HApiUtilImpl implements HAp
  * {@inheritDoc}
  */
 @Override
-public Resource getTypeResource(ResourceResolver resolver, String type) 
throws RepositoryException {
+public Resource getTypeResource(ResourceResolver resolver, String type) {
 if (!enabled) {
 return null;
 }
@@ -147,7 +142,7 @@ public class HApiUtilImpl implements HAp
  * {@inheritDoc}
  */
 @Override
-public Resource getTypeCollectionResource(ResourceResolver resolver, 
String collection) throws RepositoryException {
+public Resource getTypeCollectionResource(ResourceResolver resolver, 
String collection) {
 if (!enabled) {
 return null;
 }
@@ -155,10 +150,10 @@ public class HApiUtilImpl implements HAp
 }
 
 
-
-private Resource getFqdnResource(ResourceResolver resolver, String fqdn, 
String resType) throws RepositoryException {
-Session session = resolver.adaptTo(Session.class);
-
+/**
+ * Get the type resource
+ */
+private Resource getFqdnResource(ResourceResolver resolver, String fqdn, 
String resType) {
 // Try to resolve the resource as a path
 Resource res = resolver.getResource(fqdn);
 if (null != res) {
@@ -167,32 +162,29 @@ public class HApiUtilImpl implements HAp
 } else {
 for (String path : new 

Jenkins build is still unstable: sling-launchpad-testing-war-9 #33

2017-10-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: sling-launchpad-testing-9 #34

2017-10-05 Thread Apache Jenkins Server
See 




svn commit: r1811196 - in /sling/trunk/bundles/servlets: get/pom.xml post/pom.xml resolver/pom.xml

2017-10-05 Thread cziegeler
Author: cziegeler
Date: Thu Oct  5 12:16:24 2017
New Revision: 1811196

URL: http://svn.apache.org/viewvc?rev=1811196=rev
Log:
Update to parent pom 32

Modified:
sling/trunk/bundles/servlets/get/pom.xml
sling/trunk/bundles/servlets/post/pom.xml
sling/trunk/bundles/servlets/resolver/pom.xml

Modified: sling/trunk/bundles/servlets/get/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/get/pom.xml?rev=1811196=1811195=1811196=diff
==
--- sling/trunk/bundles/servlets/get/pom.xml (original)
+++ sling/trunk/bundles/servlets/get/pom.xml Thu Oct  5 12:16:24 2017
@@ -23,7 +23,7 @@
 
 org.apache.sling
 sling
-30
+32
 
 
 

Modified: sling/trunk/bundles/servlets/post/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/post/pom.xml?rev=1811196=1811195=1811196=diff
==
--- sling/trunk/bundles/servlets/post/pom.xml (original)
+++ sling/trunk/bundles/servlets/post/pom.xml Thu Oct  5 12:16:24 2017
@@ -22,7 +22,7 @@
 
 org.apache.sling
 sling
-30
+32
 
 
 

Modified: sling/trunk/bundles/servlets/resolver/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/resolver/pom.xml?rev=1811196=1811195=1811196=diff
==
--- sling/trunk/bundles/servlets/resolver/pom.xml (original)
+++ sling/trunk/bundles/servlets/resolver/pom.xml Thu Oct  5 12:16:24 2017
@@ -23,7 +23,7 @@
 
 org.apache.sling
 sling
-31
+32
 
 
 




svn commit: r1811193 - /sling/trunk/launchpad/starter.startup/README.md

2017-10-05 Thread cziegeler
Author: cziegeler
Date: Thu Oct  5 12:09:39 2017
New Revision: 1811193

URL: http://svn.apache.org/viewvc?rev=1811193=rev
Log:
Add missin readme

Added:
sling/trunk/launchpad/starter.startup/README.md

Added: sling/trunk/launchpad/starter.startup/README.md
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/starter.startup/README.md?rev=1811193=auto
==
--- sling/trunk/launchpad/starter.startup/README.md (added)
+++ sling/trunk/launchpad/starter.startup/README.md Thu Oct  5 12:09:39 2017
@@ -0,0 +1,5 @@
+# Apache Sling Starter Startup Module
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+Provides a module providing a nicer user experience during startup of the 
Sling Starter application.




svn commit: r1811188 - in /sling/trunk/launchpad/starter.startup: ./ src/main/java/org/apache/sling/demo/ src/main/java/org/apache/sling/starter/ src/main/java/org/apache/sling/starter/startup/ src/ma

2017-10-05 Thread cziegeler
Author: cziegeler
Date: Thu Oct  5 11:42:19 2017
New Revision: 1811188

URL: http://svn.apache.org/viewvc?rev=1811188=rev
Log:
Rename package

Added:

sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/

sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/

sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/
  - copied from r1811187, 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/demo/startup/impl/
Removed:
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/demo/
Modified:
sling/trunk/launchpad/starter.startup/   (props changed)
sling/trunk/launchpad/starter.startup/pom.xml

sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/Activator.java

sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/HttpStartupSetup.java

sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/StartupFilter.java

Propchange: sling/trunk/launchpad/starter.startup/
--
--- svn:ignore (added)
+++ svn:ignore Thu Oct  5 11:42:19 2017
@@ -0,0 +1,5 @@
+.classpath
+.project
+.settings
+bin
+target

Modified: sling/trunk/launchpad/starter.startup/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/starter.startup/pom.xml?rev=1811188=1811187=1811188=diff
==
--- sling/trunk/launchpad/starter.startup/pom.xml (original)
+++ sling/trunk/launchpad/starter.startup/pom.xml Thu Oct  5 11:42:19 2017
@@ -21,13 +21,13 @@
 
 
 
-org.apache.sling.demo.startup
+org.apache.sling.starter.startup
 0.0.1-SNAPSHOT
 bundle
 
-Apache Sling Demo Startup Bundle
+Apache Sling Starter Startup Module
 
-A module for handling demo startup.
+A module for handling the startup of the Apache Sling Starter.
 
 
 

Modified: 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/Activator.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/Activator.java?rev=1811188=1811187=1811188=diff
==
--- 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/Activator.java
 (original)
+++ 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/Activator.java
 Thu Oct  5 11:42:19 2017
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.sling.demo.startup.impl;
+package org.apache.sling.starter.startup.impl;
 
 import java.util.Timer;
 import java.util.TimerTask;

Modified: 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/HttpStartupSetup.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/HttpStartupSetup.java?rev=1811188=1811187=1811188=diff
==
--- 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/HttpStartupSetup.java
 (original)
+++ 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/HttpStartupSetup.java
 Thu Oct  5 11:42:19 2017
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.sling.demo.startup.impl;
+package org.apache.sling.starter.startup.impl;
 
 import java.util.Dictionary;
 import java.util.Hashtable;

Modified: 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/StartupFilter.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/StartupFilter.java?rev=1811188=1811187=1811188=diff
==
--- 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/StartupFilter.java
 (original)
+++ 
sling/trunk/launchpad/starter.startup/src/main/java/org/apache/sling/starter/startup/impl/StartupFilter.java
 Thu Oct  5 11:42:19 2017
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.sling.demo.startup.impl;
+package org.apache.sling.starter.startup.impl;
 
 import java.io.IOException;
 import java.io.PrintWriter;




svn commit: r1811187 - in /sling: trunk/launchpad/starter.startup/ whiteboard/cziegeler/demo.startup/

2017-10-05 Thread cziegeler
Author: cziegeler
Date: Thu Oct  5 11:38:40 2017
New Revision: 1811187

URL: http://svn.apache.org/viewvc?rev=1811187=rev
Log:
Move starter startup bundle

Added:
sling/trunk/launchpad/starter.startup/
  - copied from r1811186, sling/whiteboard/cziegeler/demo.startup/
Removed:
sling/whiteboard/cziegeler/demo.startup/



Jenkins build is still unstable: sling-launchpad-testing-war-9 #32

2017-10-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: sling-launchpad-testing-9 #33

2017-10-05 Thread Apache Jenkins Server
See 




svn commit: r1811180 - in /sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl: BundleResourceIterator.java PathMapping.java

2017-10-05 Thread cziegeler
Author: cziegeler
Date: Thu Oct  5 09:51:24 2017
New Revision: 1811180

URL: http://svn.apache.org/viewvc?rev=1811180=rev
Log:
SLING-6878 : Bundle resource provider: support mounting of JSON files

Modified:

sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResourceIterator.java

sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/PathMapping.java

Modified: 
sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResourceIterator.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResourceIterator.java?rev=1811180=1811179=1811180=diff
==
--- 
sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResourceIterator.java
 (original)
+++ 
sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResourceIterator.java
 Thu Oct  5 09:51:24 2017
@@ -65,7 +65,6 @@ class BundleResourceIterator implements
  * Creates an instance using the given parent bundle resource.
  */
 BundleResourceIterator(final BundleResource parent) {
-
 // trailing slash to enumerate children
 final String parentEntryPath = 
parent.getMappedPath().getEntryPath(parent.getPath().concat("/"));
 this.prefixLength = parentEntryPath.length();
@@ -123,6 +122,7 @@ class BundleResourceIterator implements
 }
 }
 }
+
 return (bundleEntries.isEmpty() ? null : bundleEntries.iterator());
 }
 
@@ -167,7 +167,7 @@ class BundleResourceIterator implements
 }
 
 // another sanity check if the prefix is correct
-int slash = entry.indexOf('/', prefixLength);
+final int slash = entry.indexOf('/', prefixLength);
 if (slash < 0 || slash == entry.length() - 1) {
 log.debug("seek: Using entry {}", entry);
 final boolean isFolder = entry.endsWith("/");

Modified: 
sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/PathMapping.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/PathMapping.java?rev=1811180=1811179=1811180=diff
==
--- 
sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/PathMapping.java
 (original)
+++ 
sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/PathMapping.java
 Thu Oct  5 09:51:24 2017
@@ -74,8 +74,8 @@ class PathMapping {
 final String expandDirective) {
 this.resourceRoot = ensureNoTrailingSlash(resourceRoot);
 this.resourceRootPrefix = ensureTrailingSlash(resourceRoot);
-this.entryRoot = ensureNoTrailingSlash(entryRoot);
-this.entryRootPrefix = ensureTrailingSlash(entryRoot);
+this.entryRoot = ensureLeadingSlash(ensureNoTrailingSlash(entryRoot));
+this.entryRootPrefix = 
ensureLeadingSlash(ensureTrailingSlash(entryRoot));
 this.jsonExpandExtension = ensureLeadingDot(expandDirective);
 }
 
@@ -164,6 +164,18 @@ class PathMapping {
 }
 
 return path;
+}
+
+private static String ensureLeadingSlash(final String path) {
+if (path == null || path.length() == 0) {
+return null;
+}
+
+if (!path.startsWith("/")) {
+return "/".concat(path);
+}
+
+return path;
 }
 
 @Override




sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
Repository: sling-site
Updated Branches:
  refs/heads/asf-site 59da8bfe2 -> 811236b95


Automatic publish of sling site


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/811236b9
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/811236b9
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/811236b9

Branch: refs/heads/asf-site
Commit: 811236b9565bc8e14ecaeb5133a63eaf9ac92188
Parents: 59da8bf
Author: Robert Munteanu 
Authored: Thu Oct 5 12:06:53 2017 +0300
Committer: Robert Munteanu 
Committed: Thu Oct 5 12:06:53 2017 +0300

--
 errors/403.html | 39 +++
 errors/404.html | 40 
 2 files changed, 79 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/811236b9/errors/403.html
--
diff --git a/errors/403.html b/errors/403.html
new file mode 100644
index 000..918b906
--- /dev/null
+++ b/errors/403.html
@@ -0,0 +1,39 @@
+
+
+
+Apache Sling
+
+
+
+
+http://sling.apache.org;>
+
+
+
+http://www.apache.org;>
+
+
+
+DRAFT 2017 WEBSITE - SLING-6955
+
+
+DocumentationGetting StartedThe Sling EngineDevelopmentBundlesTutorials  How-TosConfigurationhttp://s.apache.org/sling.wiki;>Wikihttp://s.apache.org/sling.faq;>FAQAPI 
DocsSling 9Sling 8Sling 7Sling 6Sling 5Archive at javadoc.ioProject 
infoDownloadshttp://www.apache.org/licenses/;>LicenseContributingNewsLinksProject Informationhttps://issues.apache.org/jira/browse/SLING;>Issue Trackerhttp://ci.apache.org/builders/sling-trunk;>Build ServerSecuritySourcehttp://svn.apache.org/viewvc/sling/trunk;>SubversionGithttps://github.com/apache/sling;>Github 
MirrorSponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/foundation/sponsorship.html;>Become a 
Sponsorhttps://donate.apache.org/;>Donate!http://www.apache.org/foun
 dation/buy_stuff.html">Buy StuffSite Map
+
+Forbidden (403)Notice: 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.
+We're sorry, but the page you requested cannot be accessed. This may be 
because:
+
+  You typed the address incorrectly
+  You followed a link from another site that pointed to this page.
+
+If you came to this page by following a broken link on our site, you can 
report the https://issues.apache.org/jira/browse/SLING;>problem.

+
+
+TODO display revision number here
+
+Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
+
+
+
+
+
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/811236b9/errors/404.html
--
diff --git a/errors/404.html b/errors/404.html
new file mode 100644
index 000..4c8072f
--- /dev/null
+++ b/errors/404.html
@@ -0,0 +1,40 @@
+
+
+
+Apache Sling
+
+
+
+
+http://sling.apache.org;>
+
+
+
+http://www.apache.org;>
+
+
+
+DRAFT 2017 WEBSITE - SLING-6955
+
+
+DocumentationGetting StartedThe Sling EngineDevelopmentBundlesTutorials  How-TosConfigurationhttp://s.apache.org/sling.wiki;>Wikihttp://s.apache.org/sling.faq;>FAQAPI 
DocsSling 9Sling 8Sling 7Sling 6Sling 5Archive at javadoc.ioProject 
infoDownloadshttp://www.apache.org/licenses/;>LicenseContributingNewsLinksProject 

[2/2] sling-site git commit: Add back error pages

2017-10-05 Thread rombert
Add back error pages


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/3e0a4672
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/3e0a4672
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/3e0a4672

Branch: refs/heads/master
Commit: 3e0a4672b9997d30bc9814b55c4ff62634e3b2f2
Parents: 4900509
Author: Robert Munteanu 
Authored: Thu Oct 5 12:01:26 2017 +0300
Committer: Robert Munteanu 
Committed: Thu Oct 5 12:02:54 2017 +0300

--
 src/main/jbake/assets/errors/403.html | 39 +
 src/main/jbake/assets/errors/404.html | 40 ++
 2 files changed, 79 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/3e0a4672/src/main/jbake/assets/errors/403.html
--
diff --git a/src/main/jbake/assets/errors/403.html 
b/src/main/jbake/assets/errors/403.html
new file mode 100644
index 000..cea2617
--- /dev/null
+++ b/src/main/jbake/assets/errors/403.html
@@ -0,0 +1,39 @@
+
+
+
+Apache Sling
+
+
+
+
+http://sling.apache.org;>
+
+
+
+http://www.apache.org;>
+
+
+
+DRAFT 2017 WEBSITE - SLING-6955
+
+
+DocumentationGetting StartedThe Sling EngineDevelopmentBundlesTutorials  How-TosConfigurationhttp://s.apache.org/sling.wiki;>Wikihttp://s.apache.org/sling.faq;>FAQAPI 
DocsSling 9Sling 8Sling 7Sling 6Sling 5Archive at javadoc.ioProject 
infoDownloadshttp://www.apache.org/licenses/;>LicenseContributingNewsLinksProject Informationhttps://issues.apache.org/jira/browse/SLING;>Issue Trackerhttp://ci.apache.org/builders/sling-trunk;>Build ServerSecuritySourcehttp://svn.apache.org/viewvc/sling/trunk;>SubversionGithttps://github.com/apache/sling;>Github 
MirrorSponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/foundation/sponsorship.html;>Become a 
Sponsorhttps://donate.apache.org/;>Donate!http://www.apache.org/foun
 dation/buy_stuff.html">Buy StuffSite Map
+
+Forbidden (403)Notice: 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.
+We're sorry, but the page you requested cannot be accessed. This may be 
because:
+
+  You typed the address incorrectly
+  You followed a link from another site that pointed to this page.
+
+If you came to this page by following a broken link on our site, you can 
report the https://issues.apache.org/jira/browse/SLING;>problem.

+
+
+TODO display revision number here
+
+Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/sling-site/blob/3e0a4672/src/main/jbake/assets/errors/404.html
--
diff --git a/src/main/jbake/assets/errors/404.html 
b/src/main/jbake/assets/errors/404.html
new file mode 100644
index 000..9f7cfb0
--- /dev/null
+++ b/src/main/jbake/assets/errors/404.html
@@ -0,0 +1,40 @@
+
+
+
+Apache Sling
+
+
+
+
+http://sling.apache.org;>
+
+
+
+http://www.apache.org;>
+
+
+
+DRAFT 2017 WEBSITE - SLING-6955
+
+
+DocumentationGetting StartedThe Sling EngineDevelopmentBundlesTutorials  How-TosConfigurationhttp://s.apache.org/sling.wiki;>Wikihttp://s.apache.org/sling.faq;>FAQAPI 
DocsSling 9Sling 8Sling 7Sling 6Sling 5Archive at javadoc.ioProject 

[1/2] sling-site git commit: SLING-7178 - Allow publishing the Sling site using Maven

2017-10-05 Thread rombert
Repository: sling-site
Updated Branches:
  refs/heads/master f23d5dd64 -> 3e0a4672b


SLING-7178 - Allow publishing the Sling site using Maven

Move publishing to the actual live site, all issues are cleared out.


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/4900509b
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/4900509b
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/4900509b

Branch: refs/heads/master
Commit: 4900509b0b7ace37ab068c15362b10c183a56ec7
Parents: f23d5dd
Author: Robert Munteanu 
Authored: Thu Oct 5 11:36:51 2017 +0300
Committer: Robert Munteanu 
Committed: Thu Oct 5 11:45:13 2017 +0300

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/4900509b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 08d5bfc..0a9b072 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
 target/${project.artifactId}-${project.version}
 Automatic publish of sling site
 
scm:git:https://git-wip-us.apache.org/repos/asf/sling-site.git
-asf-site-staging
+asf-site
 
   
 



[sling-site] Git Push Summary

2017-10-05 Thread rombert
Repository: sling-site
Updated Branches:
  refs/heads/asf-site-staging [deleted] fb93da72b


[11/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/discovery/package-use.html
--
diff --git a/apidocs/sling9/org/apache/sling/discovery/package-use.html 
b/apidocs/sling9/org/apache/sling/discovery/package-use.html
index 6fcc73f..067ea67 100644
--- a/apidocs/sling9/org/apache/sling/discovery/package-use.html
+++ b/apidocs/sling9/org/apache/sling/discovery/package-use.html
@@ -464,4 +464,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/engine/EngineConstants.html
--
diff --git a/apidocs/sling9/org/apache/sling/engine/EngineConstants.html 
b/apidocs/sling9/org/apache/sling/engine/EngineConstants.html
index a56762f..ebebaa0 100644
--- a/apidocs/sling9/org/apache/sling/engine/EngineConstants.html
+++ b/apidocs/sling9/org/apache/sling/engine/EngineConstants.html
@@ -729,4 +729,4 @@ public static finalhttp://docs.oracle.com/javase/1.4.2/docs/api/j
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/engine/RequestLog.html
--
diff --git a/apidocs/sling9/org/apache/sling/engine/RequestLog.html 
b/apidocs/sling9/org/apache/sling/engine/RequestLog.html
index 6a143e2..ce2f185 100644
--- a/apidocs/sling9/org/apache/sling/engine/RequestLog.html
+++ b/apidocs/sling9/org/apache/sling/engine/RequestLog.html
@@ -310,4 +310,4 @@ public interface RequestLog
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/engine/RequestUtil.html
--
diff --git a/apidocs/sling9/org/apache/sling/engine/RequestUtil.html 
b/apidocs/sling9/org/apache/sling/engine/RequestUtil.html
index f029fd4..315b2c9 100644
--- a/apidocs/sling9/org/apache/sling/engine/RequestUtil.html
+++ b/apidocs/sling9/org/apache/sling/engine/RequestUtil.html
@@ -397,4 +397,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/engine/ResponseUtil.html
--
diff --git a/apidocs/sling9/org/apache/sling/engine/ResponseUtil.html 
b/apidocs/sling9/org/apache/sling/engine/ResponseUtil.html
index d6b7fc5..446d959 100644
--- a/apidocs/sling9/org/apache/sling/engine/ResponseUtil.html
+++ b/apidocs/sling9/org/apache/sling/engine/ResponseUtil.html
@@ -313,4 +313,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/engine/SlingRequestProcessor.html
--
diff --git a/apidocs/sling9/org/apache/sling/engine/SlingRequestProcessor.html 
b/apidocs/sling9/org/apache/sling/engine/SlingRequestProcessor.html
index 37a3e35..3f4c01e 100644
--- a/apidocs/sling9/org/apache/sling/engine/SlingRequestProcessor.html
+++ b/apidocs/sling9/org/apache/sling/engine/SlingRequestProcessor.html
@@ -294,4 +294,4 @@ public interface SlingRequestProcessor
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/engine/SlingSettingsService.html
--
diff --git a/apidocs/sling9/org/apache/sling/engine/SlingSettingsService.html 
b/apidocs/sling9/org/apache/sling/engine/SlingSettingsService.html
index d0da2ae..a5681a4 100644
--- a/apidocs/sling9/org/apache/sling/engine/SlingSettingsService.html
+++ b/apidocs/sling9/org/apache/sling/engine/SlingSettingsService.html
@@ -235,4 +235,4 @@ public interface SlingSettingsService
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/engine/auth/AuthenticationHandler.html

[05/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/AclLine.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/AclLine.html
 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/AclLine.html
index ceac556..b525efa 100644
--- 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/AclLine.html
+++ 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/AclLine.html
@@ -169,4 +169,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreatePath.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreatePath.html
 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreatePath.html
index eb6c282..80a2d7a 100644
--- 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreatePath.html
+++ 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreatePath.html
@@ -166,4 +166,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateServiceUser.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateServiceUser.html
 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateServiceUser.html
index 98cb967..ea78107 100644
--- 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateServiceUser.html
+++ 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateServiceUser.html
@@ -166,4 +166,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateUser.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateUser.html
 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateUser.html
index cff9383..38fe9e7 100644
--- 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateUser.html
+++ 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/CreateUser.html
@@ -166,4 +166,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteServiceUser.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteServiceUser.html
 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteServiceUser.html
index 573734e..d0f896e 100644
--- 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteServiceUser.html
+++ 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteServiceUser.html
@@ -166,4 +166,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteUser.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteUser.html
 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteUser.html
index aa35b4e..59483b1 100644
--- 
a/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteUser.html
+++ 
b/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/DeleteUser.html
@@ -166,4 +166,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/repoinit/parser/operations/class-use/LinePrefixCleaner.html
--
diff --git 

[01/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
Repository: sling-site
Updated Branches:
  refs/heads/asf-site d25a1b3ba -> 59da8bfe2


http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/servlets/resolver/jmx/package-summary.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/servlets/resolver/jmx/package-summary.html 
b/apidocs/sling9/org/apache/sling/servlets/resolver/jmx/package-summary.html
index a45b6ad..4800df0 100644
--- a/apidocs/sling9/org/apache/sling/servlets/resolver/jmx/package-summary.html
+++ b/apidocs/sling9/org/apache/sling/servlets/resolver/jmx/package-summary.html
@@ -145,4 +145,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file



[31/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/base/AbstractNamespaceMappingRepository.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/base/AbstractNamespaceMappingRepository.html
 
b/apidocs/sling7/org/apache/sling/jcr/base/AbstractNamespaceMappingRepository.html
index ee06b9f..5c44fa7 100644
--- 
a/apidocs/sling7/org/apache/sling/jcr/base/AbstractNamespaceMappingRepository.html
+++ 
b/apidocs/sling7/org/apache/sling/jcr/base/AbstractNamespaceMappingRepository.html
@@ -395,4 +395,4 @@ implements Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository.html 
b/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository.html
index 5329954..f784a70 100644
--- a/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository.html
+++ b/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository.html
@@ -1613,4 +1613,4 @@ public static finalhttp://docs.oracle.com/javase/1.4.2/docs/api/j
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository2.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository2.html 
b/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository2.html
index 539bd5a..e631769 100644
--- a/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository2.html
+++ b/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepository2.html
@@ -846,4 +846,4 @@ implements Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.html 
b/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.html
index 41a86a4..d311ecb 100644
--- 
a/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.html
+++ 
b/apidocs/sling7/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.html
@@ -689,4 +689,4 @@ extends Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/base/NamespaceMappingSupport.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/base/NamespaceMappingSupport.html 
b/apidocs/sling7/org/apache/sling/jcr/base/NamespaceMappingSupport.html
index 89064ea..b3697c2 100644
--- a/apidocs/sling7/org/apache/sling/jcr/base/NamespaceMappingSupport.html
+++ b/apidocs/sling7/org/apache/sling/jcr/base/NamespaceMappingSupport.html
@@ -376,4 +376,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/base/NodeTypeLoader.html
--
diff --git a/apidocs/sling7/org/apache/sling/jcr/base/NodeTypeLoader.html 
b/apidocs/sling7/org/apache/sling/jcr/base/NodeTypeLoader.html
index 4cf8b7a..05c411c 100644
--- a/apidocs/sling7/org/apache/sling/jcr/base/NodeTypeLoader.html
+++ b/apidocs/sling7/org/apache/sling/jcr/base/NodeTypeLoader.html
@@ -365,4 +365,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/base/SessionProxyHandler.SessionProxyInvocationHandler.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/base/SessionProxyHandler.SessionProxyInvocationHandler.html
 
b/apidocs/sling7/org/apache/sling/jcr/base/SessionProxyHandler.SessionProxyInvocationHandler.html
index 882c661..e89cf69 100644
--- 

[20/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ChildResource.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ChildResource.html
 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ChildResource.html
index 084905f..8733b17 100644
--- 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ChildResource.html
+++ 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ChildResource.html
@@ -307,4 +307,4 @@ public abstractbooleanoptional
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/InjectionStrategy.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/InjectionStrategy.html
 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/InjectionStrategy.html
index a18d243..aec1d3d 100644
--- 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/InjectionStrategy.html
+++ 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/InjectionStrategy.html
@@ -352,4 +352,4 @@ not permitted.)
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/OSGiService.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/OSGiService.html
 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/OSGiService.html
index 206114e..4e0a5e6 100644
--- 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/OSGiService.html
+++ 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/OSGiService.html
@@ -281,4 +281,4 @@ public abstractbooleanoptional
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/RequestAttribute.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/RequestAttribute.html
 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/RequestAttribute.html
index b388fd6..9d7db9d 100644
--- 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/RequestAttribute.html
+++ 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/RequestAttribute.html
@@ -279,4 +279,4 @@ public abstractbooleanoptional
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ResourcePath.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ResourcePath.html
 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ResourcePath.html
index 660fa74..167f6ae 100644
--- 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ResourcePath.html
+++ 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ResourcePath.html
@@ -325,4 +325,4 @@ public abstractbooleanoptional
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ScriptVariable.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ScriptVariable.html
 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ScriptVariable.html
index db1ae97..3d3eb45 100644
--- 
a/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ScriptVariable.html
+++ 
b/apidocs/sling8/org/apache/sling/models/annotations/injectorspecific/ScriptVariable.html
@@ -279,4 +279,4 @@ public abstractbooleanoptional
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file


[36/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptHelper.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptHelper.html 
b/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptHelper.html
index 991b29e..0ab0957 100644
--- a/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptHelper.html
+++ b/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptHelper.html
@@ -808,4 +808,4 @@ voiddispose()
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptResolver.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptResolver.html 
b/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptResolver.html
index fd5602e..cded1ed 100644
--- a/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptResolver.html
+++ b/apidocs/sling7/org/apache/sling/api/scripting/SlingScriptResolver.html
@@ -253,4 +253,4 @@ public interface SlingScriptResolver
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/scripting/class-use/InvalidServiceFilterSyntaxException.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/api/scripting/class-use/InvalidServiceFilterSyntaxException.html
 
b/apidocs/sling7/org/apache/sling/api/scripting/class-use/InvalidServiceFilterSyntaxException.html
index 0815c45..c7e3374 100644
--- 
a/apidocs/sling7/org/apache/sling/api/scripting/class-use/InvalidServiceFilterSyntaxException.html
+++ 
b/apidocs/sling7/org/apache/sling/api/scripting/class-use/InvalidServiceFilterSyntaxException.html
@@ -164,4 +164,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/scripting/class-use/ScriptEvaluationException.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/api/scripting/class-use/ScriptEvaluationException.html
 
b/apidocs/sling7/org/apache/sling/api/scripting/class-use/ScriptEvaluationException.html
index ce805a9..04a26dc 100644
--- 
a/apidocs/sling7/org/apache/sling/api/scripting/class-use/ScriptEvaluationException.html
+++ 
b/apidocs/sling7/org/apache/sling/api/scripting/class-use/ScriptEvaluationException.html
@@ -123,4 +123,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingBindings.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingBindings.html 
b/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingBindings.html
index 808a60a..3e39e1a 100644
--- a/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingBindings.html
+++ b/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingBindings.html
@@ -175,4 +175,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingScript.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingScript.html 
b/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingScript.html
index e8619b4..1b6ac15 100644
--- a/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingScript.html
+++ b/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingScript.html
@@ -213,4 +213,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingScriptConstants.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingScriptConstants.html
 
b/apidocs/sling7/org/apache/sling/api/scripting/class-use/SlingScriptConstants.html
index 17b15c7..80ff331 100644
--- 

[50/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/allclasses-frame.html
--
diff --git a/apidocs/sling5/allclasses-frame.html 
b/apidocs/sling5/allclasses-frame.html
index b41ed2b..f8fab4c 100644
--- a/apidocs/sling5/allclasses-frame.html
+++ b/apidocs/sling5/allclasses-frame.html
@@ -447,4 +447,4 @@ All Classes (Apache Sling Aggregate 5-incubator API)
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/allclasses-noframe.html
--
diff --git a/apidocs/sling5/allclasses-noframe.html 
b/apidocs/sling5/allclasses-noframe.html
index e95baac..b1191a6 100644
--- a/apidocs/sling5/allclasses-noframe.html
+++ b/apidocs/sling5/allclasses-noframe.html
@@ -447,4 +447,4 @@ All Classes (Apache Sling Aggregate 5-incubator API)
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/constant-values.html
--
diff --git a/apidocs/sling5/constant-values.html 
b/apidocs/sling5/constant-values.html
index b5b4e8a..8819dc8 100644
--- a/apidocs/sling5/constant-values.html
+++ b/apidocs/sling5/constant-values.html
@@ -2392,4 +2392,4 @@ org.apache.*
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/deprecated-list.html
--
diff --git a/apidocs/sling5/deprecated-list.html 
b/apidocs/sling5/deprecated-list.html
index 6cdc293..5cad282 100644
--- a/apidocs/sling5/deprecated-list.html
+++ b/apidocs/sling5/deprecated-list.html
@@ -185,4 +185,4 @@ function windowTitle()
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/help-doc.html
--
diff --git a/apidocs/sling5/help-doc.html b/apidocs/sling5/help-doc.html
index f607663..542a16f 100644
--- a/apidocs/sling5/help-doc.html
+++ b/apidocs/sling5/help-doc.html
@@ -221,4 +221,4 @@ This help file applies to API documentation generated using 
the standard doclet.
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/index-all.html
--
diff --git a/apidocs/sling5/index-all.html b/apidocs/sling5/index-all.html
index ecb5a93..ec36833 100644
--- a/apidocs/sling5/index-all.html
+++ b/apidocs/sling5/index-all.html
@@ -6394,4 +6394,4 @@ Constructor for class 
org.apache.sling.commons.json.xml.http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/index.html
--
diff --git a/apidocs/sling5/index.html b/apidocs/sling5/index.html
index 45e4bac..463406e 100644
--- a/apidocs/sling5/index.html
+++ b/apidocs/sling5/index.html
@@ -37,4 +37,4 @@ This document is designed to be viewed using the frames 
feature. If you see this
 Link toNon-frame version.
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/api/SlingConstants.html
--
diff --git a/apidocs/sling5/org/apache/sling/api/SlingConstants.html 
b/apidocs/sling5/org/apache/sling/api/SlingConstants.html
index 0b37638..a741246 100644
--- a/apidocs/sling5/org/apache/sling/api/SlingConstants.html
+++ b/apidocs/sling5/org/apache/sling/api/SlingConstants.html
@@ -531,4 +531,4 @@ DETAIL:FIELD|http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/api/SlingException.html
--
diff --git a/apidocs/sling5/org/apache/sling/api/SlingException.html 
b/apidocs/sling5/org/apache/sling/api/SlingException.html
index c10c642..e1d640c 100644
--- a/apidocs/sling5/org/apache/sling/api/SlingException.html
+++ b/apidocs/sling5/org/apache/sling/api/SlingException.html
@@ -336,4 +336,4 @@ DETAIL:FIELD|CONSTR|
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/api/SlingHttpServletRequest.html
--
diff --git a/apidocs/sling5/org/apache/sling/api/SlingHttpServletRequest.html 
b/apidocs/sling5/org/apache/sling/api/SlingHttpServletRequest.html
index e4c120c..f67dfc0 100644
--- a/apidocs/sling5/org/apache/sling/api/SlingHttpServletRequest.html
+++ 

[40/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResource.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResource.html
 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResource.html
index b012d8d..0c0e61c 100644
--- 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResource.html
+++ 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResource.html
@@ -182,4 +182,4 @@ Uses of http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResourceGroup.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResourceGroup.html
 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResourceGroup.html
index 3b9b68c..6f4fa5b 100644
--- 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResourceGroup.html
+++ 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TaskResourceGroup.html
@@ -205,4 +205,4 @@ Uses of http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TransformationResult.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TransformationResult.html
 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TransformationResult.html
index fc92569..2252761 100644
--- 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TransformationResult.html
+++ 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/class-use/TransformationResult.html
@@ -174,4 +174,4 @@ Uses of http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/installer/api/tasks/package-frame.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/package-frame.html 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/package-frame.html
index 9315778..24083d8 100644
--- a/apidocs/sling6/org/apache/sling/installer/api/tasks/package-frame.html
+++ b/apidocs/sling6/org/apache/sling/installer/api/tasks/package-frame.html
@@ -64,4 +64,4 @@ Enums
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/installer/api/tasks/package-summary.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/package-summary.html 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/package-summary.html
index 81f9eaf..f7319d4 100644
--- a/apidocs/sling6/org/apache/sling/installer/api/tasks/package-summary.html
+++ b/apidocs/sling6/org/apache/sling/installer/api/tasks/package-summary.html
@@ -210,4 +210,4 @@ Package org.apache.sling.installer.api.tasks
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/installer/api/tasks/package-tree.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/package-tree.html 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/package-tree.html
index aae1f36..67753bf 100644
--- a/apidocs/sling6/org/apache/sling/installer/api/tasks/package-tree.html
+++ b/apidocs/sling6/org/apache/sling/installer/api/tasks/package-tree.html
@@ -165,4 +165,4 @@ Enum Hierarchy
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/installer/api/tasks/package-use.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/installer/api/tasks/package-use.html 
b/apidocs/sling6/org/apache/sling/installer/api/tasks/package-use.html
index 4fe2dcb..ba038c5 100644
--- a/apidocs/sling6/org/apache/sling/installer/api/tasks/package-use.html
+++ b/apidocs/sling6/org/apache/sling/installer/api/tasks/package-use.html
@@ -204,4 +204,4 @@ Classes in http://www.apache.org/;>The Apache 
Software Foundation. All 

[45/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/scripting/javascript/package-frame.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/scripting/javascript/package-frame.html 
b/apidocs/sling5/org/apache/sling/scripting/javascript/package-frame.html
index d9330f9..0dffeb7 100644
--- a/apidocs/sling5/org/apache/sling/scripting/javascript/package-frame.html
+++ b/apidocs/sling5/org/apache/sling/scripting/javascript/package-frame.html
@@ -32,4 +32,4 @@ Interfaces
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/scripting/javascript/package-summary.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/scripting/javascript/package-summary.html 
b/apidocs/sling5/org/apache/sling/scripting/javascript/package-summary.html
index ff738ac..405a498 100644
--- a/apidocs/sling5/org/apache/sling/scripting/javascript/package-summary.html
+++ b/apidocs/sling5/org/apache/sling/scripting/javascript/package-summary.html
@@ -161,4 +161,4 @@ Package org.apache.sling.scripting.javascript
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/scripting/javascript/package-tree.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/scripting/javascript/package-tree.html 
b/apidocs/sling5/org/apache/sling/scripting/javascript/package-tree.html
index fe9f9f9..b45319c 100644
--- a/apidocs/sling5/org/apache/sling/scripting/javascript/package-tree.html
+++ b/apidocs/sling5/org/apache/sling/scripting/javascript/package-tree.html
@@ -151,4 +151,4 @@ Interface Hierarchy
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/scripting/javascript/package-use.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/scripting/javascript/package-use.html 
b/apidocs/sling5/org/apache/sling/scripting/javascript/package-use.html
index d94636f..bb3e301 100644
--- a/apidocs/sling5/org/apache/sling/scripting/javascript/package-use.html
+++ b/apidocs/sling5/org/apache/sling/scripting/javascript/package-use.html
@@ -168,4 +168,4 @@ Classes in http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableBase.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableBase.html
 
b/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableBase.html
index a8c9a6e..240a009 100644
--- 
a/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableBase.html
+++ 
b/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableBase.html
@@ -393,4 +393,4 @@ DETAIL:FIELD|http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableCalendar.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableCalendar.html
 
b/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableCalendar.html
index 1ab24e5..e940b3f 100644
--- 
a/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableCalendar.html
+++ 
b/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableCalendar.html
@@ -575,4 +575,4 @@ DETAIL:FIELD|http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableItemMap.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableItemMap.html
 
b/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableItemMap.html
index e826a89..6d3b063 100644
--- 
a/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableItemMap.html
+++ 
b/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableItemMap.html
@@ -459,4 +459,4 @@ DETAIL:FIELD|http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableNode.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableNode.html
 
b/apidocs/sling5/org/apache/sling/scripting/javascript/wrapper/ScriptableNode.html
index 0625521..8d7212e 100644
--- 

[23/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.Type.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.Type.html
 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.Type.html
index 22d9630..2045364 100644
--- 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.Type.html
+++ 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.Type.html
@@ -178,4 +178,4 @@ the order they are declared.
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.html 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.html
index a256bf1..63166e4 100644
--- 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.html
+++ 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/QueueConfiguration.html
@@ -165,4 +165,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.ScheduleType.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.ScheduleType.html
 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.ScheduleType.html
index a885ed7..b93fa8f 100644
--- 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.ScheduleType.html
+++ 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.ScheduleType.html
@@ -178,4 +178,4 @@ the order they are declared.
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.html 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.html
index 34ee0d8..a8c6b6e 100644
--- a/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.html
+++ b/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduleInfo.html
@@ -165,4 +165,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduledJobInfo.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduledJobInfo.html 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduledJobInfo.html
index 30abaac..273e68b 100644
--- a/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduledJobInfo.html
+++ b/apidocs/sling8/org/apache/sling/event/jobs/class-use/ScheduledJobInfo.html
@@ -194,4 +194,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/event/jobs/class-use/Statistics.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/Statistics.html 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/Statistics.html
index 507d17a..c2e56f1 100644
--- a/apidocs/sling8/org/apache/sling/event/jobs/class-use/Statistics.html
+++ b/apidocs/sling8/org/apache/sling/event/jobs/class-use/Statistics.html
@@ -193,4 +193,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/event/jobs/class-use/TopicStatistics.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/event/jobs/class-use/TopicStatistics.html 
b/apidocs/sling8/org/apache/sling/event/jobs/class-use/TopicStatistics.html
index 79175a6..9987895 100644
--- a/apidocs/sling8/org/apache/sling/event/jobs/class-use/TopicStatistics.html
+++ b/apidocs/sling8/org/apache/sling/event/jobs/class-use/TopicStatistics.html
@@ 

[29/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ExportsObject.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ExportsObject.html
 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ExportsObject.html
index b2152db..fab6a47 100644
--- 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ExportsObject.html
+++ 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ExportsObject.html
@@ -324,4 +324,4 @@ extends org.mozilla.javascript.NativeObject
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleObject.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleObject.html 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleObject.html
index d48b7cb..48f9db2 100644
--- 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleObject.html
+++ 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleObject.html
@@ -336,4 +336,4 @@ implements org.mozilla.javascript.Scriptable
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleScope.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleScope.html 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleScope.html
index d4b53de..addbaf8 100644
--- 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleScope.html
+++ 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/ModuleScope.html
@@ -391,4 +391,4 @@ extends org.mozilla.javascript.ImporterTopLevel
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContext.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContext.html 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContext.html
index f87b3a5..7410eae 100644
--- 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContext.html
+++ 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContext.html
@@ -321,4 +321,4 @@ extends org.mozilla.javascript.Context
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
index 4eaadae..99daecf 100644
--- 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
+++ 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
@@ -372,4 +372,4 @@ extends org.mozilla.javascript.ContextFactory
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingGlobal.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingGlobal.html 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingGlobal.html
index ab804aa..fee0325 100644
--- 
a/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingGlobal.html
+++ 
b/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingGlobal.html
@@ -339,4 +339,4 @@ implements http://docs.oracle.com/javase/1.4.2/docs/api/java/io/Seriali
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/scripting/javascript/helper/SlingWrapFactory.html
--
diff --git 

[09/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
index 2a23c8e..280e27d 100644
--- 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
+++ 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
@@ -223,4 +223,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
index 7c0385e..a69c6a3 100644
--- 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
+++ 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
index 47a803b..4296924 100644
--- 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
+++ 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
@@ -169,4 +169,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
index bf261ad..b3bfea8 100644
--- 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
+++ 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
@@ -222,4 +222,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
index 465cb83..bf37e13 100644
--- 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
+++ 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
@@ -291,4 +291,4 @@ the order they are declared.
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
index 375af04..c0809bd 100644
--- 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
+++ 
b/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/RetryHandler.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/installer/api/tasks/class-use/RetryHandler.html
 

[43/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/AuthenticationInfoPostProcessor.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/AuthenticationInfoPostProcessor.html
 
b/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/AuthenticationInfoPostProcessor.html
index 6a6bc2b..8fd7c81 100644
--- 
a/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/AuthenticationInfoPostProcessor.html
+++ 
b/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/AuthenticationInfoPostProcessor.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.auth.core.spi.AuthenticationInfoPostProcessor
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/DefaultAuthenticationFeedbackHandler.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/DefaultAuthenticationFeedbackHandler.html
 
b/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/DefaultAuthenticationFeedbackHandler.html
index c065ff2..b5387a4 100644
--- 
a/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/DefaultAuthenticationFeedbackHandler.html
+++ 
b/apidocs/sling6/org/apache/sling/auth/core/spi/class-use/DefaultAuthenticationFeedbackHandler.html
@@ -210,4 +210,4 @@ Uses of http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/auth/core/spi/package-frame.html
--
diff --git a/apidocs/sling6/org/apache/sling/auth/core/spi/package-frame.html 
b/apidocs/sling6/org/apache/sling/auth/core/spi/package-frame.html
index 56364cc..d76 100644
--- a/apidocs/sling6/org/apache/sling/auth/core/spi/package-frame.html
+++ b/apidocs/sling6/org/apache/sling/auth/core/spi/package-frame.html
@@ -51,4 +51,4 @@ Classes
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/auth/core/spi/package-summary.html
--
diff --git a/apidocs/sling6/org/apache/sling/auth/core/spi/package-summary.html 
b/apidocs/sling6/org/apache/sling/auth/core/spi/package-summary.html
index d94b124..41b0441 100644
--- a/apidocs/sling6/org/apache/sling/auth/core/spi/package-summary.html
+++ b/apidocs/sling6/org/apache/sling/auth/core/spi/package-summary.html
@@ -199,4 +199,4 @@ Package org.apache.sling.auth.core.spi
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/auth/core/spi/package-tree.html
--
diff --git a/apidocs/sling6/org/apache/sling/auth/core/spi/package-tree.html 
b/apidocs/sling6/org/apache/sling/auth/core/spi/package-tree.html
index 0c8b387..f0b837d 100644
--- a/apidocs/sling6/org/apache/sling/auth/core/spi/package-tree.html
+++ b/apidocs/sling6/org/apache/sling/auth/core/spi/package-tree.html
@@ -168,4 +168,4 @@ Interface Hierarchy
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/auth/core/spi/package-use.html
--
diff --git a/apidocs/sling6/org/apache/sling/auth/core/spi/package-use.html 
b/apidocs/sling6/org/apache/sling/auth/core/spi/package-use.html
index 3694e9a..9f2c05d 100644
--- a/apidocs/sling6/org/apache/sling/auth/core/spi/package-use.html
+++ b/apidocs/sling6/org/apache/sling/auth/core/spi/package-use.html
@@ -250,4 +250,4 @@ Classes in http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/auth/form/FormReason.html
--
diff --git a/apidocs/sling6/org/apache/sling/auth/form/FormReason.html 
b/apidocs/sling6/org/apache/sling/auth/form/FormReason.html
index 9220bb4..a49903a 100644
--- a/apidocs/sling6/org/apache/sling/auth/form/FormReason.html
+++ b/apidocs/sling6/org/apache/sling/auth/form/FormReason.html
@@ -349,4 +349,4 @@ DETAIL:ENUM 
CONSTANTS|FIEL
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights 

[37/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/auth/class-use/NoAuthenticationHandlerException.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/api/auth/class-use/NoAuthenticationHandlerException.html
 
b/apidocs/sling7/org/apache/sling/api/auth/class-use/NoAuthenticationHandlerException.html
index 1ab9c06..a0e72f4 100644
--- 
a/apidocs/sling7/org/apache/sling/api/auth/class-use/NoAuthenticationHandlerException.html
+++ 
b/apidocs/sling7/org/apache/sling/api/auth/class-use/NoAuthenticationHandlerException.html
@@ -123,4 +123,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/auth/package-frame.html
--
diff --git a/apidocs/sling7/org/apache/sling/api/auth/package-frame.html 
b/apidocs/sling7/org/apache/sling/api/auth/package-frame.html
index 77e6fe9..cd32ab3 100644
--- a/apidocs/sling7/org/apache/sling/api/auth/package-frame.html
+++ b/apidocs/sling7/org/apache/sling/api/auth/package-frame.html
@@ -22,4 +22,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/auth/package-summary.html
--
diff --git a/apidocs/sling7/org/apache/sling/api/auth/package-summary.html 
b/apidocs/sling7/org/apache/sling/api/auth/package-summary.html
index 3bcf180..6ff0a3e 100644
--- a/apidocs/sling7/org/apache/sling/api/auth/package-summary.html
+++ b/apidocs/sling7/org/apache/sling/api/auth/package-summary.html
@@ -169,4 +169,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/auth/package-tree.html
--
diff --git a/apidocs/sling7/org/apache/sling/api/auth/package-tree.html 
b/apidocs/sling7/org/apache/sling/api/auth/package-tree.html
index 9dde716..a8e4604 100644
--- a/apidocs/sling7/org/apache/sling/api/auth/package-tree.html
+++ b/apidocs/sling7/org/apache/sling/api/auth/package-tree.html
@@ -156,4 +156,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/auth/package-use.html
--
diff --git a/apidocs/sling7/org/apache/sling/api/auth/package-use.html 
b/apidocs/sling7/org/apache/sling/api/auth/package-use.html
index 008eadd..37989e9 100644
--- a/apidocs/sling7/org/apache/sling/api/auth/package-use.html
+++ b/apidocs/sling7/org/apache/sling/api/auth/package-use.html
@@ -123,4 +123,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/class-use/SlingConstants.html
--
diff --git a/apidocs/sling7/org/apache/sling/api/class-use/SlingConstants.html 
b/apidocs/sling7/org/apache/sling/api/class-use/SlingConstants.html
index bd9ea39..61fef53 100644
--- a/apidocs/sling7/org/apache/sling/api/class-use/SlingConstants.html
+++ b/apidocs/sling7/org/apache/sling/api/class-use/SlingConstants.html
@@ -123,4 +123,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/class-use/SlingException.html
--
diff --git a/apidocs/sling7/org/apache/sling/api/class-use/SlingException.html 
b/apidocs/sling7/org/apache/sling/api/class-use/SlingException.html
index 53f7e6a..c1874d8 100644
--- a/apidocs/sling7/org/apache/sling/api/class-use/SlingException.html
+++ b/apidocs/sling7/org/apache/sling/api/class-use/SlingException.html
@@ -297,4 +297,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/api/class-use/SlingHttpServletRequest.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/api/class-use/SlingHttpServletRequest.html 

[42/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleBundleVersionInfo.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleBundleVersionInfo.html
 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleBundleVersionInfo.html
index 6065e8b..a275a40 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleBundleVersionInfo.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleBundleVersionInfo.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.commons.osgi.bundleversion.BundleBundleVersionInfo
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleVersionInfo.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleVersionInfo.html
 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleVersionInfo.html
index 285f8ca..f4126e4 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleVersionInfo.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/BundleVersionInfo.html
@@ -199,4 +199,4 @@ Uses of http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/FileBundleVersionInfo.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/FileBundleVersionInfo.html
 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/FileBundleVersionInfo.html
index 5407ebd..829e335 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/FileBundleVersionInfo.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/class-use/FileBundleVersionInfo.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.commons.osgi.bundleversion.FileBundleVersionInfo
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-frame.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-frame.html 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-frame.html
index 379355a..bfbf6d0 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-frame.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-frame.html
@@ -34,4 +34,4 @@ Classes
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-summary.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-summary.html
 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-summary.html
index 5dd9ab5..d4b481d 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-summary.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-summary.html
@@ -161,4 +161,4 @@ Package org.apache.sling.commons.osgi.bundleversion
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-tree.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-tree.html 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-tree.html
index f9eb168..dc922ac 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-tree.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-tree.html
@@ -150,4 +150,4 @@ Class Hierarchy
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/osgi/bundleversion/package-use.html

[47/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateGroupServlet.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateGroupServlet.html
 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateGroupServlet.html
index 8d4b4dd..33a408f 100644
--- 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateGroupServlet.html
+++ 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateGroupServlet.html
@@ -142,4 +142,4 @@ No usage of 
org.apache.sling.jackrabbit.usermanager.post.CreateGroupServlet
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateUserServlet.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateUserServlet.html
 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateUserServlet.html
index 2896efc..3111235 100644
--- 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateUserServlet.html
+++ 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/CreateUserServlet.html
@@ -142,4 +142,4 @@ No usage of 
org.apache.sling.jackrabbit.usermanager.post.CreateUserServlet
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/DeleteAuthorizableServlet.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/DeleteAuthorizableServlet.html
 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/DeleteAuthorizableServlet.html
index 6395fa9..a28301e 100644
--- 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/DeleteAuthorizableServlet.html
+++ 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/DeleteAuthorizableServlet.html
@@ -142,4 +142,4 @@ No usage of 
org.apache.sling.jackrabbit.usermanager.post.DeleteAuthorizableServl
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateGroupServlet.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateGroupServlet.html
 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateGroupServlet.html
index c159057..f2e565a 100644
--- 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateGroupServlet.html
+++ 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateGroupServlet.html
@@ -142,4 +142,4 @@ No usage of 
org.apache.sling.jackrabbit.usermanager.post.UpdateGroupServlet
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateUserServlet.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateUserServlet.html
 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateUserServlet.html
index 5b1b9aa..a10ce55 100644
--- 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateUserServlet.html
+++ 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/class-use/UpdateUserServlet.html
@@ -142,4 +142,4 @@ No usage of 
org.apache.sling.jackrabbit.usermanager.post.UpdateUserServlet
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/package-frame.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/package-frame.html
 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/package-frame.html
index 45b4a50..6179c96 100644
--- 
a/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/package-frame.html
+++ 
b/apidocs/sling5/org/apache/sling/jackrabbit/usermanager/post/package-frame.html
@@ -46,4 +46,4 @@ Classes
 
 
 
-
+
\ No newline at end of file


[32/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/installer/api/OsgiInstaller.html
--
diff --git a/apidocs/sling7/org/apache/sling/installer/api/OsgiInstaller.html 
b/apidocs/sling7/org/apache/sling/installer/api/OsgiInstaller.html
index 8a7d678..af03209 100644
--- a/apidocs/sling7/org/apache/sling/installer/api/OsgiInstaller.html
+++ b/apidocs/sling7/org/apache/sling/installer/api/OsgiInstaller.html
@@ -302,4 +302,4 @@ var activeTableTab = "activeTableTab";
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/installer/api/ResourceChangeListener.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/installer/api/ResourceChangeListener.html 
b/apidocs/sling7/org/apache/sling/installer/api/ResourceChangeListener.html
index 9eddd2f..ce9cd6b 100644
--- a/apidocs/sling7/org/apache/sling/installer/api/ResourceChangeListener.html
+++ b/apidocs/sling7/org/apache/sling/installer/api/ResourceChangeListener.html
@@ -272,4 +272,4 @@ var activeTableTab = "activeTableTab";
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/installer/api/UpdateHandler.html
--
diff --git a/apidocs/sling7/org/apache/sling/installer/api/UpdateHandler.html 
b/apidocs/sling7/org/apache/sling/installer/api/UpdateHandler.html
index f6abc0f..277e277 100644
--- a/apidocs/sling7/org/apache/sling/installer/api/UpdateHandler.html
+++ b/apidocs/sling7/org/apache/sling/installer/api/UpdateHandler.html
@@ -357,4 +357,4 @@ var activeTableTab = "activeTableTab";
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/installer/api/UpdateResult.html
--
diff --git a/apidocs/sling7/org/apache/sling/installer/api/UpdateResult.html 
b/apidocs/sling7/org/apache/sling/installer/api/UpdateResult.html
index 60adee7..534c9c8 100644
--- a/apidocs/sling7/org/apache/sling/installer/api/UpdateResult.html
+++ b/apidocs/sling7/org/apache/sling/installer/api/UpdateResult.html
@@ -452,4 +452,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/installer/api/class-use/InstallableResource.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/installer/api/class-use/InstallableResource.html
 
b/apidocs/sling7/org/apache/sling/installer/api/class-use/InstallableResource.html
index 4ef01a6..39cf57e 100644
--- 
a/apidocs/sling7/org/apache/sling/installer/api/class-use/InstallableResource.html
+++ 
b/apidocs/sling7/org/apache/sling/installer/api/class-use/InstallableResource.html
@@ -176,4 +176,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/installer/api/class-use/OsgiInstaller.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/installer/api/class-use/OsgiInstaller.html 
b/apidocs/sling7/org/apache/sling/installer/api/class-use/OsgiInstaller.html
index 0dba434..ad724ee 100644
--- a/apidocs/sling7/org/apache/sling/installer/api/class-use/OsgiInstaller.html
+++ b/apidocs/sling7/org/apache/sling/installer/api/class-use/OsgiInstaller.html
@@ -123,4 +123,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/installer/api/class-use/ResourceChangeListener.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/installer/api/class-use/ResourceChangeListener.html
 
b/apidocs/sling7/org/apache/sling/installer/api/class-use/ResourceChangeListener.html
index 7198f28..4f89529 100644
--- 
a/apidocs/sling7/org/apache/sling/installer/api/class-use/ResourceChangeListener.html
+++ 

[18/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/adapter/package-use.html
--
diff --git a/apidocs/sling9/org/apache/sling/adapter/package-use.html 
b/apidocs/sling9/org/apache/sling/adapter/package-use.html
index 2d55751..8e42219 100644
--- a/apidocs/sling9/org/apache/sling/adapter/package-use.html
+++ b/apidocs/sling9/org/apache/sling/adapter/package-use.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/SlingConstants.html
--
diff --git a/apidocs/sling9/org/apache/sling/api/SlingConstants.html 
b/apidocs/sling9/org/apache/sling/api/SlingConstants.html
index 1cdb26d..a393495 100644
--- a/apidocs/sling9/org/apache/sling/api/SlingConstants.html
+++ b/apidocs/sling9/org/apache/sling/api/SlingConstants.html
@@ -1224,4 +1224,4 @@ public static finalhttp://docs.oracle.com/javase/1.4.2/docs/api/j
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/SlingException.html
--
diff --git a/apidocs/sling9/org/apache/sling/api/SlingException.html 
b/apidocs/sling9/org/apache/sling/api/SlingException.html
index d68bed3..2ae853b 100644
--- a/apidocs/sling9/org/apache/sling/api/SlingException.html
+++ b/apidocs/sling9/org/apache/sling/api/SlingException.html
@@ -363,4 +363,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/RuntimeE
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/SlingHttpServletRequest.html
--
diff --git a/apidocs/sling9/org/apache/sling/api/SlingHttpServletRequest.html 
b/apidocs/sling9/org/apache/sling/api/SlingHttpServletRequest.html
index 9f98985..2152536 100644
--- a/apidocs/sling9/org/apache/sling/api/SlingHttpServletRequest.html
+++ b/apidocs/sling9/org/apache/sling/api/SlingHttpServletRequest.html
@@ -743,4 +743,4 @@ javax.servlet.http.CookiegetCookie(http://docs.oracle.com/javase/
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/SlingHttpServletResponse.html
--
diff --git a/apidocs/sling9/org/apache/sling/api/SlingHttpServletResponse.html 
b/apidocs/sling9/org/apache/sling/api/SlingHttpServletResponse.html
index 33a13d6..2706b7b 100644
--- a/apidocs/sling9/org/apache/sling/api/SlingHttpServletResponse.html
+++ b/apidocs/sling9/org/apache/sling/api/SlingHttpServletResponse.html
@@ -234,4 +234,4 @@ extends javax.servlet.http.HttpServletResponse, Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/SlingIOException.html
--
diff --git a/apidocs/sling9/org/apache/sling/api/SlingIOException.html 
b/apidocs/sling9/org/apache/sling/api/SlingIOException.html
index d7465b9..0950e1e 100644
--- a/apidocs/sling9/org/apache/sling/api/SlingIOException.html
+++ b/apidocs/sling9/org/apache/sling/api/SlingIOException.html
@@ -275,4 +275,4 @@ extends Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/SlingServletException.html
--
diff --git a/apidocs/sling9/org/apache/sling/api/SlingServletException.html 
b/apidocs/sling9/org/apache/sling/api/SlingServletException.html
index 2e9cd03..ee128d4 100644
--- a/apidocs/sling9/org/apache/sling/api/SlingServletException.html
+++ b/apidocs/sling9/org/apache/sling/api/SlingServletException.html
@@ -275,4 +275,4 @@ extends Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/adapter/Adaptable.html
--
diff --git 

[06/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory.html
 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory.html
index e28aed8..c576e1c 100644
--- 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory.html
+++ 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory.html
@@ -241,4 +241,4 @@ public interface InjectAnnotationProcessorFactory
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory2.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory2.html
 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory2.html
index 7de39f2..f0cb806 100644
--- 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory2.html
+++ 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory2.html
@@ -235,4 +235,4 @@ public interface InjectAnnotationProcessorFactory2
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/StaticInjectAnnotationProcessorFactory.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/StaticInjectAnnotationProcessorFactory.html
 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/StaticInjectAnnotationProcessorFactory.html
index 9b6d61a..e23a896 100644
--- 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/StaticInjectAnnotationProcessorFactory.html
+++ 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/StaticInjectAnnotationProcessorFactory.html
@@ -232,4 +232,4 @@ public interface StaticInjectAnnotationProcessorFact
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor.html
 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor.html
index 871a72e..faaa9e5 100644
--- 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor.html
+++ 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor.html
@@ -165,4 +165,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor2.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor2.html
 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor2.html
index 1268c4b..84007e0 100644
--- 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor2.html
+++ 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/AbstractInjectAnnotationProcessor2.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/InjectAnnotation.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/InjectAnnotation.html
 
b/apidocs/sling9/org/apache/sling/models/spi/injectorspecific/class-use/InjectAnnotation.html
index 064ff5c..969876e 100644
--- 

[27/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/api/resource/class-use/AttributableResourceProvider.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/AttributableResourceProvider.html
 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/AttributableResourceProvider.html
index c9e732a..1b9a7e6 100644
--- 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/AttributableResourceProvider.html
+++ 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/AttributableResourceProvider.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/api/resource/class-use/DynamicResourceProvider.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/DynamicResourceProvider.html
 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/DynamicResourceProvider.html
index 1c48176..7296bee 100644
--- 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/DynamicResourceProvider.html
+++ 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/DynamicResourceProvider.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/api/resource/class-use/LoginException.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/LoginException.html 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/LoginException.html
index 1271730..068a416 100644
--- a/apidocs/sling8/org/apache/sling/api/resource/class-use/LoginException.html
+++ b/apidocs/sling8/org/apache/sling/api/resource/class-use/LoginException.html
@@ -240,4 +240,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifiableValueMap.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifiableValueMap.html
 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifiableValueMap.html
index afcfede..20f8b50 100644
--- 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifiableValueMap.html
+++ 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifiableValueMap.html
@@ -174,4 +174,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifyingResourceProvider.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifyingResourceProvider.html
 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifyingResourceProvider.html
index 791fb26..de74d67 100644
--- 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifyingResourceProvider.html
+++ 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/ModifyingResourceProvider.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/api/resource/class-use/NonExistingResource.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/NonExistingResource.html
 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/NonExistingResource.html
index abb4e5b..7b1ee61 100644
--- 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/NonExistingResource.html
+++ 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/NonExistingResource.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/api/resource/class-use/ParametrizableResourceProvider.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/api/resource/class-use/ParametrizableResourceProvider.html
 
b/apidocs/sling8/org/apache/sling/api/resource/class-use/ParametrizableResourceProvider.html
index 

[12/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/discovery/class-use/TopologyView.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/discovery/class-use/TopologyView.html 
b/apidocs/sling9/org/apache/sling/discovery/class-use/TopologyView.html
index 059472f..6fdb4e7 100644
--- a/apidocs/sling9/org/apache/sling/discovery/class-use/TopologyView.html
+++ b/apidocs/sling9/org/apache/sling/discovery/class-use/TopologyView.html
@@ -288,4 +288,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/discovery/commons/InitDelayingTopologyEventListener.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/discovery/commons/InitDelayingTopologyEventListener.html
 
b/apidocs/sling9/org/apache/sling/discovery/commons/InitDelayingTopologyEventListener.html
index ea3ccab..da11652 100644
--- 
a/apidocs/sling9/org/apache/sling/discovery/commons/InitDelayingTopologyEventListener.html
+++ 
b/apidocs/sling9/org/apache/sling/discovery/commons/InitDelayingTopologyEventListener.html
@@ -474,4 +474,4 @@ 
publicInitDelayingTopologyEventListener(longstartupDelay,
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.InstanceCollection.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.InstanceCollection.html
 
b/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.InstanceCollection.html
index 0c3ca62..dfaa663 100644
--- 
a/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.InstanceCollection.html
+++ 
b/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.InstanceCollection.html
@@ -418,4 +418,4 @@ publichttp://docs.oracle.com/javase/1.4.2/docs/api/java/util/Coll
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.html 
b/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.html
index af47a19..a500652 100644
--- a/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.html
+++ b/apidocs/sling9/org/apache/sling/discovery/commons/InstancesDiff.html
@@ -535,4 +535,4 @@ publicCopyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InitDelayingTopologyEventListener.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InitDelayingTopologyEventListener.html
 
b/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InitDelayingTopologyEventListener.html
index 7c56b9d..7468a4d 100644
--- 
a/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InitDelayingTopologyEventListener.html
+++ 
b/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InitDelayingTopologyEventListener.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InstancesDiff.InstanceCollection.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InstancesDiff.InstanceCollection.html
 
b/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InstancesDiff.InstanceCollection.html
index 0a22572..7a22146 100644
--- 
a/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InstancesDiff.InstanceCollection.html
+++ 
b/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InstancesDiff.InstanceCollection.html
@@ -241,4 +241,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/discovery/commons/class-use/InstancesDiff.html
--

[17/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/resource/class-use/RefreshableResourceProvider.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/RefreshableResourceProvider.html
 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/RefreshableResourceProvider.html
index 8418ce8..ec432c1 100644
--- 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/RefreshableResourceProvider.html
+++ 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/RefreshableResourceProvider.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/resource/class-use/Resource.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/Resource.html 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/Resource.html
index 22e84a7..bc63012 100644
--- a/apidocs/sling9/org/apache/sling/api/resource/class-use/Resource.html
+++ b/apidocs/sling9/org/apache/sling/api/resource/class-use/Resource.html
@@ -2317,4 +2317,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceDecorator.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceDecorator.html 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceDecorator.html
index 88eb363..9eaac26 100644
--- 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceDecorator.html
+++ 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceDecorator.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceMetadata.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceMetadata.html 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceMetadata.html
index 67eecb0..ca582bc 100644
--- 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceMetadata.html
+++ 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceMetadata.html
@@ -195,4 +195,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceNotFoundException.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceNotFoundException.html
 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceNotFoundException.html
index 8604d5c..02a738a 100644
--- 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceNotFoundException.html
+++ 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceNotFoundException.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceProvider.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceProvider.html 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceProvider.html
index 599259a..dfd6b80 100644
--- 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceProvider.html
+++ 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceProvider.html
@@ -229,4 +229,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceProviderFactory.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceProviderFactory.html
 
b/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceProviderFactory.html
index 5816389..59648d7 100644
--- 
a/apidocs/sling9/org/apache/sling/api/resource/class-use/ResourceProviderFactory.html
+++ 

[21/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
index b9f636d..d20a6b7 100644
--- 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
+++ 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
@@ -144,4 +144,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html
index 5df1beb..5066c6f 100644
--- 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html
+++ 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html
@@ -195,4 +195,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
index cbac4bd..6761f42 100644
--- 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
+++ 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
@@ -523,4 +523,4 @@ extends Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
index 973ff44..477736e 100644
--- 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
+++ 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
@@ -389,4 +389,4 @@ extends Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
index fd854f6..cdee8cd 100644
--- 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
+++ 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
@@ -408,4 +408,4 @@ implements Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
index 42a8ef0..70d7111 100644
--- 
a/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
+++ 
b/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
@@ -434,4 +434,4 @@ implements Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetEffectiveAclServlet.html
--
diff --git 

[02/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-frame.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-frame.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-frame.html
index b54f72b..69a53ba 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-frame.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-frame.html
@@ -18,4 +18,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-summary.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-summary.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-summary.html
index 6f06c76..604bb57 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-summary.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-summary.html
@@ -171,4 +171,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-tree.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-tree.html 
b/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-tree.html
index 017740b..ce023a6 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-tree.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-tree.html
@@ -132,4 +132,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-use.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-use.html 
b/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-use.html
index ce59b5e..f314ca8 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-use.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/extension/package-use.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/ClassInfo.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/ClassInfo.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/ClassInfo.html
index 54d73b5..0a02984 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/ClassInfo.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/ClassInfo.html
@@ -269,4 +269,4 @@ public interface ClassInfo
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/CompilationOutput.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/CompilationOutput.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/CompilationOutput.html
index bc0308b..159a1b3 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/CompilationOutput.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/CompilationOutput.html
@@ -249,4 +249,4 @@ public interface CompilationOutput
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/GlobalShadowCheckBackendCompiler.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/GlobalShadowCheckBackendCompiler.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/java/compiler/GlobalShadowCheckBackendCompiler.html
index 7303ea3..3fe78fd 100644
--- 

[24/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/discovery/class-use/DiscoveryService.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/discovery/class-use/DiscoveryService.html 
b/apidocs/sling8/org/apache/sling/discovery/class-use/DiscoveryService.html
index 5f64063..a0e4b36 100644
--- a/apidocs/sling8/org/apache/sling/discovery/class-use/DiscoveryService.html
+++ b/apidocs/sling8/org/apache/sling/discovery/class-use/DiscoveryService.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceDescription.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceDescription.html 
b/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceDescription.html
index c570b41..8703a6e 100644
--- 
a/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceDescription.html
+++ 
b/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceDescription.html
@@ -218,4 +218,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceFilter.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceFilter.html 
b/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceFilter.html
index b214f0e..418f4d0 100644
--- a/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceFilter.html
+++ b/apidocs/sling8/org/apache/sling/discovery/class-use/InstanceFilter.html
@@ -169,4 +169,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/discovery/class-use/PropertyProvider.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/discovery/class-use/PropertyProvider.html 
b/apidocs/sling8/org/apache/sling/discovery/class-use/PropertyProvider.html
index 5581de7..0b0f321 100644
--- a/apidocs/sling8/org/apache/sling/discovery/class-use/PropertyProvider.html
+++ b/apidocs/sling8/org/apache/sling/discovery/class-use/PropertyProvider.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.Type.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.Type.html 
b/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.Type.html
index 6d4cd7b..8dc05f6 100644
--- 
a/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.Type.html
+++ 
b/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.Type.html
@@ -194,4 +194,4 @@ the order they are declared.
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.html 
b/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.html
index fcc1dc2..c7242a1 100644
--- a/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.html
+++ b/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEvent.html
@@ -169,4 +169,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEventListener.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEventListener.html
 
b/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEventListener.html
index 129f529..cb3b615 100644
--- 
a/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEventListener.html
+++ 
b/apidocs/sling8/org/apache/sling/discovery/class-use/TopologyEventListener.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache 

[04/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/RhinoHostObjectProvider.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/RhinoHostObjectProvider.html
 
b/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/RhinoHostObjectProvider.html
index e990a08..61fe149 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/RhinoHostObjectProvider.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/RhinoHostObjectProvider.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/SlingWrapper.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/SlingWrapper.html
 
b/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/SlingWrapper.html
index 0e0ac14..c6f4b08 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/SlingWrapper.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/javascript/class-use/SlingWrapper.html
@@ -226,4 +226,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ExportsObject.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ExportsObject.html
 
b/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ExportsObject.html
index b3cb0c2..99b9c70 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ExportsObject.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ExportsObject.html
@@ -324,4 +324,4 @@ extends org.mozilla.javascript.NativeObject
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleObject.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleObject.html 
b/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleObject.html
index 650c9ac..bb91de0 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleObject.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleObject.html
@@ -336,4 +336,4 @@ implements org.mozilla.javascript.Scriptable
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleScope.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleScope.html 
b/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleScope.html
index e5a2186..57e9a10 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleScope.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/javascript/helper/ModuleScope.html
@@ -391,4 +391,4 @@ extends org.mozilla.javascript.ImporterTopLevel
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/javascript/helper/SlingContext.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/javascript/helper/SlingContext.html 
b/apidocs/sling9/org/apache/sling/scripting/javascript/helper/SlingContext.html
index 4c94f92..c6ae085 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/javascript/helper/SlingContext.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/javascript/helper/SlingContext.html
@@ -321,4 +321,4 @@ extends org.mozilla.javascript.Context
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
--
diff --git 

[33/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/engine/class-use/SlingSettingsService.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/engine/class-use/SlingSettingsService.html 
b/apidocs/sling7/org/apache/sling/engine/class-use/SlingSettingsService.html
index b3e99d7..132985e 100644
--- a/apidocs/sling7/org/apache/sling/engine/class-use/SlingSettingsService.html
+++ b/apidocs/sling7/org/apache/sling/engine/class-use/SlingSettingsService.html
@@ -123,4 +123,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/engine/jmx/RequestProcessorMBean.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/engine/jmx/RequestProcessorMBean.html 
b/apidocs/sling7/org/apache/sling/engine/jmx/RequestProcessorMBean.html
index 139b6ea..9702d71 100644
--- a/apidocs/sling7/org/apache/sling/engine/jmx/RequestProcessorMBean.html
+++ b/apidocs/sling7/org/apache/sling/engine/jmx/RequestProcessorMBean.html
@@ -511,4 +511,4 @@ var activeTableTab = "activeTableTab";
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/engine/jmx/class-use/RequestProcessorMBean.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/engine/jmx/class-use/RequestProcessorMBean.html
 
b/apidocs/sling7/org/apache/sling/engine/jmx/class-use/RequestProcessorMBean.html
index b005044..2229e3e 100644
--- 
a/apidocs/sling7/org/apache/sling/engine/jmx/class-use/RequestProcessorMBean.html
+++ 
b/apidocs/sling7/org/apache/sling/engine/jmx/class-use/RequestProcessorMBean.html
@@ -123,4 +123,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/engine/jmx/package-frame.html
--
diff --git a/apidocs/sling7/org/apache/sling/engine/jmx/package-frame.html 
b/apidocs/sling7/org/apache/sling/engine/jmx/package-frame.html
index 13e2380..e43bebc 100644
--- a/apidocs/sling7/org/apache/sling/engine/jmx/package-frame.html
+++ b/apidocs/sling7/org/apache/sling/engine/jmx/package-frame.html
@@ -18,4 +18,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/engine/jmx/package-summary.html
--
diff --git a/apidocs/sling7/org/apache/sling/engine/jmx/package-summary.html 
b/apidocs/sling7/org/apache/sling/engine/jmx/package-summary.html
index fa84671..c1b22c5 100644
--- a/apidocs/sling7/org/apache/sling/engine/jmx/package-summary.html
+++ b/apidocs/sling7/org/apache/sling/engine/jmx/package-summary.html
@@ -143,4 +143,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/engine/jmx/package-tree.html
--
diff --git a/apidocs/sling7/org/apache/sling/engine/jmx/package-tree.html 
b/apidocs/sling7/org/apache/sling/engine/jmx/package-tree.html
index 00a947b..1e2085b 100644
--- a/apidocs/sling7/org/apache/sling/engine/jmx/package-tree.html
+++ b/apidocs/sling7/org/apache/sling/engine/jmx/package-tree.html
@@ -132,4 +132,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/engine/jmx/package-use.html
--
diff --git a/apidocs/sling7/org/apache/sling/engine/jmx/package-use.html 
b/apidocs/sling7/org/apache/sling/engine/jmx/package-use.html
index b17cc35..6454adc 100644
--- a/apidocs/sling7/org/apache/sling/engine/jmx/package-use.html
+++ b/apidocs/sling7/org/apache/sling/engine/jmx/package-use.html
@@ -123,4 +123,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/engine/package-frame.html
--
diff --git a/apidocs/sling7/org/apache/sling/engine/package-frame.html 

[03/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.Start.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.Start.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.Start.html
index 414db20..2c68c27 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.Start.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.Start.html
@@ -334,4 +334,4 @@ implements Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.html
index 321a8aa..8bbcc3c 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/VariableBinding.html
@@ -300,4 +300,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/AbstractCommandVisitor.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/AbstractCommandVisitor.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/AbstractCommandVisitor.html
index 4f5e59e..b61301e 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/AbstractCommandVisitor.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/AbstractCommandVisitor.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/Command.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/Command.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/Command.html
index 11f81e2..9feed70 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/Command.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/Command.html
@@ -244,4 +244,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandHandler.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandHandler.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandHandler.html
index 8b36948..d98 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandHandler.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandHandler.html
@@ -168,4 +168,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandStream.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandStream.html
 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandStream.html
index ba86eb3..4ecea81 100644
--- 
a/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandStream.html
+++ 
b/apidocs/sling9/org/apache/sling/scripting/sightly/compiler/commands/class-use/CommandStream.html
@@ -224,4 +224,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. 

[38/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
index c79c113..ef5dfa5 100644
--- 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
+++ 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingContextFactory.html
@@ -394,4 +394,4 @@ DETAIL:FIELD|CONSTR|METHO
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingGlobal.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingGlobal.html 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingGlobal.html
index 21db066..6750b74 100644
--- 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingGlobal.html
+++ 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingGlobal.html
@@ -332,4 +332,4 @@ DETAIL:FIELD|CONSTR|
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingWrapFactory.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingWrapFactory.html
 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingWrapFactory.html
index f024c4b..4584a94 100644
--- 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingWrapFactory.html
+++ 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/SlingWrapFactory.html
@@ -308,4 +308,4 @@ DETAIL:FIELD|CONSTR|
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ExportsObject.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ExportsObject.html
 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ExportsObject.html
index fa5f640..47a149c 100644
--- 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ExportsObject.html
+++ 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ExportsObject.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.scripting.javascript.helper.ExportsObject
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleObject.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleObject.html
 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleObject.html
index 13d7090..b98d1c5 100644
--- 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleObject.html
+++ 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleObject.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.scripting.javascript.helper.ModuleObject
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleScope.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleScope.html
 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleScope.html
index 1f17451..aee50cb 100644
--- 
a/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleScope.html
+++ 
b/apidocs/sling6/org/apache/sling/scripting/javascript/helper/class-use/ModuleScope.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.scripting.javascript.helper.ModuleScope
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file


[16/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/servlets/package-use.html
--
diff --git a/apidocs/sling9/org/apache/sling/api/servlets/package-use.html 
b/apidocs/sling9/org/apache/sling/api/servlets/package-use.html
index 94682cd..97b7212 100644
--- a/apidocs/sling9/org/apache/sling/api/servlets/package-use.html
+++ b/apidocs/sling9/org/apache/sling/api/servlets/package-use.html
@@ -207,4 +207,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/wrappers/CompositeValueMap.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/wrappers/CompositeValueMap.html 
b/apidocs/sling9/org/apache/sling/api/wrappers/CompositeValueMap.html
index 28f3832..ac319ca 100644
--- a/apidocs/sling9/org/apache/sling/api/wrappers/CompositeValueMap.html
+++ b/apidocs/sling9/org/apache/sling/api/wrappers/CompositeValueMap.html
@@ -629,4 +629,4 @@ implements 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadModifiableValueMapDecorator.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadModifiableValueMapDecorator.html
 
b/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadModifiableValueMapDecorator.html
index a54f8fe..a1ab770 100644
--- 
a/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadModifiableValueMapDecorator.html
+++ 
b/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadModifiableValueMapDecorator.html
@@ -317,4 +317,4 @@ implements Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadValueMapDecorator.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadValueMapDecorator.html 
b/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadValueMapDecorator.html
index b7af54d..283dea9 100644
--- 
a/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadValueMapDecorator.html
+++ 
b/apidocs/sling9/org/apache/sling/api/wrappers/DeepReadValueMapDecorator.html
@@ -448,4 +448,4 @@ extends Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/wrappers/IteratorWrapper.html
--
diff --git a/apidocs/sling9/org/apache/sling/api/wrappers/IteratorWrapper.html 
b/apidocs/sling9/org/apache/sling/api/wrappers/IteratorWrapper.html
index dca2e82..f07bc3d 100644
--- a/apidocs/sling9/org/apache/sling/api/wrappers/IteratorWrapper.html
+++ b/apidocs/sling9/org/apache/sling/api/wrappers/IteratorWrapper.html
@@ -333,4 +333,4 @@ implements http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Itera
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/wrappers/ModifiableValueMapDecorator.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/wrappers/ModifiableValueMapDecorator.html 
b/apidocs/sling9/org/apache/sling/api/wrappers/ModifiableValueMapDecorator.html
index 2ed4412..b3beb0f 100644
--- 
a/apidocs/sling9/org/apache/sling/api/wrappers/ModifiableValueMapDecorator.html
+++ 
b/apidocs/sling9/org/apache/sling/api/wrappers/ModifiableValueMapDecorator.html
@@ -311,4 +311,4 @@ implements Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/api/wrappers/ResourceResolverWrapper.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/api/wrappers/ResourceResolverWrapper.html 
b/apidocs/sling9/org/apache/sling/api/wrappers/ResourceResolverWrapper.html
index 59544cd..71b2369 100644
--- a/apidocs/sling9/org/apache/sling/api/wrappers/ResourceResolverWrapper.html
+++ b/apidocs/sling9/org/apache/sling/api/wrappers/ResourceResolverWrapper.html
@@ -1307,4 +1307,4 @@ public
 Copyright  2017 

[08/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
index 26cbd6b..a076bbc 100644
--- 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
+++ 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-tree.html
@@ -144,4 +144,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html
index 971696f..e634bcc 100644
--- 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html
+++ 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/package-use.html
@@ -195,4 +195,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
index 3443e0d..cb3a745 100644
--- 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
+++ 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractAccessPostServlet.html
@@ -523,4 +523,4 @@ extends Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
index 62c80b4..8cbf051 100644
--- 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
+++ 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/AbstractGetAclServlet.html
@@ -387,4 +387,4 @@ extends Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
index ae4e88e..e63c807 100644
--- 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
+++ 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/DeleteAcesServlet.html
@@ -406,4 +406,4 @@ implements Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
index 1065aca..437b895 100644
--- 
a/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
+++ 
b/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetAclServlet.html
@@ -430,4 +430,4 @@ implements Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/jcr/jackrabbit/accessmanager/post/GetEffectiveAclServlet.html
--
diff --git 

[35/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/compiler/CompilationResult.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/commons/compiler/CompilationResult.html 
b/apidocs/sling7/org/apache/sling/commons/compiler/CompilationResult.html
index 832887e..db1d768 100644
--- a/apidocs/sling7/org/apache/sling/commons/compiler/CompilationResult.html
+++ b/apidocs/sling7/org/apache/sling/commons/compiler/CompilationResult.html
@@ -309,4 +309,4 @@ var activeTableTab = "activeTableTab";
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnit.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnit.html 
b/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnit.html
index 7843a77..25ef905 100644
--- a/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnit.html
+++ b/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnit.html
@@ -280,4 +280,4 @@ var activeTableTab = "activeTableTab";
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnitWithSource.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnitWithSource.html
 
b/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnitWithSource.html
index dd1710c..355d5ed 100644
--- 
a/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnitWithSource.html
+++ 
b/apidocs/sling7/org/apache/sling/commons/compiler/CompilationUnitWithSource.html
@@ -238,4 +238,4 @@ extends Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/compiler/CompilerMessage.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/commons/compiler/CompilerMessage.html 
b/apidocs/sling7/org/apache/sling/commons/compiler/CompilerMessage.html
index f2dfcc5..eb7e928 100644
--- a/apidocs/sling7/org/apache/sling/commons/compiler/CompilerMessage.html
+++ b/apidocs/sling7/org/apache/sling/commons/compiler/CompilerMessage.html
@@ -360,4 +360,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/compiler/JavaCompiler.html
--
diff --git a/apidocs/sling7/org/apache/sling/commons/compiler/JavaCompiler.html 
b/apidocs/sling7/org/apache/sling/commons/compiler/JavaCompiler.html
index 427552b..435d4ba 100644
--- a/apidocs/sling7/org/apache/sling/commons/compiler/JavaCompiler.html
+++ b/apidocs/sling7/org/apache/sling/commons/compiler/JavaCompiler.html
@@ -241,4 +241,4 @@ var activeTableTab = "activeTableTab";
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/compiler/Options.html
--
diff --git a/apidocs/sling7/org/apache/sling/commons/compiler/Options.html 
b/apidocs/sling7/org/apache/sling/commons/compiler/Options.html
index 9200cd9..cd6600d 100644
--- a/apidocs/sling7/org/apache/sling/commons/compiler/Options.html
+++ b/apidocs/sling7/org/apache/sling/commons/compiler/Options.html
@@ -729,4 +729,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/compiler/class-use/CompilationResult.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/commons/compiler/class-use/CompilationResult.html
 
b/apidocs/sling7/org/apache/sling/commons/compiler/class-use/CompilationResult.html
index fb5db0b..d28bebd 100644
--- 
a/apidocs/sling7/org/apache/sling/commons/compiler/class-use/CompilationResult.html
+++ 

[14/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/log/logback/package-frame.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/log/logback/package-frame.html 
b/apidocs/sling9/org/apache/sling/commons/log/logback/package-frame.html
index c34981a..8943f53 100644
--- a/apidocs/sling9/org/apache/sling/commons/log/logback/package-frame.html
+++ b/apidocs/sling9/org/apache/sling/commons/log/logback/package-frame.html
@@ -23,4 +23,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/log/logback/package-summary.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/log/logback/package-summary.html 
b/apidocs/sling9/org/apache/sling/commons/log/logback/package-summary.html
index 75ffe4f..9c59d57 100644
--- a/apidocs/sling9/org/apache/sling/commons/log/logback/package-summary.html
+++ b/apidocs/sling9/org/apache/sling/commons/log/logback/package-summary.html
@@ -184,4 +184,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/log/logback/package-tree.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/log/logback/package-tree.html 
b/apidocs/sling9/org/apache/sling/commons/log/logback/package-tree.html
index 76cb60c..53ce2b1 100644
--- a/apidocs/sling9/org/apache/sling/commons/log/logback/package-tree.html
+++ b/apidocs/sling9/org/apache/sling/commons/log/logback/package-tree.html
@@ -157,4 +157,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/log/logback/package-use.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/log/logback/package-use.html 
b/apidocs/sling9/org/apache/sling/commons/log/logback/package-use.html
index 97cf6a2..6c260e0 100644
--- a/apidocs/sling9/org/apache/sling/commons/log/logback/package-use.html
+++ b/apidocs/sling9/org/apache/sling/commons/log/logback/package-use.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LogPanel.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LogPanel.html 
b/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LogPanel.html
index cdf2336..2e5f165 100644
--- 
a/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LogPanel.html
+++ 
b/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LogPanel.html
@@ -419,4 +419,4 @@ public interface LogPanel
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LoggerConfig.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LoggerConfig.html
 
b/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LoggerConfig.html
index 6bd98eb..2e793c3 100644
--- 
a/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LoggerConfig.html
+++ 
b/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/LoggerConfig.html
@@ -330,4 +330,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/TailerOptions.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/TailerOptions.html
 
b/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/TailerOptions.html
index 0de1d69..dd12321 100644
--- 
a/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/TailerOptions.html
+++ 
b/apidocs/sling9/org/apache/sling/commons/log/logback/webconsole/TailerOptions.html
@@ -298,4 +298,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 

[48/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockPropertyIterator.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockPropertyIterator.html
 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockPropertyIterator.html
index 69ead08..643b84a 100644
--- 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockPropertyIterator.html
+++ 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockPropertyIterator.html
@@ -142,4 +142,4 @@ No usage of 
org.apache.sling.commons.testing.jcr.MockPropertyIterator
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockValue.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockValue.html 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockValue.html
index 9963042..ac660fe 100644
--- 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockValue.html
+++ 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/MockValue.html
@@ -142,4 +142,4 @@ No usage of org.apache.sling.commons.testing.jcr.MockValue
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryTestBase.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryTestBase.html
 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryTestBase.html
index 71585d9..e7724e0 100644
--- 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryTestBase.html
+++ 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryTestBase.html
@@ -142,4 +142,4 @@ No usage of 
org.apache.sling.commons.testing.jcr.RepositoryTestBase
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.RepositoryWrapper.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.RepositoryWrapper.html
 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.RepositoryWrapper.html
index da58e7f..4e1500a 100644
--- 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.RepositoryWrapper.html
+++ 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.RepositoryWrapper.html
@@ -142,4 +142,4 @@ No usage of 
org.apache.sling.commons.testing.jcr.RepositoryUtil.RepositoryWrappe
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.html
 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.html
index e60945b..488498f 100644
--- 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.html
+++ 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/class-use/RepositoryUtil.html
@@ -142,4 +142,4 @@ No usage of 
org.apache.sling.commons.testing.jcr.RepositoryUtil
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/testing/jcr/package-frame.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/package-frame.html 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/package-frame.html
index b3afd2e..366ec95 100644
--- a/apidocs/sling5/org/apache/sling/commons/testing/jcr/package-frame.html
+++ b/apidocs/sling5/org/apache/sling/commons/testing/jcr/package-frame.html
@@ -48,4 +48,4 @@ Classes
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/testing/jcr/package-summary.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/commons/testing/jcr/package-summary.html 
b/apidocs/sling5/org/apache/sling/commons/testing/jcr/package-summary.html
index 

[34/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.PathImpl.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.PathImpl.html 
b/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.PathImpl.html
index 1b08767..eec7386 100644
--- a/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.PathImpl.html
+++ b/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.PathImpl.html
@@ -384,4 +384,4 @@ implements Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.html
--
diff --git a/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.html 
b/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.html
index f269415..2737fad 100644
--- a/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.html
+++ b/apidocs/sling7/org/apache/sling/commons/osgi/ManifestHeader.html
@@ -327,4 +327,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/osgi/OsgiUtil.html
--
diff --git a/apidocs/sling7/org/apache/sling/commons/osgi/OsgiUtil.html 
b/apidocs/sling7/org/apache/sling/commons/osgi/OsgiUtil.html
index 577d1fb..96058b1 100644
--- a/apidocs/sling7/org/apache/sling/commons/osgi/OsgiUtil.html
+++ b/apidocs/sling7/org/apache/sling/commons/osgi/OsgiUtil.html
@@ -601,4 +601,4 @@ public staticdoublegetProperty(http://docs.oracle.com/javas
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/osgi/PropertiesUtil.html
--
diff --git a/apidocs/sling7/org/apache/sling/commons/osgi/PropertiesUtil.html 
b/apidocs/sling7/org/apache/sling/commons/osgi/PropertiesUtil.html
index d54e490..1ffe555 100644
--- a/apidocs/sling7/org/apache/sling/commons/osgi/PropertiesUtil.html
+++ b/apidocs/sling7/org/apache/sling/commons/osgi/PropertiesUtil.html
@@ -519,4 +519,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/osgi/ServiceUtil.html
--
diff --git a/apidocs/sling7/org/apache/sling/commons/osgi/ServiceUtil.html 
b/apidocs/sling7/org/apache/sling/commons/osgi/ServiceUtil.html
index 61fa6ac..e4087f5 100644
--- a/apidocs/sling7/org/apache/sling/commons/osgi/ServiceUtil.html
+++ b/apidocs/sling7/org/apache/sling/commons/osgi/ServiceUtil.html
@@ -287,4 +287,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/osgi/SortingServiceTracker.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/commons/osgi/SortingServiceTracker.html 
b/apidocs/sling7/org/apache/sling/commons/osgi/SortingServiceTracker.html
index 460e795..f29c37b 100644
--- a/apidocs/sling7/org/apache/sling/commons/osgi/SortingServiceTracker.html
+++ b/apidocs/sling7/org/apache/sling/commons/osgi/SortingServiceTracker.html
@@ -394,4 +394,4 @@ extends org.osgi.util.tracker.ServiceTracker
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/commons/osgi/bundleversion/BundleBundleVersionInfo.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/commons/osgi/bundleversion/BundleBundleVersionInfo.html
 
b/apidocs/sling7/org/apache/sling/commons/osgi/bundleversion/BundleBundleVersionInfo.html
index deae15f..7ec233c 100644
--- 
a/apidocs/sling7/org/apache/sling/commons/osgi/bundleversion/BundleBundleVersionInfo.html
+++ 

[46/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/launchpad/base/app/package-frame.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/launchpad/base/app/package-frame.html 
b/apidocs/sling5/org/apache/sling/launchpad/base/app/package-frame.html
index f419e64..f44f31e 100644
--- a/apidocs/sling5/org/apache/sling/launchpad/base/app/package-frame.html
+++ b/apidocs/sling5/org/apache/sling/launchpad/base/app/package-frame.html
@@ -30,4 +30,4 @@ Classes
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/launchpad/base/app/package-summary.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/launchpad/base/app/package-summary.html 
b/apidocs/sling5/org/apache/sling/launchpad/base/app/package-summary.html
index 21a5ef6..a69215f 100644
--- a/apidocs/sling5/org/apache/sling/launchpad/base/app/package-summary.html
+++ b/apidocs/sling5/org/apache/sling/launchpad/base/app/package-summary.html
@@ -157,4 +157,4 @@ Package org.apache.sling.launchpad.base.app
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/launchpad/base/app/package-tree.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/launchpad/base/app/package-tree.html 
b/apidocs/sling5/org/apache/sling/launchpad/base/app/package-tree.html
index 2349fcb..685b99d 100644
--- a/apidocs/sling5/org/apache/sling/launchpad/base/app/package-tree.html
+++ b/apidocs/sling5/org/apache/sling/launchpad/base/app/package-tree.html
@@ -152,4 +152,4 @@ Class Hierarchy
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/launchpad/base/app/package-use.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/launchpad/base/app/package-use.html 
b/apidocs/sling5/org/apache/sling/launchpad/base/app/package-use.html
index bd4190c..0a38195 100644
--- a/apidocs/sling5/org/apache/sling/launchpad/base/app/package-use.html
+++ b/apidocs/sling5/org/apache/sling/launchpad/base/app/package-use.html
@@ -142,4 +142,4 @@ No usage of org.apache.sling.launchpad.base.app
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/launchpad/base/shared/Launcher.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/launchpad/base/shared/Launcher.html 
b/apidocs/sling5/org/apache/sling/launchpad/base/shared/Launcher.html
index 1ac0cdc..9e8c19d 100644
--- a/apidocs/sling5/org/apache/sling/launchpad/base/shared/Launcher.html
+++ b/apidocs/sling5/org/apache/sling/launchpad/base/shared/Launcher.html
@@ -303,4 +303,4 @@ DETAIL:FIELD|CONSTR|METHO
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/launchpad/base/shared/LauncherClassLoader.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/launchpad/base/shared/LauncherClassLoader.html
 
b/apidocs/sling5/org/apache/sling/launchpad/base/shared/LauncherClassLoader.html
index f3fb36c..847560a 100644
--- 
a/apidocs/sling5/org/apache/sling/launchpad/base/shared/LauncherClassLoader.html
+++ 
b/apidocs/sling5/org/apache/sling/launchpad/base/shared/LauncherClassLoader.html
@@ -325,4 +325,4 @@ DETAIL:FIELD|CONSTR|METHO
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/launchpad/base/shared/Loader.html
--
diff --git a/apidocs/sling5/org/apache/sling/launchpad/base/shared/Loader.html 
b/apidocs/sling5/org/apache/sling/launchpad/base/shared/Loader.html
index 00c5737..28ae510 100644
--- a/apidocs/sling5/org/apache/sling/launchpad/base/shared/Loader.html
+++ b/apidocs/sling5/org/apache/sling/launchpad/base/shared/Loader.html
@@ -366,4 +366,4 @@ DETAIL:FIELD|CONSTR|
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/launchpad/base/shared/Notifiable.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/launchpad/base/shared/Notifiable.html 

[26/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationHandler.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationHandler.html 
b/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationHandler.html
index 49116c2..3676e6f 100644
--- a/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationHandler.html
+++ b/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationHandler.html
@@ -592,4 +592,4 @@ var activeTableTab = "activeTableTab";
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfo.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfo.html 
b/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfo.html
index dcbea0f..4645898 100644
--- a/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfo.html
+++ b/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfo.html
@@ -723,4 +723,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfoPostProcessor.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfoPostProcessor.html
 
b/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfoPostProcessor.html
index 1414aeb..133e564 100644
--- 
a/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfoPostProcessor.html
+++ 
b/apidocs/sling8/org/apache/sling/auth/core/spi/AuthenticationInfoPostProcessor.html
@@ -288,4 +288,4 @@ var activeTableTab = "activeTableTab";
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/auth/core/spi/DefaultAuthenticationFeedbackHandler.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/auth/core/spi/DefaultAuthenticationFeedbackHandler.html
 
b/apidocs/sling8/org/apache/sling/auth/core/spi/DefaultAuthenticationFeedbackHandler.html
index 0cb9536..92267a6 100644
--- 
a/apidocs/sling8/org/apache/sling/auth/core/spi/DefaultAuthenticationFeedbackHandler.html
+++ 
b/apidocs/sling8/org/apache/sling/auth/core/spi/DefaultAuthenticationFeedbackHandler.html
@@ -395,4 +395,4 @@ implements Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationFormServlet.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationFormServlet.html
 
b/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationFormServlet.html
index c310610..3c55d7b 100644
--- 
a/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationFormServlet.html
+++ 
b/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationFormServlet.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationHandler.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationHandler.html
 
b/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationHandler.html
index d93e8f5..bd84abd 100644
--- 
a/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationHandler.html
+++ 
b/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AbstractAuthenticationHandler.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/auth/core/spi/class-use/AuthenticationFeedbackHandler.html
--
diff --git 

[13/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
 
b/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
index 275edc8..cd7271a 100644
--- 
a/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
+++ 
b/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
@@ -197,4 +197,4 @@ the order they are declared.
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
 
b/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
index 12abbdd..5e20c78 100644
--- 
a/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
+++ 
b/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
@@ -216,4 +216,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
 
b/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
index e3954fb..04b9554 100644
--- 
a/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
+++ 
b/apidocs/sling9/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/threads/jmx/ThreadPoolMBean.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/threads/jmx/ThreadPoolMBean.html 
b/apidocs/sling9/org/apache/sling/commons/threads/jmx/ThreadPoolMBean.html
index 64731c6..68510c0 100644
--- a/apidocs/sling9/org/apache/sling/commons/threads/jmx/ThreadPoolMBean.html
+++ b/apidocs/sling9/org/apache/sling/commons/threads/jmx/ThreadPoolMBean.html
@@ -609,4 +609,4 @@ public interface ThreadPoolMBean
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/threads/jmx/class-use/ThreadPoolMBean.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/threads/jmx/class-use/ThreadPoolMBean.html
 
b/apidocs/sling9/org/apache/sling/commons/threads/jmx/class-use/ThreadPoolMBean.html
index 728c8c6..ad4ea71 100644
--- 
a/apidocs/sling9/org/apache/sling/commons/threads/jmx/class-use/ThreadPoolMBean.html
+++ 
b/apidocs/sling9/org/apache/sling/commons/threads/jmx/class-use/ThreadPoolMBean.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/threads/jmx/package-frame.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/threads/jmx/package-frame.html 
b/apidocs/sling9/org/apache/sling/commons/threads/jmx/package-frame.html
index caefff8..8be1721 100644
--- a/apidocs/sling9/org/apache/sling/commons/threads/jmx/package-frame.html
+++ b/apidocs/sling9/org/apache/sling/commons/threads/jmx/package-frame.html
@@ -18,4 +18,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/commons/threads/jmx/package-summary.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/commons/threads/jmx/package-summary.html 
b/apidocs/sling9/org/apache/sling/commons/threads/jmx/package-summary.html
index 0140c60..10d6aff 100644
--- a/apidocs/sling9/org/apache/sling/commons/threads/jmx/package-summary.html
+++ 

[49/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/api/wrappers/package-tree.html
--
diff --git a/apidocs/sling5/org/apache/sling/api/wrappers/package-tree.html 
b/apidocs/sling5/org/apache/sling/api/wrappers/package-tree.html
index 2077b50..9585f8c 100644
--- a/apidocs/sling5/org/apache/sling/api/wrappers/package-tree.html
+++ b/apidocs/sling5/org/apache/sling/api/wrappers/package-tree.html
@@ -166,4 +166,4 @@ Class Hierarchy
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/api/wrappers/package-use.html
--
diff --git a/apidocs/sling5/org/apache/sling/api/wrappers/package-use.html 
b/apidocs/sling5/org/apache/sling/api/wrappers/package-use.html
index 1ca362a..a068105 100644
--- a/apidocs/sling5/org/apache/sling/api/wrappers/package-use.html
+++ b/apidocs/sling5/org/apache/sling/api/wrappers/package-use.html
@@ -142,4 +142,4 @@ No usage of org.apache.sling.api.wrappers
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/json/JSONArray.html
--
diff --git a/apidocs/sling5/org/apache/sling/commons/json/JSONArray.html 
b/apidocs/sling5/org/apache/sling/commons/json/JSONArray.html
index 71c1b85..9fd6b8b 100644
--- a/apidocs/sling5/org/apache/sling/commons/json/JSONArray.html
+++ b/apidocs/sling5/org/apache/sling/commons/json/JSONArray.html
@@ -1437,4 +1437,4 @@ DETAIL:FIELD|CONSTR|
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/json/JSONException.html
--
diff --git a/apidocs/sling5/org/apache/sling/commons/json/JSONException.html 
b/apidocs/sling5/org/apache/sling/commons/json/JSONException.html
index 997f25e..728bd65 100644
--- a/apidocs/sling5/org/apache/sling/commons/json/JSONException.html
+++ b/apidocs/sling5/org/apache/sling/commons/json/JSONException.html
@@ -280,4 +280,4 @@ DETAIL:FIELD|CONSTR|
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/json/JSONObject.html
--
diff --git a/apidocs/sling5/org/apache/sling/commons/json/JSONObject.html 
b/apidocs/sling5/org/apache/sling/commons/json/JSONObject.html
index e185cee..46599ca 100644
--- a/apidocs/sling5/org/apache/sling/commons/json/JSONObject.html
+++ b/apidocs/sling5/org/apache/sling/commons/json/JSONObject.html
@@ -1648,4 +1648,4 @@ DETAIL:FIELD|http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/json/JSONString.html
--
diff --git a/apidocs/sling5/org/apache/sling/commons/json/JSONString.html 
b/apidocs/sling5/org/apache/sling/commons/json/JSONString.html
index 871cf64..9e86344 100644
--- a/apidocs/sling5/org/apache/sling/commons/json/JSONString.html
+++ b/apidocs/sling5/org/apache/sling/commons/json/JSONString.html
@@ -218,4 +218,4 @@ DETAIL:FIELD|CONSTR|METHO
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/json/JSONTokener.html
--
diff --git a/apidocs/sling5/org/apache/sling/commons/json/JSONTokener.html 
b/apidocs/sling5/org/apache/sling/commons/json/JSONTokener.html
index 1dc1832..cad55c4 100644
--- a/apidocs/sling5/org/apache/sling/commons/json/JSONTokener.html
+++ b/apidocs/sling5/org/apache/sling/commons/json/JSONTokener.html
@@ -619,4 +619,4 @@ DETAIL:FIELD|CONSTR|
 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling5/org/apache/sling/commons/json/class-use/JSONArray.html
--
diff --git 
a/apidocs/sling5/org/apache/sling/commons/json/class-use/JSONArray.html 
b/apidocs/sling5/org/apache/sling/commons/json/class-use/JSONArray.html
index d7ce481..ba8507c 100644
--- a/apidocs/sling5/org/apache/sling/commons/json/class-use/JSONArray.html
+++ b/apidocs/sling5/org/apache/sling/commons/json/class-use/JSONArray.html
@@ -500,4 +500,4 @@ Uses of 
 Copyright  2007-2009. All Rights Reserved.
 
-
+
\ No newline at end of file


[25/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/commons/json/util/package-tree.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/commons/json/util/package-tree.html 
b/apidocs/sling8/org/apache/sling/commons/json/util/package-tree.html
index 624fc47..0376238 100644
--- a/apidocs/sling8/org/apache/sling/commons/json/util/package-tree.html
+++ b/apidocs/sling8/org/apache/sling/commons/json/util/package-tree.html
@@ -137,4 +137,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/commons/json/util/package-use.html
--
diff --git a/apidocs/sling8/org/apache/sling/commons/json/util/package-use.html 
b/apidocs/sling8/org/apache/sling/commons/json/util/package-use.html
index 4cd7b5f..6103599 100644
--- a/apidocs/sling8/org/apache/sling/commons/json/util/package-use.html
+++ b/apidocs/sling8/org/apache/sling/commons/json/util/package-use.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/commons/json/xml/XML.html
--
diff --git a/apidocs/sling8/org/apache/sling/commons/json/xml/XML.html 
b/apidocs/sling8/org/apache/sling/commons/json/xml/XML.html
index 3329b9c..df4b6a2 100644
--- a/apidocs/sling8/org/apache/sling/commons/json/xml/XML.html
+++ b/apidocs/sling8/org/apache/sling/commons/json/xml/XML.html
@@ -547,4 +547,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/commons/json/xml/XMLTokener.html
--
diff --git a/apidocs/sling8/org/apache/sling/commons/json/xml/XMLTokener.html 
b/apidocs/sling8/org/apache/sling/commons/json/xml/XMLTokener.html
index 7ec3a73..771d59a 100644
--- a/apidocs/sling8/org/apache/sling/commons/json/xml/XMLTokener.html
+++ b/apidocs/sling8/org/apache/sling/commons/json/xml/XMLTokener.html
@@ -452,4 +452,4 @@ extends Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XML.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XML.html 
b/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XML.html
index 96e64e8..7fd0acb 100644
--- a/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XML.html
+++ b/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XML.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XMLTokener.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XMLTokener.html 
b/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XMLTokener.html
index 1b08d92..f0ad3c3 100644
--- a/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XMLTokener.html
+++ b/apidocs/sling8/org/apache/sling/commons/json/xml/class-use/XMLTokener.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/commons/json/xml/package-frame.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/commons/json/xml/package-frame.html 
b/apidocs/sling8/org/apache/sling/commons/json/xml/package-frame.html
index fc34906..6694bac 100644
--- a/apidocs/sling8/org/apache/sling/commons/json/xml/package-frame.html
+++ b/apidocs/sling8/org/apache/sling/commons/json/xml/package-frame.html
@@ -19,4 +19,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/commons/json/xml/package-summary.html
--
diff --git 

[30/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/resource/JcrPropertyMap.html
--
diff --git a/apidocs/sling7/org/apache/sling/jcr/resource/JcrPropertyMap.html 
b/apidocs/sling7/org/apache/sling/jcr/resource/JcrPropertyMap.html
index e0546f4..9ff9d68 100644
--- a/apidocs/sling7/org/apache/sling/jcr/resource/JcrPropertyMap.html
+++ b/apidocs/sling7/org/apache/sling/jcr/resource/JcrPropertyMap.html
@@ -701,4 +701,4 @@ publichttp://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Stri
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceConstants.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceConstants.html 
b/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceConstants.html
index eca89f6..2b4f1da 100644
--- a/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceConstants.html
+++ b/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceConstants.html
@@ -481,4 +481,4 @@ extends http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.h
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceResolverFactory.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceResolverFactory.html 
b/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceResolverFactory.html
index b275be6..5aae91e 100644
--- 
a/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceResolverFactory.html
+++ 
b/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceResolverFactory.html
@@ -291,4 +291,4 @@ extends Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceUtil.html
--
diff --git a/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceUtil.html 
b/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceUtil.html
index af21585..67161c7 100644
--- a/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceUtil.html
+++ b/apidocs/sling7/org/apache/sling/jcr/resource/JcrResourceUtil.html
@@ -579,4 +579,4 @@ public statichttp://docs.oracle.com/javase/1.4.2/docs/api/java/la
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrModifiablePropertyMap.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrModifiablePropertyMap.html
 
b/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrModifiablePropertyMap.html
index a91820b..f13afff 100644
--- 
a/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrModifiablePropertyMap.html
+++ 
b/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrModifiablePropertyMap.html
@@ -123,4 +123,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrPropertyMap.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrPropertyMap.html 
b/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrPropertyMap.html
index 6d0d885..d22bc9c 100644
--- a/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrPropertyMap.html
+++ b/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrPropertyMap.html
@@ -166,4 +166,4 @@
 
 Copyright  2014 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrResourceConstants.html
--
diff --git 
a/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrResourceConstants.html
 
b/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrResourceConstants.html
index 28dc589..8583d5d 100644
--- 
a/apidocs/sling7/org/apache/sling/jcr/resource/class-use/JcrResourceConstants.html

[22/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
index 2111f87..a51830a 100644
--- 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
+++ 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTask.html
@@ -223,4 +223,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
index 70aa83d..e4fee74 100644
--- 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
+++ 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallTaskFactory.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
index 0955b18..e2821d7 100644
--- 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
+++ 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/InstallationContext.html
@@ -169,4 +169,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
index 2ca4e57..5984270 100644
--- 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
+++ 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/RegisteredResource.html
@@ -222,4 +222,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
index 2d6593f..8c756d0 100644
--- 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
+++ 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceState.html
@@ -259,4 +259,4 @@ the order they are declared.
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
index 3c172c7..bc2a3d5 100644
--- 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
+++ 
b/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/ResourceTransformer.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/RetryHandler.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/installer/api/tasks/class-use/RetryHandler.html
 

[41/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/threads/class-use/ModifiableThreadPoolConfig.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ModifiableThreadPoolConfig.html
 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ModifiableThreadPoolConfig.html
index d416e16..b0af287 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ModifiableThreadPoolConfig.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ModifiableThreadPoolConfig.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.commons.threads.ModifiableThreadPoolConfig
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPool.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPool.html 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPool.html
index cbe55a1..e7e151c 100644
--- a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPool.html
+++ b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPool.html
@@ -207,4 +207,4 @@ Uses of http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPoolPolicy.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPoolPolicy.html
 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPoolPolicy.html
index 9b9694c..f792def 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPoolPolicy.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPoolPolicy.html
@@ -215,4 +215,4 @@ the order they're declared.
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
index 1bbd1e9..f0e5e74 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.ThreadPriority.html
@@ -215,4 +215,4 @@ the order they're declared.
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
index 78e6dba..64facf9 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolConfig.html
@@ -230,4 +230,4 @@ Uses of http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
index e283c11..8a8947f 100644
--- 
a/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
+++ 
b/apidocs/sling6/org/apache/sling/commons/threads/class-use/ThreadPoolManager.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.commons.threads.ThreadPoolManager
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/commons/threads/package-frame.html

[28/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling7/stylesheet.css
--
diff --git a/apidocs/sling7/stylesheet.css b/apidocs/sling7/stylesheet.css
index cebb4fd..811c33c 100644
--- a/apidocs/sling7/stylesheet.css
+++ b/apidocs/sling7/stylesheet.css
@@ -571,4 +571,4 @@ div.block div.block span.interfaceName {
 
 div.contentContainer ul.blockList li.blockList h2{
 padding-bottom:0px;
-}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/allclasses-frame.html
--
diff --git a/apidocs/sling8/allclasses-frame.html 
b/apidocs/sling8/allclasses-frame.html
index 40ca1ad..df13f11 100644
--- a/apidocs/sling8/allclasses-frame.html
+++ b/apidocs/sling8/allclasses-frame.html
@@ -383,4 +383,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/allclasses-noframe.html
--
diff --git a/apidocs/sling8/allclasses-noframe.html 
b/apidocs/sling8/allclasses-noframe.html
index f7d9cea..b7b1e2b 100644
--- a/apidocs/sling8/allclasses-noframe.html
+++ b/apidocs/sling8/allclasses-noframe.html
@@ -383,4 +383,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/constant-values.html
--
diff --git a/apidocs/sling8/constant-values.html 
b/apidocs/sling8/constant-values.html
index 3da1cfa..e7e979e 100644
--- a/apidocs/sling8/constant-values.html
+++ b/apidocs/sling8/constant-values.html
@@ -4070,4 +4070,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/deprecated-list.html
--
diff --git a/apidocs/sling8/deprecated-list.html 
b/apidocs/sling8/deprecated-list.html
index b3ea29d..b994f70 100644
--- a/apidocs/sling8/deprecated-list.html
+++ b/apidocs/sling8/deprecated-list.html
@@ -1189,4 +1189,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/help-doc.html
--
diff --git a/apidocs/sling8/help-doc.html b/apidocs/sling8/help-doc.html
index e985814..203c5c4 100644
--- a/apidocs/sling8/help-doc.html
+++ b/apidocs/sling8/help-doc.html
@@ -228,4 +228,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/index-all.html
--
diff --git a/apidocs/sling8/index-all.html b/apidocs/sling8/index-all.html
index 633063b..d2aadf1 100644
--- a/apidocs/sling8/index-all.html
+++ b/apidocs/sling8/index-all.html
@@ -12094,4 +12094,4 @@ the order they are declared.
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/index.html
--
diff --git a/apidocs/sling8/index.html b/apidocs/sling8/index.html
index ab17d39..d398326 100644
--- a/apidocs/sling8/index.html
+++ b/apidocs/sling8/index.html
@@ -72,4 +72,4 @@
 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

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/adapter/Adaption.html
--
diff --git a/apidocs/sling8/org/apache/sling/adapter/Adaption.html 
b/apidocs/sling8/org/apache/sling/adapter/Adaption.html
index 96bdef9..d6f668e 100644
--- a/apidocs/sling8/org/apache/sling/adapter/Adaption.html
+++ b/apidocs/sling8/org/apache/sling/adapter/Adaption.html
@@ -177,4 +177,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/adapter/SlingAdaptable.html
--
diff --git a/apidocs/sling8/org/apache/sling/adapter/SlingAdaptable.html 
b/apidocs/sling8/org/apache/sling/adapter/SlingAdaptable.html
index 680302e..53a0b40 100644
--- 

[15/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-summary.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-summary.html
 
b/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-summary.html
index 8e0be71..d61d4e9 100644
--- 
a/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-summary.html
+++ 
b/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-summary.html
@@ -190,4 +190,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-tree.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-tree.html
 
b/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-tree.html
index 42cac20..55f688d 100644
--- 
a/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-tree.html
+++ 
b/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-tree.html
@@ -157,4 +157,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-use.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-use.html
 
b/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-use.html
index 5acd09f..b4b1840 100644
--- 
a/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-use.html
+++ 
b/apidocs/sling9/org/apache/sling/caconfig/management/multiplexer/package-use.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/caconfig/management/package-frame.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/caconfig/management/package-frame.html 
b/apidocs/sling9/org/apache/sling/caconfig/management/package-frame.html
index 1b364b2..241b53b 100644
--- a/apidocs/sling9/org/apache/sling/caconfig/management/package-frame.html
+++ b/apidocs/sling9/org/apache/sling/caconfig/management/package-frame.html
@@ -23,4 +23,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/caconfig/management/package-summary.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/caconfig/management/package-summary.html 
b/apidocs/sling9/org/apache/sling/caconfig/management/package-summary.html
index 8f56d6e..df7d0f3 100644
--- a/apidocs/sling9/org/apache/sling/caconfig/management/package-summary.html
+++ b/apidocs/sling9/org/apache/sling/caconfig/management/package-summary.html
@@ -186,4 +186,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/caconfig/management/package-tree.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/caconfig/management/package-tree.html 
b/apidocs/sling9/org/apache/sling/caconfig/management/package-tree.html
index 7042e78..aceed9c 100644
--- a/apidocs/sling9/org/apache/sling/caconfig/management/package-tree.html
+++ b/apidocs/sling9/org/apache/sling/caconfig/management/package-tree.html
@@ -141,4 +141,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/caconfig/management/package-use.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/caconfig/management/package-use.html 
b/apidocs/sling9/org/apache/sling/caconfig/management/package-use.html
index a2371d3..3e8da52 100644
--- a/apidocs/sling9/org/apache/sling/caconfig/management/package-use.html
+++ b/apidocs/sling9/org/apache/sling/caconfig/management/package-use.html
@@ -170,4 +170,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file


[19/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/scripting/api/class-use/CachedScript.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/scripting/api/class-use/CachedScript.html 
b/apidocs/sling8/org/apache/sling/scripting/api/class-use/CachedScript.html
index 5f56e15..4b3b8bb 100644
--- a/apidocs/sling8/org/apache/sling/scripting/api/class-use/CachedScript.html
+++ b/apidocs/sling8/org/apache/sling/scripting/api/class-use/CachedScript.html
@@ -180,4 +180,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptCache.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptCache.html 
b/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptCache.html
index 580f0b8..e44f562 100644
--- a/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptCache.html
+++ b/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptCache.html
@@ -123,4 +123,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptNameAware.html
--
diff --git 
a/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptNameAware.html 
b/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptNameAware.html
index caced70..b7f03bf 100644
--- 
a/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptNameAware.html
+++ 
b/apidocs/sling8/org/apache/sling/scripting/api/class-use/ScriptNameAware.html
@@ -165,4 +165,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/scripting/api/package-frame.html
--
diff --git a/apidocs/sling8/org/apache/sling/scripting/api/package-frame.html 
b/apidocs/sling8/org/apache/sling/scripting/api/package-frame.html
index 5cf9fc1..c97ec37 100644
--- a/apidocs/sling8/org/apache/sling/scripting/api/package-frame.html
+++ b/apidocs/sling8/org/apache/sling/scripting/api/package-frame.html
@@ -27,4 +27,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/scripting/api/package-summary.html
--
diff --git a/apidocs/sling8/org/apache/sling/scripting/api/package-summary.html 
b/apidocs/sling8/org/apache/sling/scripting/api/package-summary.html
index 248cd29..a98002d 100644
--- a/apidocs/sling8/org/apache/sling/scripting/api/package-summary.html
+++ b/apidocs/sling8/org/apache/sling/scripting/api/package-summary.html
@@ -191,4 +191,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/scripting/api/package-tree.html
--
diff --git a/apidocs/sling8/org/apache/sling/scripting/api/package-tree.html 
b/apidocs/sling8/org/apache/sling/scripting/api/package-tree.html
index c841195..1f38c5d 100644
--- a/apidocs/sling8/org/apache/sling/scripting/api/package-tree.html
+++ b/apidocs/sling8/org/apache/sling/scripting/api/package-tree.html
@@ -149,4 +149,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/scripting/api/package-use.html
--
diff --git a/apidocs/sling8/org/apache/sling/scripting/api/package-use.html 
b/apidocs/sling8/org/apache/sling/scripting/api/package-use.html
index e7f5171..657c700 100644
--- a/apidocs/sling8/org/apache/sling/scripting/api/package-use.html
+++ b/apidocs/sling8/org/apache/sling/scripting/api/package-use.html
@@ -185,4 +185,4 @@
 
 Copyright  2015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling8/org/apache/sling/scripting/core/ScriptHelper.html
--
diff --git 

[39/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/class-use/WorkspaceAccessManagerPlugin.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/class-use/WorkspaceAccessManagerPlugin.html
 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/class-use/WorkspaceAccessManagerPlugin.html
index 6a5c7d2..c0e3f5a 100644
--- 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/class-use/WorkspaceAccessManagerPlugin.html
+++ 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/class-use/WorkspaceAccessManagerPlugin.html
@@ -174,4 +174,4 @@ Uses of http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-frame.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-frame.html
 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-frame.html
index e23635f..b51a21d 100644
--- 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-frame.html
+++ 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-frame.html
@@ -34,4 +34,4 @@ Interfaces
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-summary.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-summary.html
 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-summary.html
index a38d903..b1ce19c 100644
--- 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-summary.html
+++ 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-summary.html
@@ -162,4 +162,4 @@ Package 
org.apache.sling.jcr.jackrabbit.server.security.accessmanager
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-tree.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-tree.html
 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-tree.html
index fc0719f..04500f1 100644
--- 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-tree.html
+++ 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-tree.html
@@ -145,4 +145,4 @@ Interface Hierarchy
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-use.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-use.html
 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-use.html
index 799068c..ab43294 100644
--- 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-use.html
+++ 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/accessmanager/package-use.html
@@ -171,4 +171,4 @@ Classes in http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/class-use/AuthenticationPlugin.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/class-use/AuthenticationPlugin.html
 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/class-use/AuthenticationPlugin.html
index fc88692..144d2d7 100644
--- 
a/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/class-use/AuthenticationPlugin.html
+++ 
b/apidocs/sling6/org/apache/sling/jcr/jackrabbit/server/security/class-use/AuthenticationPlugin.html
@@ -176,4 +176,4 @@ Uses of 

[44/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestEvent.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestEvent.html 
b/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestEvent.html
index 9b07d43..13a9f63 100644
--- 
a/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestEvent.html
+++ 
b/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestEvent.html
@@ -176,4 +176,4 @@ Uses of http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestListener.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestListener.html
 
b/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestListener.html
index 922e513..b88268f 100644
--- 
a/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestListener.html
+++ 
b/apidocs/sling6/org/apache/sling/api/request/class-use/SlingRequestListener.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.api.request.SlingRequestListener
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/api/request/class-use/TooManyCallsException.html
--
diff --git 
a/apidocs/sling6/org/apache/sling/api/request/class-use/TooManyCallsException.html
 
b/apidocs/sling6/org/apache/sling/api/request/class-use/TooManyCallsException.html
index 0033fad..12a63ef 100644
--- 
a/apidocs/sling6/org/apache/sling/api/request/class-use/TooManyCallsException.html
+++ 
b/apidocs/sling6/org/apache/sling/api/request/class-use/TooManyCallsException.html
@@ -138,4 +138,4 @@ No usage of 
org.apache.sling.api.request.TooManyCallsException
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/api/request/package-frame.html
--
diff --git a/apidocs/sling6/org/apache/sling/api/request/package-frame.html 
b/apidocs/sling6/org/apache/sling/api/request/package-frame.html
index 0885633..4f3e290 100644
--- a/apidocs/sling6/org/apache/sling/api/request/package-frame.html
+++ b/apidocs/sling6/org/apache/sling/api/request/package-frame.html
@@ -79,4 +79,4 @@ Exceptions
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/api/request/package-summary.html
--
diff --git a/apidocs/sling6/org/apache/sling/api/request/package-summary.html 
b/apidocs/sling6/org/apache/sling/api/request/package-summary.html
index 340e0d4..c75a246 100644
--- a/apidocs/sling6/org/apache/sling/api/request/package-summary.html
+++ b/apidocs/sling6/org/apache/sling/api/request/package-summary.html
@@ -238,4 +238,4 @@ Package org.apache.sling.api.request
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/api/request/package-tree.html
--
diff --git a/apidocs/sling6/org/apache/sling/api/request/package-tree.html 
b/apidocs/sling6/org/apache/sling/api/request/package-tree.html
index 3cdafe5..7b1fea1 100644
--- a/apidocs/sling6/org/apache/sling/api/request/package-tree.html
+++ b/apidocs/sling6/org/apache/sling/api/request/package-tree.html
@@ -179,4 +179,4 @@ Enum Hierarchy
 
 Copyright  2007-2011 http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling6/org/apache/sling/api/request/package-use.html
--
diff --git a/apidocs/sling6/org/apache/sling/api/request/package-use.html 
b/apidocs/sling6/org/apache/sling/api/request/package-use.html
index 07ef034..812de9e 100644
--- a/apidocs/sling6/org/apache/sling/api/request/package-use.html
+++ b/apidocs/sling6/org/apache/sling/api/request/package-use.html
@@ -375,4 +375,4 @@ Classes in http://www.apache.org/;>The Apache 
Software Foundation. All Rights Reserved.
 
-
+
\ No newline at end of file


[07/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/annotations/class-use/Optional.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Optional.html 
b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Optional.html
index 2c0f51a..54a4fa8 100644
--- a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Optional.html
+++ b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Optional.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/annotations/class-use/Path.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Path.html 
b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Path.html
index 369b0f3..96a1ed9 100644
--- a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Path.html
+++ b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Path.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/annotations/class-use/Required.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Required.html 
b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Required.html
index cd999d1..f76fc46 100644
--- a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Required.html
+++ b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Required.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/annotations/class-use/Source.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Source.html 
b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Source.html
index 0f85348..214dbef 100644
--- a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Source.html
+++ b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Source.html
@@ -237,4 +237,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/annotations/class-use/ValidationStrategy.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/annotations/class-use/ValidationStrategy.html
 
b/apidocs/sling9/org/apache/sling/models/annotations/class-use/ValidationStrategy.html
index 1f48ef5..253dbc0 100644
--- 
a/apidocs/sling9/org/apache/sling/models/annotations/class-use/ValidationStrategy.html
+++ 
b/apidocs/sling9/org/apache/sling/models/annotations/class-use/ValidationStrategy.html
@@ -172,4 +172,4 @@ the order they are declared.
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/annotations/class-use/Via.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Via.html 
b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Via.html
index 2a000fb..9ad85f5 100644
--- a/apidocs/sling9/org/apache/sling/models/annotations/class-use/Via.html
+++ b/apidocs/sling9/org/apache/sling/models/annotations/class-use/Via.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/models/annotations/class-use/ViaProviderType.html
--
diff --git 
a/apidocs/sling9/org/apache/sling/models/annotations/class-use/ViaProviderType.html
 
b/apidocs/sling9/org/apache/sling/models/annotations/class-use/ViaProviderType.html
index b3a34ee..0445d31 100644
--- 
a/apidocs/sling9/org/apache/sling/models/annotations/class-use/ViaProviderType.html
+++ 
b/apidocs/sling9/org/apache/sling/models/annotations/class-use/ViaProviderType.html
@@ -207,4 +207,4 @@
 
 Copyright  2017 

[10/51] [partial] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-tree.html
--
diff --git a/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-tree.html 
b/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-tree.html
index 2edcfd8..8d4b313 100644
--- a/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-tree.html
+++ b/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-tree.html
@@ -137,4 +137,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-use.html
--
diff --git a/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-use.html 
b/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-use.html
index b55a2a0..18f51f7 100644
--- a/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-use.html
+++ b/apidocs/sling9/org/apache/sling/event/jobs/jmx/package-use.html
@@ -123,4 +123,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/event/jobs/package-frame.html
--
diff --git a/apidocs/sling9/org/apache/sling/event/jobs/package-frame.html 
b/apidocs/sling9/org/apache/sling/event/jobs/package-frame.html
index 4db22d7..19ff7d1 100644
--- a/apidocs/sling9/org/apache/sling/event/jobs/package-frame.html
+++ b/apidocs/sling9/org/apache/sling/event/jobs/package-frame.html
@@ -39,4 +39,4 @@
 
 
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/event/jobs/package-summary.html
--
diff --git a/apidocs/sling9/org/apache/sling/event/jobs/package-summary.html 
b/apidocs/sling9/org/apache/sling/event/jobs/package-summary.html
index 7ee6ee8..6e9dafc 100644
--- a/apidocs/sling9/org/apache/sling/event/jobs/package-summary.html
+++ b/apidocs/sling9/org/apache/sling/event/jobs/package-summary.html
@@ -261,4 +261,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/event/jobs/package-tree.html
--
diff --git a/apidocs/sling9/org/apache/sling/event/jobs/package-tree.html 
b/apidocs/sling9/org/apache/sling/event/jobs/package-tree.html
index 9324174..a18de73 100644
--- a/apidocs/sling9/org/apache/sling/event/jobs/package-tree.html
+++ b/apidocs/sling9/org/apache/sling/event/jobs/package-tree.html
@@ -165,4 +165,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/event/jobs/package-use.html
--
diff --git a/apidocs/sling9/org/apache/sling/event/jobs/package-use.html 
b/apidocs/sling9/org/apache/sling/event/jobs/package-use.html
index 99bf48f..00e4c0d 100644
--- a/apidocs/sling9/org/apache/sling/event/jobs/package-use.html
+++ b/apidocs/sling9/org/apache/sling/event/jobs/package-use.html
@@ -275,4 +275,4 @@
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/hc/api/HealthCheck.html
--
diff --git a/apidocs/sling9/org/apache/sling/hc/api/HealthCheck.html 
b/apidocs/sling9/org/apache/sling/hc/api/HealthCheck.html
index 5e8de9c..e90fad8 100644
--- a/apidocs/sling9/org/apache/sling/hc/api/HealthCheck.html
+++ b/apidocs/sling9/org/apache/sling/hc/api/HealthCheck.html
@@ -382,4 +382,4 @@ public interface HealthCheck
 
 Copyright  2017 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
-
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/59da8bfe/apidocs/sling9/org/apache/sling/hc/api/Result.Status.html
--
diff --git a/apidocs/sling9/org/apache/sling/hc/api/Result.Status.html 
b/apidocs/sling9/org/apache/sling/hc/api/Result.Status.html
index 7bb95ad..d18bd02 100644
--- a/apidocs/sling9/org/apache/sling/hc/api/Result.Status.html
+++ b/apidocs/sling9/org/apache/sling/hc/api/Result.Status.html
@@ 

[7/8] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/internationalization-support-i18n.html
--
diff --git a/documentation/bundles/internationalization-support-i18n.html 
b/documentation/bundles/internationalization-support-i18n.html
index 6056d66..1e85f85 100644
--- a/documentation/bundles/internationalization-support-i18n.html
+++ b/documentation/bundles/internationalization-support-i18n.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationBundles 
   
 Internationalization Support (i18n)
-i18n 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 Internationalization support in Sling consists of four methods 
in the SlingHttpServletRequest interface:
 
   getLocale() -- Returns the primary Locale for 
the current request. This method is inherited from the 
javax.servlet.ServletRequest interface.
@@ -223,8 +222,8 @@
   en
 
 In case there is a resource bundle requested for a locale without country 
or variant, there is only 1 fallback (i.e. the default locale). The last resort 
(root resource bundle in all hierarchies) is always the bundle which returns 
the requested key as the value.
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 29 15:57:01 
2017 +0200 : Quick pass at adding tags to all pages - 
probably needs refining
-
+i18n   
  
+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:57:01 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/jcr-installer-provider.html
--
diff --git a/documentation/bundles/jcr-installer-provider.html 
b/documentation/bundles/jcr-installer-provider.html
index 673a504..6b43331 100644
--- a/documentation/bundles/jcr-installer-provider.html
+++ b/documentation/bundles/jcr-installer-provider.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationBundles 
   
 JCR Installer Provider
-installer 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 The 
JCR installer provider scans the JCR repository for artifacts and provides them 
to the OSGI 
installer.
 Configuration and Scanning
 The JCR installer provider can be configured with weighted paths which are 
scanned. By default, the installer scans in /apps and /libs 
where artifacts found in /apps get a higher priority. The installer 
does a deep scan and uses a regular expression to detect folders containing 
artifacts to be installed. By default, artifacts from within a folder named 
install are provided to the OSGi installer.
@@ -173,8 +172,8 @@ curl -X MKCOL  
http://admin:admin@localhost:8080/apps/jcrtest/install
 
   JCR installer provider (http://svn.apache.org/repos/asf/sling/trunk/installer/providers/jcr;>org.apache.sling.installer.provider.jcr)
 
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 29 15:57:01 
2017 +0200 : Quick pass at adding tags to all pages - 
probably needs refining
-
+installer 

+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:57:01 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/log-tracers.html
--
diff --git a/documentation/bundles/log-tracers.html 
b/documentation/bundles/log-tracers.html
index 6e94910..e9c843f 100644
--- a/documentation/bundles/log-tracers.html
+++ b/documentation/bundles/log-tracers.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationBundles 
   
 Log Tracer
-logging 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 

[2/8] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/project-information/apache-sling-community-roles-and-processes.html
--
diff --git 
a/project-information/apache-sling-community-roles-and-processes.html 
b/project-information/apache-sling-community-roles-and-processes.html
index 1d156fd..70d8565 100644
--- a/project-information/apache-sling-community-roles-and-processes.html
+++ b/project-information/apache-sling-community-roles-and-processes.html
@@ -73,8 +73,7 @@
 
 HomeProject 
Information
 Apache Sling Community Roles and Processes
-community pmc 

-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 The 
Community Roles and Processes are put in effect as of 13/May/2009. Updated 
7/December/2009 to reflect Sling being a top level project.
 Roles
 There are different roles with which Sling community members may be 
associated: User, Contributor, Committer, and PMC (Project Management 
Committee) Member. These roles are assigned and assumed based on merit. 
@@ -100,8 +99,8 @@
 If there are at least three positive votes and no negative votes after 
three days (72 hours), the results are posted to the PMC private mailing 
list.
 To have the Committer being accepted as a PMC member, the ASF Board has 
acknowledge the addition to the PMC. The Committer should not be consulted 
about his/her desire to become a PMC member before the board acknowledgement, 
or be informed that they are being considered, since this could create hard 
feelings if the vote does not pass.
 Upon a positive vote result, the PMC member will be emailed by the PMC to 
invite him/her to become a PMC member. If the invitation is accepted, an 
announcement about the new PMC member is made to the developer mailing 
list.
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 29 15:57:01 
2017 +0200 : Quick pass at adding tags to all pages - 
probably needs refining
-
+community 
pmc 
+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:57:01 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/project-information/project-license.html
--
diff --git a/project-information/project-license.html 
b/project-information/project-license.html
index d2c617c..64b8e9a 100644
--- a/project-information/project-license.html
+++ b/project-information/project-license.html
@@ -73,11 +73,10 @@
 
 HomeProject 
Information
 Project License
-community pmc 

-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 As 
with all projects of the http://apache.org;>Apache Software 
Foundation, Apache Sling is licensed under the http://www.apache.org/licenses/LICENSE-2.0.html;>Apache License, Version 
2.0
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 29 15:57:01 
2017 +0200 : Quick pass at adding tags to all pages - 
probably needs refining
-
+community 
pmc 
+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:57:01 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/project-information/project-team.html
--
diff --git a/project-information/project-team.html 
b/project-information/project-team.html
index d3667ef..1a0cbf2 100644
--- a/project-information/project-team.html
+++ b/project-information/project-team.html
@@ -73,8 +73,7 @@
 
 HomeProject 
Information
 Project Team
-community pmc 

-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 A 
successful 

[1/8] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
Repository: sling-site
Updated Branches:
  refs/heads/asf-site-staging 45deeb8e0 -> fb93da72b


http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/tags/mimetypes.html
--
diff --git a/tags/mimetypes.html b/tags/mimetypes.html
index 8fbceb9..05064bf 100644
--- a/tags/mimetypes.html
+++ b/tags/mimetypes.html
@@ -71,8 +71,7 @@
 Site Map
 
 
-
-
+
 adaptTo1 
 api3 
 authentication8 
@@ -161,6 +160,7 @@
 xslt1 
 Tagged with 
'mimetypes'MIME Type 
Support (commons.mime and commons.contentdetection)
 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/tags/mocks.html
--
diff --git a/tags/mocks.html b/tags/mocks.html
index 3de9fe7..4badf7d 100644
--- a/tags/mocks.html
+++ b/tags/mocks.html
@@ -71,8 +71,7 @@
 Site Map
 
 
-
-
+
 adaptTo1 
 api3 
 authentication8 
@@ -163,6 +162,7 @@
 OSGi Mocks
 Sling Mocks
 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/tags/models.html
--
diff --git a/tags/models.html b/tags/models.html
index 0eb65d1..4cc5e7c 100644
--- a/tags/models.html
+++ b/tags/models.html
@@ -71,8 +71,7 @@
 Site Map
 
 
-
-
+
 adaptTo1 
 api3 
 authentication8 
@@ -161,6 +160,7 @@
 xslt1 
 Tagged with 
'models'Sling Models
 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/tags/modules.html
--
diff --git a/tags/modules.html b/tags/modules.html
index 80a3402..936325a 100644
--- a/tags/modules.html
+++ b/tags/modules.html
@@ -71,8 +71,7 @@
 Site Map
 
 
-
-
+
 adaptTo1 
 api3 
 authentication8 
@@ -161,6 +160,7 @@
 xslt1 
 Tagged with 
'modules'Bundles
 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/tags/news.html
--
diff --git a/tags/news.html b/tags/news.html
index da08bc4..d665ebc 100644
--- a/tags/news.html
+++ b/tags/news.html
@@ -71,8 +71,7 @@
 Site Map
 
 
-
-
+
 adaptTo1 
 api3 
 authentication8 
@@ -162,6 +161,7 @@
 Tagged with 'news'News
 Releases
 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/tags/nodetypes.html
--
diff --git a/tags/nodetypes.html b/tags/nodetypes.html
index 3728a10..c4bc73c 100644
--- a/tags/nodetypes.html
+++ b/tags/nodetypes.html
@@ -71,8 +71,7 @@
 Site Map
 
 
-
-
+
 adaptTo1 
 api3 
 authentication8 
@@ -161,6 +160,7 @@
 xslt1 
 Tagged with 
'nodetypes'Content 
Loading and Nodetype Support (jcr.contentloader)
 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/tags/nosql.html
--
diff --git a/tags/nosql.html b/tags/nosql.html
index c43acd2..9dd85a1 100644
--- a/tags/nosql.html
+++ b/tags/nosql.html
@@ -71,8 +71,7 @@
 Site Map
 
 
-
-
+
 adaptTo1 
 api3 
   

[5/8] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/development/ide-tooling/ide-tooling-incremental-build.html
--
diff --git 
a/documentation/development/ide-tooling/ide-tooling-incremental-build.html 
b/documentation/development/ide-tooling/ide-tooling-incremental-build.html
index 379b1be..b492eb1 100644
--- a/documentation/development/ide-tooling/ide-tooling-incremental-build.html
+++ b/documentation/development/ide-tooling/ide-tooling-incremental-build.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationDevelopmentSling IDE tooling for 
Eclipse User Guide
 Incremental Builds in Sling IDE tooling for Eclipse
-development eclipse 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 
 
 Overview
@@ -91,8 +90,8 @@
 Service Description and 
Metatype Resources
 OSGi component and metatype annotations (for OSGi 6) are natively supported 
through bnd (and therefore automatically generated through both 
maven-bundle-plugin and bnd-maven-plugin). You don't need to configure anything 
explicitly since version 3.0.0 of bnd (https://github.com/bndtools/bnd/issues/1041;>issue 1041).
 The maven-bundle-plugin can be optionally coupled with the http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.html;>maven-scr-plugin.
 Both maven-bundle-plugin as well as bnd-maven-plugin can be optionally coupled 
with the http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-bndtools-use.html;>scr-bnd-plugin.
 Both approaches can be used to generate components descriptions and metatype 
resources out of the http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html;>Felix
 SCR annotations. The recommended way for new projects though is to rely on 
OSGi 6 annotations. However if you need to rely on Felix SCR annotations though 
it is recommended to rather use the scr-bnd-plugin over the maven-scr-plugin, 
as the former is nicely integrated into bnd and therefore means less overhead 
during the build.
 
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 29 15:57:01 
2017 +0200 : Quick pass at adding tags to all pages - 
probably needs refining
-
+development eclipse 
+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:57:01 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/development/issue-tracker.html
--
diff --git a/documentation/development/issue-tracker.html 
b/documentation/development/issue-tracker.html
index d764173..da7b8af 100644
--- a/documentation/development/issue-tracker.html
+++ b/documentation/development/issue-tracker.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationDevelopment 
   
 Issue Tracker
-development community 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 Apache 
Sling uses Jira for tracking bug reports and requests for improvements, new 
features, and other changes.
 The issue tracker is available at https://issues.apache.org/jira/browse/SLING;>https://issues.apache.org/jira/browse/SLING
 and is readable by everyone. A Jira account is needed to create new issues and 
to comment on existing issues. Use the https://issues.apache.org/jira/secure/Signup!default.jspa;>registration 
form to request an account if you do not already have one.
 See below for guidelines on creating and managing issues.
@@ -198,8 +197,8 @@
 Issues are closed once the project against which it has been reported has 
been released. Issues once closed cannot be opened again. Rather new issues 
should be created against the new release to have broken implementations fixed 
or extended.
 Patches
 When reporting a bug, requesting a feature or propose an improvement, it is 
a good thing to attach a patch to the issue. This may speed up issue processing 
and helps you being recognized as a good community member leading to closer 
involvement with Sling.
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 

[8/8] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
Automatic publish of sling site


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/fb93da72
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/fb93da72
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/fb93da72

Branch: refs/heads/asf-site-staging
Commit: fb93da72bbd3ebcb76dda700d89794bed09ead8c
Parents: 45deeb8
Author: Robert Munteanu 
Authored: Thu Oct 5 11:43:05 2017 +0300
Committer: Robert Munteanu 
Committed: Thu Oct 5 11:43:05 2017 +0300

--
 .gitignore|  4 
 README.md |  7 +++
 archive.html  |  4 ++--
 contributing.html |  7 +++
 documentation.html|  7 +++
 documentation/bundles.html|  7 +++
 ...essing-filesystem-resources-extensions-fsresource.html |  7 +++
 .../bundles/apache-sling-commons-thread-pool.html |  7 +++
 .../bundles/apache-sling-eventing-and-job-handling.html   |  7 +++
 .../bundle-resources-extensions-bundleresource.html   |  7 +++
 documentation/bundles/caching-services.html   |  7 +++
 documentation/bundles/commons-html-utilities.html |  7 +++
 .../bundles/configuration-installer-factory.html  |  7 +++
 documentation/bundles/content-distribution.html   |  7 +++
 .../bundles/content-loading-jcr-contentloader.html|  7 +++
 ...ontext-aware-configuration-default-implementation.html |  7 +++
 .../context-aware-configuration-override.html |  7 +++
 .../context-aware-configuration-spi.html  |  7 +++
 .../context-aware-configuration.html  |  7 +++
 documentation/bundles/datasource-providers.html   |  7 +++
 documentation/bundles/discovery-api-and-impl.html |  7 +++
 documentation/bundles/dynamic-includes.html   |  7 +++
 documentation/bundles/file-installer-provider.html|  7 +++
 .../bundles/internationalization-support-i18n.html|  7 +++
 documentation/bundles/jcr-installer-provider.html |  7 +++
 documentation/bundles/log-tracers.html|  7 +++
 .../managing-permissions-jackrabbit-accessmanager.html|  7 +++
 .../managing-users-and-groups-jackrabbit-usermanager.html |  7 +++
 ...lating-content-the-slingpostservlet-servlets-post.html |  7 +++
 documentation/bundles/metrics.html|  7 +++
 documentation/bundles/mime-type-support-commons-mime.html |  7 +++
 documentation/bundles/models.html |  7 +++
 documentation/bundles/nosql-resource-providers.html   |  7 +++
 documentation/bundles/org-apache-sling-junit-bundles.html |  7 +++
 documentation/bundles/osgi-installer.html |  7 +++
 ...put-rewriting-pipelines-org-apache-sling-rewriter.html |  7 +++
 .../bundles/rendering-content-default-get-servlets.html   |  7 +++
 documentation/bundles/repository-initialization.html  |  7 +++
 documentation/bundles/request-analysis.html   |  7 +++
 documentation/bundles/resource-access-security.html   |  7 +++
 documentation/bundles/resource-editor.html|  7 +++
 documentation/bundles/resource-merger.html|  7 +++
 .../bundles/scheduler-service-commons-scheduler.html  |  7 +++
 documentation/bundles/scripting.html  |  7 +++
 documentation/bundles/scripting/scripting-htl.html|  7 +++
 documentation/bundles/scripting/scripting-jsp.html|  7 +++
 documentation/bundles/scripting/scripting-thymeleaf.html  |  7 +++
 documentation/bundles/servlet-helpers.html|  7 +++
 documentation/bundles/sling-health-check-tool.html|  7 +++
 documentation/bundles/sling-oak-restrictions.html |  7 +++
 documentation/bundles/sling-pipes.html|  7 +++
 documentation/bundles/sling-query.html|  7 +++
 documentation/bundles/sling-query/basic-ideas.html|  7 +++
 documentation/bundles/sling-query/examples.html   |  7 +++
 .../bundles/sling-query/hierarchy-operators.html  |  7 +++
 documentation/bundles/sling-query/methods.html|  7 +++
 documentation/bundles/sling-query/modifiers.html  |  7 +++
 documentation/bundles/sling-query/operators.html  |  7 +++
 documentation/bundles/sling-query/selectors.html  |  7 +++
 documentation/bundles/sling-query/vs-jcr.html |  7 +++
 

[6/8] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/sling-health-check-tool.html
--
diff --git a/documentation/bundles/sling-health-check-tool.html 
b/documentation/bundles/sling-health-check-tool.html
index a1e838a..a44494a 100644
--- a/documentation/bundles/sling-health-check-tool.html
+++ b/documentation/bundles/sling-health-check-tool.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationBundles 
   
 Sling Health Check Tools
-healthchecks operations 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 Based 
on simple HealthCheck OSGi services, the Sling Health Check Tools 
("hc" in short form) are used to check the health of live Sling systems, based 
on inputs like JMX MBean attribute values, OSGi framework information, Sling 
requests status, etc.
 Health checks are easily extensible either by configuring the supplied 
default HealthCheck services, or by implementing your own 
HealthCheck services to cater for project specific 
requirements.
 However for simple setups, the out of the box health checks are often 
sufficient. Executing Health Checks is a 
good starting point to run existing checks and to get familiar with how health 
checks work.
@@ -282,8 +281,8 @@ servletPath = /system/health
 The idea is to implement the smoke tests of your system, for example, as 
health checks. You can then run them as part of integration testing, using the 
Sling Testing 
Toolsremote testing utilities, and also as plain Health Checks for 
monitoring or troubleshooting Sling instances.
 To use this module, configure sets of tags at 
/system/console/configMgr/org.apache.sling.hc.junitbridge.HealthCheckTestsProvider
 using the standard includeThisTag,-omitThatTag syntax, and JUnit 
tests will be available at /system/sling/junit/HealthChecks.html to run the 
corresponding Health Checks.
 To run the Health Check tests at build time, see the http://svn.apache.org/repos/asf/sling/trunk/testing/samples/integration-tests;>testing/samples/integration-tests
 sample module.
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 29 15:57:01 
2017 +0200 : Quick pass at adding tags to all pages - 
probably needs refining
-
+healthchecks operations 
+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:57:01 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/sling-oak-restrictions.html
--
diff --git a/documentation/bundles/sling-oak-restrictions.html 
b/documentation/bundles/sling-oak-restrictions.html
index 02f559d..52ebcfb 100644
--- a/documentation/bundles/sling-oak-restrictions.html
+++ b/documentation/bundles/sling-oak-restrictions.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationBundles 
   
 Sling Oak Restrictions
-oak jcr security 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 
 
 Introduction
@@ -157,8 +156,8 @@
   /content/myprj
   /content/myprj/mynode2
 
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 29 15:57:01 
2017 +0200 : Quick pass at adding tags to all pages - 
probably needs refining
-
+oak jcr security 
+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:57:01 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/sling-pipes.html
--
diff --git a/documentation/bundles/sling-pipes.html 
b/documentation/bundles/sling-pipes.html
index dc671f6..dc34eb1 100644
--- a/documentation/bundles/sling-pipes.html
+++ b/documentation/bundles/sling-pipes.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationBundles 
   
 Sling Pipes
-pipes 

[3/8] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/tutorials-how-tos.html
--
diff --git a/documentation/tutorials-how-tos.html 
b/documentation/tutorials-how-tos.html
index 621c569..2776161 100644
--- a/documentation/tutorials-how-tos.html
+++ b/documentation/tutorials-how-tos.html
@@ -73,8 +73,7 @@
 
 HomeDocumentation   
 
 Tutorials  How-Tos
-tutorials 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 
   46 Line Blog
   Getting 
Resources and Properties in Sling
@@ -83,8 +82,8 @@
   Jackrabbit 
Persistence
   Testing 
Sling-based applications
 
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 29 15:57:01 
2017 +0200 : Quick pass at adding tags to all pages - 
probably needs refining
-
+tutorials 

+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:57:01 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/tutorials-how-tos/46-line-blog.html
--
diff --git a/documentation/tutorials-how-tos/46-line-blog.html 
b/documentation/tutorials-how-tos/46-line-blog.html
index 00c1e55..17d0e56 100644
--- a/documentation/tutorials-how-tos/46-line-blog.html
+++ b/documentation/tutorials-how-tos/46-line-blog.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationTutorials  
How-Tos
 46 Line Blog
-tutorial 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 This 
tutorial is based on the first Sling Gems on dev.day.com: The http://dev.day.com/microsling/content/blogs/main/sling-46-lines-blog.html;>Sling
 gems: a blog in 46 lines of code. It has slightly been adapted to fit 
here.
 In this tutorial, the SlingPostServlet and the sling.js library are brought 
together using 46 (no kidding: fourty-six) lines of code to create a 
simple blog (or let's say bloggish) application.
 I used this example in my http://www.slideshare.net/bdelacretaz/rapid-jcr-applications-development-with-sling-1196003;>Rapid
 JCR application development with Apache Sling presentation at ApacheCon US 
09 in Oakland (slides will be available soon), and I think it's a good 
testimony to the power and simplicity of Sling.
@@ -175,8 +174,8 @@ If you get an error saying 
_javax.jcr.AccessDeniedException: ...not allowed to a
 That's the power of Sling
 The 46-line blog is a good example of the power of Sling. It leverages the 
SlingPostServlet,
 which handles POST requests in a form-friendly way, and the http://svn.apache.org/repos/asf/sling/trunk/bundles/servlets/post/src/main/resources/system/sling.js;>sling.js
 client library, which provides high-level functionality on the client side.
 ///Footnotes Go Here///
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/ab134cc;>Fri Sep 29 15:57:01 
2017 +0200 : Quick pass at adding tags to all pages - 
probably needs refining
-
+tutorial 

+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:57:01 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
--
diff --git 
a/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
 
b/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
index 6ab1596..76179a5 100644
--- 
a/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
+++ 
b/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationTutorials  
How-Tos
 Getting Resources and Properties in Sling
-resources 
-$(document).ready(function() { 

[4/8] sling-site git commit: Automatic publish of sling site

2017-10-05 Thread rombert
http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/the-sling-engine/architecture.html
--
diff --git a/documentation/the-sling-engine/architecture.html 
b/documentation/the-sling-engine/architecture.html
index 2422682..b5b2e19 100644
--- a/documentation/the-sling-engine/architecture.html
+++ b/documentation/the-sling-engine/architecture.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationThe Sling 
Engine
 Architecture
-core 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 The 
following is a short list of highlights of Sling:
 
   OSGi  The Sling application 
is built as a series of OSGi bundles and makes heavy use of a number of OSGi 
core and compendium services.
@@ -128,8 +127,8 @@
 As we have seen, Sling may be launched as a standalone Java Application or 
as a Web Application inside any compliant Servlet Container. To hide the 
differences of the launching mechanism, Sling internally registers a Servlet 
with an OSGi HttpService. Regardless of how Sling is launched, the 
Felix implementation of the OSGi HttpService specification is 
used. When Sling is launched as a standalone Java Application, Felix 
HttpService uses an embedded version of the Jetty servlet container. When Sling 
is launched as a Web Application, the Felix HttpService Bridge is used.
 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.
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/3d5fdfe;>Fri Sep 29 15:36:08 
2017 +0200 : First shot at adding some tags
-
+core   
  
+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:36:08 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/the-sling-engine/authentication.html
--
diff --git a/documentation/the-sling-engine/authentication.html 
b/documentation/the-sling-engine/authentication.html
index 23d5ba2..196eca3 100644
--- a/documentation/the-sling-engine/authentication.html
+++ b/documentation/the-sling-engine/authentication.html
@@ -73,8 +73,7 @@
 
 HomeDocumentationThe Sling 
Engine
 Authentication
-core authentication 
-$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } 
);
+$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );
 This 
section describes the framework provided by Sling to authenticate HTTP 
requests.
 Let's look at generic request processing of Sling: Sling is linked into the 
outside world by registering the Sling Main Servlet  implemented by the 
SlingMainServlet class in the Sling Engine bundle  with an 
OSGi HttpService. This registration is accompanyied with an 
implementation instance of the OSGi HttpContext interface, which 
defines a method to authenticate requests: handleSecurity.
 This method is called by the OSGi HTTP Service implementation after the 
servlet has been selected to handle the request but before actually calling the 
servlet's service method.
@@ -94,8 +93,8 @@
   Framework:
 Authentication Framework, Auth Core bundle etc.
   AuthenticationHandler:
 Authentication Handler service API.
 
-Last modified by Bertrand 
Delacretaz on https://github.com/apache/sling-site/commit/3d5fdfe;>Fri Sep 29 15:36:08 
2017 +0200 : First shot at adding some tags
-
+core authentication 

+Last modified by Bertrand 
Delacretaz on Fri Sep 29 15:36:08 2017 
+0200
 
 
 Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/the-sling-engine/authentication/authentication-actors.html
--
diff --git 
a/documentation/the-sling-engine/authentication/authentication-actors.html 

Jenkins build is still unstable: sling-launchpad-testing-war-9 #31

2017-10-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: sling-launchpad-testing-9 #32

2017-10-05 Thread Apache Jenkins Server
See 




sling-site git commit: Reference adaptTo() 2017 as news

2017-10-05 Thread rombert
Repository: sling-site
Updated Branches:
  refs/heads/master 364881800 -> f23d5dd64


Reference adaptTo() 2017 as news

Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/f23d5dd6
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/f23d5dd6
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/f23d5dd6

Branch: refs/heads/master
Commit: f23d5dd64a00d3639a4018e344192d743d0e7365
Parents: 3648818
Author: Robert Munteanu 
Authored: Thu Oct 5 11:41:03 2017 +0300
Committer: Robert Munteanu 
Committed: Thu Oct 5 11:41:03 2017 +0300

--
 src/main/jbake/content/news.md | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/f23d5dd6/src/main/jbake/content/news.md
--
diff --git a/src/main/jbake/content/news.md b/src/main/jbake/content/news.md
index 595d4c0..0d2d286 100644
--- a/src/main/jbake/content/news.md
+++ b/src/main/jbake/content/news.md
@@ -3,6 +3,7 @@ type=page
 status=published
 tags=news
 ~~
+* The [adaptTo() 2017 conference](https://adapt.to/2017/en.html) took place in 
Berlin. (September 25-27, 2017). 
 * Released [Apache Sling 9](/news/sling-launchpad-9-released.html) (June 12th, 
2017)
 * Released [Apache Sling IDE Tooling for Eclipse 
1.1.0](/news/sling-ide-tooling-11-released.html) (March 14th, 2016)
 * Released [Apache Sling 8](/news/sling-launchpad-8-released.html) (October 
16th, 2015)



sling-site git commit: SLING-7178 - Allow publishing the Sling site using Maven

2017-10-05 Thread rombert
Repository: sling-site
Updated Branches:
  refs/heads/master 1c927c34f -> 364881800


SLING-7178 - Allow publishing the Sling site using Maven

Add a -Prun-site profile, update documentation.

Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/36488180
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/36488180
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/36488180

Branch: refs/heads/master
Commit: 36488180096e3601dd4cf7011fe9ddf160295b29
Parents: 1c927c3
Author: Robert Munteanu 
Authored: Thu Oct 5 11:36:51 2017 +0300
Committer: Robert Munteanu 
Committed: Thu Oct 5 11:36:51 2017 +0300

--
 README.md | 23 ---
 pom.xml   | 32 ++--
 2 files changed, 30 insertions(+), 25 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/36488180/README.md
--
diff --git a/README.md b/README.md
index 39db70f..4370479 100644
--- a/README.md
+++ b/README.md
@@ -5,36 +5,21 @@ the Apache CMS to this JBake-generated site.
 ## How to build and stage the site locally  
 Clone this repository, run the below Maven command, open 
http://localhost:8820/ and enjoy.
 
-mvn clean package jbake:inline -Djbake.port=8820 
-Djbake.listenAddress=0.0.0.0
+mvn clean package -Prun-site

 This allowsyou to experiment with your changes before eventually 
publishing them.
 
 ## How to publish the website
 Clone this repository and run the below commands or equivalent:
 
-   git checkout master
-
-   # Build the site
+   # Build the site and review your changes
mvn clean package
 
-   # Move aside the generated pages
-mv target/sling-site-* /tmp/slingsite
-
-   # Switch to the live branch and sync
-   git checkout asf-site
-   git pull origin asf-site
-   rsync -r /tmp/slingsite/* .
-
-   # At this point, git diff as needed to verify
-   # what you're about to publish the The Whole Internet
-   # and then
-   git commit -a -m ""
-   git push origin asf-site
+# deploy the site
+mvn clean package -Ppublish-site
 
 The [ASF's gitpubsub 
mechanism](https://blogs.apache.org/infra/entry/git_based_websites_available) 
then synchronizes that content to http://sling.apache.org , usually within a 
few seconds.
 
-It would be nice to automate this in a Jenkins build...patches welcome!
-
 ## Variables in page content
 Adding `expandVariables=true` to a page's front matter enables simple 
variables replacement, see the `pageVariables` map in
 templates code for which variables are supported or to add more variables. A 
pattern like `${sling_tagline}` in page content

http://git-wip-us.apache.org/repos/asf/sling-site/blob/36488180/pom.xml
--
diff --git a/pom.xml b/pom.xml
index b413786..08d5bfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
 1.1
 true
 
-target/${artifactId}-${version}
+target/${project.artifactId}-${project.version}
 Automatic publish of sling site
 
scm:git:https://git-wip-us.apache.org/repos/asf/sling-site.git
 asf-site-staging
@@ -113,11 +113,7 @@
 
   
 
-
-
+   
 
 publish-site
 
@@ -138,6 +134,30 @@
 
 
 
+
+run-site
+
+
+
+org.jbake
+jbake-maven-plugin
+
+
+run-site
+package
+
+inline
+
+
+8820
+0.0.0.0
+
+
+
+
+
+
+
 
 
 



svn commit: r1811169 - /sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResource.java

2017-10-05 Thread cziegeler
Author: cziegeler
Date: Thu Oct  5 08:27:12 2017
New Revision: 1811169

URL: http://svn.apache.org/viewvc?rev=1811169=rev
Log:
SLING-6878 : Bundle resource provider: support mounting of JSON files

Modified:

sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResource.java

Modified: 
sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResource.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResource.java?rev=1811169=1811168=1811169=diff
==
--- 
sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResource.java
 (original)
+++ 
sling/trunk/bundles/extensions/bundleresource/src/main/java/org/apache/sling/bundleresource/impl/BundleResource.java
 Thu Oct  5 08:27:12 2017
@@ -151,16 +151,17 @@ public class BundleResource extends Abst
 this.subResources = children;
 }
 
-Resource getChildResource(String path) {
+Resource getChildResource(final String path) {
 Resource result = null;
 Map> resources = this.subResources;
+String subPath = null;
 for(String segment : path.split("/")) {
 if ( resources != null ) {
-path = path.concat("/").concat(segment);
+subPath = subPath == null ? segment : 
subPath.concat("/").concat(segment);
 final Map props = resources.get(segment);
 if ( props != null ) {
 result = new BundleResource(this.resourceResolver, 
this.cache, this.mappedPath,
-path, props, false);
+this.getPath().concat("/").concat(subPath), props, 
false);
 resources = ((BundleResource)result).subResources;
 } else {
 result = null;




[1/2] sling-site git commit: Ensure README.md is published

2017-10-05 Thread rombert
Repository: sling-site
Updated Branches:
  refs/heads/master 3e58fbd76 -> 1c927c34f


Ensure README.md is published


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/1c927c34
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/1c927c34
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/1c927c34

Branch: refs/heads/master
Commit: 1c927c34fc9044bc9bd1270cb64bf1dbd875ded8
Parents: 5a34543
Author: Robert Munteanu 
Authored: Thu Oct 5 10:56:30 2017 +0300
Committer: Robert Munteanu 
Committed: Thu Oct 5 11:26:18 2017 +0300

--
 src/main/jbake/assets/README.md | 7 +++
 1 file changed, 7 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/1c927c34/src/main/jbake/assets/README.md
--
diff --git a/src/main/jbake/assets/README.md b/src/main/jbake/assets/README.md
new file mode 100644
index 000..f05f4cb
--- /dev/null
+++ b/src/main/jbake/assets/README.md
@@ -0,0 +1,7 @@
+sling-site/asf-site
+---
+This is the asf-site branch of the sling-site repository.
+
+It holds the content that's published on the Sling website.
+
+Changes to that branch are automatically synced to http://sling.apache.org



[2/2] sling-site git commit: Make sure .gitignore is published

2017-10-05 Thread rombert
Make sure .gitignore is published


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/5a345431
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/5a345431
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/5a345431

Branch: refs/heads/master
Commit: 5a345431a0f15ca58780e180729fa68786e195bc
Parents: 3e58fbd
Author: Robert Munteanu 
Authored: Thu Oct 5 10:55:46 2017 +0300
Committer: Robert Munteanu 
Committed: Thu Oct 5 11:26:18 2017 +0300

--
 .gitignore   | 1 +
 src/main/jbake/assets/.gitignore | 4 
 2 files changed, 5 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/5a345431/.gitignore
--
diff --git a/.gitignore b/.gitignore
index 1a0836c..2d8030d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ cache
 target
 # IDE settings
 .*
+!.gitignore

http://git-wip-us.apache.org/repos/asf/sling-site/blob/5a345431/src/main/jbake/assets/.gitignore
--
diff --git a/src/main/jbake/assets/.gitignore b/src/main/jbake/assets/.gitignore
new file mode 100644
index 000..12f9706
--- /dev/null
+++ b/src/main/jbake/assets/.gitignore
@@ -0,0 +1,4 @@
+# JBake folders
+output
+cache
+target



sling-site git commit: add link to gitpubsub documentation for websites

2017-10-05 Thread kwin
Repository: sling-site
Updated Branches:
  refs/heads/master a55f97682 -> 3e58fbd76


add link to gitpubsub documentation for websites

Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/3e58fbd7
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/3e58fbd7
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/3e58fbd7

Branch: refs/heads/master
Commit: 3e58fbd768344d90185a2123ca30afb6ec4f9000
Parents: a55f976
Author: Konrad Windszus 
Authored: Thu Oct 5 10:24:36 2017 +0200
Committer: Konrad Windszus 
Committed: Thu Oct 5 10:24:36 2017 +0200

--
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/3e58fbd7/README.md
--
diff --git a/README.md b/README.md
index d23edd2..39db70f 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Clone this repository and run the below commands or 
equivalent:
git commit -a -m ""
git push origin asf-site
 
-The ASF's gitpubsub mechanism then synchronizes that content to 
http://sling.apache.org , usually within a few seconds.
+The [ASF's gitpubsub 
mechanism](https://blogs.apache.org/infra/entry/git_based_websites_available) 
then synchronizes that content to http://sling.apache.org , usually within a 
few seconds.
 
 It would be nice to automate this in a Jenkins build...patches welcome!
 



Jenkins build is still unstable: sling-launchpad-testing-9 #31

2017-10-05 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : sling-launchpad-testing-1.8 #1564

2017-10-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: sling-launchpad-testing-war-9 #30

2017-10-05 Thread Apache Jenkins Server
See 




svn commit: r1811167 - /sling/trunk/bundles/extensions/bundleresource/pom.xml

2017-10-05 Thread cziegeler
Author: cziegeler
Date: Thu Oct  5 07:59:59 2017
New Revision: 1811167

URL: http://svn.apache.org/viewvc?rev=1811167=rev
Log:
Update to parent pom 32

Modified:
sling/trunk/bundles/extensions/bundleresource/pom.xml

Modified: sling/trunk/bundles/extensions/bundleresource/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/bundleresource/pom.xml?rev=1811167=1811166=1811167=diff
==
--- sling/trunk/bundles/extensions/bundleresource/pom.xml (original)
+++ sling/trunk/bundles/extensions/bundleresource/pom.xml Thu Oct  5 07:59:59 
2017
@@ -22,7 +22,7 @@
 
 org.apache.sling
 sling
-31
+32
 
 
 




Jenkins build became unstable: sling-launchpad-testing-1.8 #1563

2017-10-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: sling-launchpad-testing-war-9 #29

2017-10-05 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: sling-launchpad-testing-9 #30

2017-10-05 Thread Apache Jenkins Server
See 




svn commit: r1811166 - /sling/trunk/bundles/commons/fsclassloader/src/main/java/org/apache/sling/commons/fsclassloader/impl/FSDynamicClassLoader.java

2017-10-05 Thread pauls
Author: pauls
Date: Thu Oct  5 07:54:30 2017
New Revision: 1811166

URL: http://svn.apache.org/viewvc?rev=1811166=rev
Log:
SLING-7175: Improve concurrency in FSDynamicClassLoader.

Modified:

sling/trunk/bundles/commons/fsclassloader/src/main/java/org/apache/sling/commons/fsclassloader/impl/FSDynamicClassLoader.java

Modified: 
sling/trunk/bundles/commons/fsclassloader/src/main/java/org/apache/sling/commons/fsclassloader/impl/FSDynamicClassLoader.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/fsclassloader/src/main/java/org/apache/sling/commons/fsclassloader/impl/FSDynamicClassLoader.java?rev=1811166=1811165=1811166=diff
==
--- 
sling/trunk/bundles/commons/fsclassloader/src/main/java/org/apache/sling/commons/fsclassloader/impl/FSDynamicClassLoader.java
 (original)
+++ 
sling/trunk/bundles/commons/fsclassloader/src/main/java/org/apache/sling/commons/fsclassloader/impl/FSDynamicClassLoader.java
 Thu Oct  5 07:54:30 2017
@@ -23,6 +23,7 @@ import java.net.URLClassLoader;
 import java.util.Collections;
 import java.util.HashSet;
 import java.util.Set;
+import java.util.concurrent.ConcurrentHashMap;
 
 import org.apache.sling.commons.classloader.DynamicClassLoader;
 
@@ -30,10 +31,9 @@ public class FSDynamicClassLoader
 extends URLClassLoader
 implements DynamicClassLoader {
 
-private boolean isDirty = false;
+private volatile boolean isDirty = false;
 
-private final Set hit = Collections.synchronizedSet(new 
HashSet());
-private final Set miss = Collections.synchronizedSet(new 
HashSet());
+private final Set loads = Collections.newSetFromMap(new 
ConcurrentHashMap());
 
 private final DynamicClassLoader parentLoader;
 
@@ -55,18 +55,15 @@ public class FSDynamicClassLoader
 @Override
 public Class loadClass(final String name) throws ClassNotFoundException 
{
 try {
-final Class c = super.loadClass(name);
-this.hit.add(name);
-return c;
-} catch (final ClassNotFoundException cnfe) {
-this.miss.add(name);
-throw cnfe;
+return super.loadClass(name);
+} finally {
+this.loads.add(name);
 }
 }
 
 public void check(final String className) {
 if ( !this.isDirty ) {
-this.isDirty = hit.contains(className) || miss.contains(className);
+this.isDirty = loads.contains(className);
 }
 }
 }




sling-site git commit: Remove unused codehilite.css

2017-10-05 Thread rombert
Repository: sling-site
Updated Branches:
  refs/heads/asf-site 0fff05e46 -> d25a1b3ba


Remove unused codehilite.css


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/d25a1b3b
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/d25a1b3b
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/d25a1b3b

Branch: refs/heads/asf-site
Commit: d25a1b3baabcdd6f9750e942ce796fa3ae822adc
Parents: 0fff05e
Author: Robert Munteanu 
Authored: Thu Oct 5 10:53:17 2017 +0300
Committer: Robert Munteanu 
Committed: Thu Oct 5 10:53:17 2017 +0300

--
 res/css/codehilite.css | 429 
 1 file changed, 429 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/d25a1b3b/res/css/codehilite.css
--
diff --git a/res/css/codehilite.css b/res/css/codehilite.css
deleted file mode 100644
index 93ce023..000
--- a/res/css/codehilite.css
+++ /dev/null
@@ -1,429 +0,0 @@
-/*
-
-For reference: classes defined by the Confluence batch.css
-
-.code {
-border-width: 1px;
-border-style: dashed;
-overflow: auto;
-}
-
-.code,.preformatted {
-background-color: #fff;
-}
-
-.code pre,.preformatted pre {
-font-family: "Courier New", Courier, monospace;
-line-height: 1.3;
-}
-
-.code-keyword {
-color: #91;
-background-color: inherit;
-}
-
-.code-object {
-color: #910091;
-background-color: inherit;
-}
-
-.code-quote {
-color: #009100;
-background-color: inherit;
-}
-
-.code-comment {
-color: #808080;
-background-color: inherit;
-}
-
-.code-xml .code-keyword {
-color: inherit;
-font-weight: bold;
-}
-
-.code-tag {
-color: #91;
-background-color: inherit;
-}
-
-*/
-
-/*
-
-For reference: classes defined by the old Sling Site CSS
-
-.codehilite {
-color: black;
-background-color: #f0f0f0;
-border: solid 1px black;
-margin-top: 0.5em;
-margin-bottom: 0.5em;
-padding: 0.5em
-}
-
-.codeHeader {
-text-align: center;
-font-family: monospace;
-border-bottom: 1px solid black;
-padding-top: 0.5em;
-padding-bottom: 0.5em;
-margin-bottom: 0.5em;
-}
-
-
-.codehilite pre {
-margin: 0em
-}
-
-.code-keyword {
-color: #88
-}
-
-.code-quote {
-color: #008800
-}
-
-.code-object {
-color: #dd
-}
-
-.code-java {
-margin: 0em
-}
-
-*/
-
-/**
-  Apache CMS Code High Lighting
-
-  HTML structure for default (:::, un-numbered code)
-  
-  
-
-... span-tagged code ...
-
-  
-
-
-  HTML structure for #! (line numbered code)
-  
-  
-
-
-
-
-... line numbers ...
-
-
-
-
-
-
-... span-tagged code ...
-
-
-
-
-  
-*/
-
-.codehilitetable, .codehilite {
-color: black;
-background-color: #f4f4f4;
-border: solid 1px #DDD;
-margin-top: 0.5em;
-margin-bottom: 0.5em;
-padding: 0.5em;
-}
-
-.codehilitetable .linenos {
-border: none;
-}
-
-.codehilitetable .linenos .linenodiv {
-}
-
-.codehilitetable .linenos .linenodiv pre {
-margin: 0px;
-padding: 0px;
-}
-
-.codehilitetable .code {
-border: none;
-}
-
-.codehilitetable .code .codehilite {
-/** overwrite from .codehilite class above */
-border: none;
-margin: 0px;
-padding: 0px;
-}
-
-.codehilite pre {
-/* Applies to both .codehilite divs, top level and in table */
-margin: 0px;
-padding: 0px;
-overflow: auto;
-}
-
-
-/**
- * Pygments Code Formatter Styles
- */
- 
-/** Whitespace */
-.codehilite .w {
-}
-/** Error */
-.codehilite .err {
-}
-/** Other */
-.codehilite .x {
-}
-
-/** Keyword */
-.codehilite .k {
-color: #88
-}
-/** Keyword.Constant */
-.codehilite .kc {
-color: #88
-}
-/** Keyword.Declaration */
-.codehilite .kd {
-color: #88
-}
-/** Keyword.Namespace */
-.codehilite .kn {
-color: #88
-}
-/** Keyword.Pseudo */
-.codehilite .kp {
-color: #88
-}
-/** Keyword.Reserved */
-.codehilite .kr {
-color: #88
-}
-/** Keyword.Type */
-.codehilite .kt {
-color: #88
-}
-
-/** Name */
-.codehilite .n {
-color: #dd
-}
-/** Name.Attribute */
-.codehilite .na {
-color: #dd
-}
-/** Name.Builtin */
-.codehilite .nb {
-color: #dd
-}
-/** Name.Builtin.Pseudo */
-.codehilite .bp {
-color: #dd
-}
-/** Name.Class */
-.codehilite .nc {
-color: #dd
-}
-/** Name.Constant */
-.codehilite .no {
-  

svn commit: r1811164 - /sling/trunk/launchpad/builder/pom.xml

2017-10-05 Thread cziegeler
Author: cziegeler
Date: Thu Oct  5 07:18:26 2017
New Revision: 1811164

URL: http://svn.apache.org/viewvc?rev=1811164=rev
Log:
Rename to Sling Starter and update to parent pom 32

Modified:
sling/trunk/launchpad/builder/pom.xml

Modified: sling/trunk/launchpad/builder/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/pom.xml?rev=1811164=1811163=1811164=diff
==
--- sling/trunk/launchpad/builder/pom.xml (original)
+++ sling/trunk/launchpad/builder/pom.xml Thu Oct  5 07:18:26 2017
@@ -16,17 +16,17 @@
 
 org.apache.sling
 sling
-30
+32
 
 
 
-org.apache.sling.launchpad
+org.apache.sling.starter
 slingstart
 10-SNAPSHOT
 
-Apache Sling Launchpad Builder
+Apache Sling Starter Application
 
-The Launchpad. Available in both JAR and WAR flavors.
+The Sling Starter application, available in both JAR and WAR flavors.
 
 
 




sling-site git commit: Remove ng prefixes from error pages

2017-10-05 Thread cziegeler
Repository: sling-site
Updated Branches:
  refs/heads/asf-site d8cf286a9 -> 0fff05e46


Remove ng prefixes from error pages


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/0fff05e4
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/0fff05e4
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/0fff05e4

Branch: refs/heads/asf-site
Commit: 0fff05e46b13443d432d51c53b857b8aa4635249
Parents: d8cf286
Author: Carsten Ziegeler 
Authored: Thu Oct 5 08:54:30 2017 +0200
Committer: Carsten Ziegeler 
Committed: Thu Oct 5 08:54:30 2017 +0200

--
 errors/403.html | 12 ++--
 errors/404.html | 12 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/sling-site/blob/0fff05e4/errors/403.html
--
diff --git a/errors/403.html b/errors/403.html
index 3f1d3ba..cea2617 100644
--- a/errors/403.html
+++ b/errors/403.html
@@ -1,23 +1,23 @@
 
 
 
-Apache Sling on JBake
-
-
+Apache Sling
+
+
 
 
 http://sling.apache.org;>
-
+
 
 
 http://www.apache.org;>
-
+
 
 
 DRAFT 2017 WEBSITE - SLING-6955
 
 
-DocumentationGetting StartedThe Sling EngineDevelopmentBundlesTutorials  
How-TosConfigurationhttp://s.apache.org/sling.wiki;>Wikihttp://s.apache.org/sling.faq;>FAQAPI 
DocsSling 9Sling 8Sling 7Sling 6Sling 5Archive at javadoc.ioProject infohref="/ng/downloads.cgi">Downloadshref="http://www.apache.org/licenses/;>Licensehref="/ng/contributing.html">Contributinghref="/ng/news.html">NewsLinkshref="/ng/project-information.html">Project Informationhref="https://issues.apache.org/jira/browse/SLING;>Issue Trackerhref="http://ci.apache.org/builders/sling-trunk;>Build Serverhref="/ng/project-information/security.html">SecuritySource href="http://svn.apache.org/viewvc/sling/trunk;>Subversionhref="git://git.apache.org/sling.git">Githref="https://github.com/apache/sling;>Github 
 >MirrorSponsorshiphref="http://www.apache.org/foundation/thanks.html;>Thankshref="http://www.apache.org/foundation/sponsorship.html;>Become a 
 >Sponsorhttps://donate.apache.
 org/">Donate!http://www.apache.org/foundation/buy_stuff.html;>Buy 
StuffSite Map
+DocumentationGetting StartedThe Sling EngineDevelopmentBundlesTutorials  How-TosConfigurationhttp://s.apache.org/sling.wiki;>Wikihttp://s.apache.org/sling.faq;>FAQAPI 
DocsSling 9Sling 8Sling 7Sling 6Sling 5Archive at javadoc.ioProject 
infoDownloadshttp://www.apache.org/licenses/;>LicenseContributingNewsLinksProject Informationhttps://issues.apache.org/jira/browse/SLING;>Issue Trackerhttp://ci.apache.org/builders/sling-trunk;>Build ServerSecuritySourcehttp://svn.apache.org/viewvc/sling/trunk;>SubversionGithttps://github.com/apache/sling;>Github 
MirrorSponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/foundation/sponsorship.html;>Become a 
Sponsorhttps://donate.apache.org/;>Donate!http://www.apache.org/foun
 dation/buy_stuff.html">Buy StuffSite Map
 
 Forbidden (403)Notice: 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.
 We're sorry, but the page you requested cannot be accessed. This may be 
because:

http://git-wip-us.apache.org/repos/asf/sling-site/blob/0fff05e4/errors/404.html
--
diff --git a/errors/404.html b/errors/404.html
index 7d9a6b4..9f7cfb0 100644
--- a/errors/404.html
+++ b/errors/404.html
@@ -1,23 +1,23 @@
 
 
 
-Apache Sling on JBake
-
-
+Apache Sling
+
+
 
 
 http://sling.apache.org;>
-
+
 
 
 http://www.apache.org;>
-