Author: buildbot
Date: Sat May 19 16:23:35 2012
New Revision: 818320

Log:
Staging update by buildbot for sling

Added:
    websites/staging/sling/trunk/content/the-sling-engine/
    websites/staging/sling/trunk/content/the-sling-engine/sling-properties.html
Modified:
    websites/staging/sling/trunk/content/   (props changed)

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 19 16:23:35 2012
@@ -1 +1 @@
-1340382
+1340513

Added: 
websites/staging/sling/trunk/content/the-sling-engine/sling-properties.html
==============================================================================
--- websites/staging/sling/trunk/content/the-sling-engine/sling-properties.html 
(added)
+++ websites/staging/sling/trunk/content/the-sling-engine/sling-properties.html 
Sat May 19 16:23:35 2012
@@ -0,0 +1,113 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!--
+
+    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.
+-->
+  <head>
+    <title>Apache Sling - </title>
+    <link rel="stylesheet" href="/css/site.css" type="text/css" media="all">
+    <link rel="icon" 
href="http://sling.apache.org/site/media.data/favicon.ico";>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+  </head>
+  <body>
+    <div class="title">
+      <div class="logo">
+        <a href="http://sling.apache.org/site/index.html";>
+          <img border="0" alt="Apache Sling" 
src="http://sling.apache.org/site/media.data/logo.png";>
+        </a>
+      </div>
+      <div class="header">
+        <a href="http://www.apache.org/";>
+          <img border="0" alt="Apache" 
src="http://sling.apache.org/site/media.data/apache.png";>
+        </a>
+      </div>
+    </div>
+    
+    <div class="menu"> 
+      <p><strong>Documentation</strong> <br />
+<a href="getting-started.html">Getting Started</a> <br />
+<a href="the-sling-engine.html">The Sling Engine</a> <br />
+<a href="development.html">Development</a> <br />
+<a href="bundles.html">Bundles</a> <br />
+<a href="tutorials-&amp;-how-tos.html">Tutorials &amp; How-Tos</a> <br />
+<a href="configuration.html">Configuration</a> <br />
+<a href="http://sling.apache.org/apidocs/sling5/index.html";>API docs</a> <br />
+<a href="http://s.apache.org/sling.wiki";>Wiki</a> <br />
+<a href="http://s.apache.org/sling.faq";>FAQ</a> <br />
+</p>
+<p><strong>Project info</strong> <br />
+<a href="http://sling.apache.org/site/downloads.cgi";>Downloads</a> <br />
+<a href="http://www.apache.org/licenses/";>License</a> <br />
+<a href="contributing.html">Contributing</a> <br />
+<a href="news.html">News</a> <br />
+<a href="links.html">Links</a> <br />
+<a href="project-information.html">Project Information</a> <br />
+<a href="https://issues.apache.org/jira/browse/SLING";>Issue Tracker</a> <br />
+<a href="http://svn.apache.org/viewvc/sling/trunk";>Browse Source 
Repository</a> <br />
+<a href="security.html">Security</a> <br />
+</p>
+<p><strong>Sponsorship</strong> <br />
+<a href="http://www.apache.org/foundation/thanks.html";>Thanks</a> <br />
+<a href="http://www.apache.org/foundation/sponsorship.html";>Become a 
Sponsor</a> <br />
+<a href="http://www.apache.org/foundation/buy_stuff.html";>Buy Stuff</a> <br />
+</p>
+<iframe 
+    src="http://www.apache.org/ads/button.html";
+    style="border-width:0; float: left" frameborder="0" 
+    scrolling="no"
+    width="135" 
+    height="135">
+</iframe>
+    </div>
+    
+    <div class="main">
+      <div class="breadcrump" style="font-size: 80%;">
+<a href="/">Home</a>&nbsp;&raquo&nbsp;<a 
href="/the-sling-engine/">The-sling-engine</a>
+      </div>
+<!--   <h1 class="title"></h1> -->
+<!-- -->
+
+<h1 id="well-known-sling-properties">Well-known Sling Properties</h1>
+<p>This table lists properties which have known functionality in the OSGi and 
Sling frameworks.</p>
+<table>
+<thead>
+<tr>
+<th>Property</th>
+<th>Default Value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><code>sling.properties</code></td>
+<td><code>${sling.home}/sling.properties</code></td>
+<td>Path to the <code>sling.properties</code> file; relative path is resolved 
against <code>${sling.home}</code></td>
+</tr>
+<tr>
+<td><code>sling.home</code></td>
+<td><code>sling</code></td>
+<td>Path to the main Sling Directory; relative path is resolved against 
current working directory as defined in the <code>user.dir</code> system 
property. Can also be set with the <code>-c</code> command line option.</td>
+</tr>
+</tbody>
+</table>
+    
+        <div class="trademarkFooter"> 
+               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.
+       </div>
+    </div>
+  </body>
+</html>


Reply via email to