Author: buildbot
Date: Fri Mar  1 07:30:58 2013
New Revision: 852503

Log:
Staging update by buildbot for felix

Modified:
    websites/staging/felix/trunk/content/   (props changed)
    
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar  1 07:30:58 2013
@@ -1 +1 @@
-1451504
+1451505

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.html
==============================================================================
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.html
 Fri Mar  1 07:30:58 2013
@@ -67,15 +67,9 @@
       </div>
 
       
-      <div class="tip">
-           This page is a translated version of <a 
href="/site/apache-felix-framework-usage-documentation.html" 
target="felix_cwiki">/site/apache-felix-framework-usage-documentation.html</a>. 
In case of
-           doubt you might want to refer to the old page.
-      </div>
-      
       
       <h1>Apache Felix Framework Usage Documentation</h1>
-      <h1 id="apache-felix-framework-usage-documentation">Apache Felix 
Framework Usage Documentation</h1>
-<ul>
+      <ul>
 <li><a href="#downloading-the-framework">Downloading the Framework</a></li>
 <li><a href="#starting-the-framework">Starting the Framework</a></li>
 <li><a href="#framework-shell">Framework Shell</a><ul>
@@ -174,7 +168,9 @@ specification.
 <li><code>http.proxyPort</code> - the port of the proxy host.</li>
 <li><code>http.proxyAuth</code> - the user name and password to use when 
connecting to the proxy; this string should be the user name and password 
separated by a colon (e.g., <code>rickhall:mypassword</code>).</li>
 </ul>
-<p>These system properties can be set directly on the command line when 
starting the JVM using the standard 
"<code>\-D&lt;prop&gt;=&lt;value&gt;</code>" syntax or you can put them in the 
<code>lib/system.properties</code> file of your Felix installation; see the 
next section on <a href="">configuring Felix</a> for more information.</p>
+<p>These system properties can be set directly on the command line when 
starting the JVM using the standard 
"<code>\-D&lt;prop&gt;=&lt;value&gt;</code>" syntax
+or you can put them in the <code>lib/system.properties</code> file of your 
Felix installation; see the next section on <a 
href="#configuring-the-framework">configuring Felix</a>
+for more information.</p>
 <h2 id="bundle-auto-deploy">Bundle Auto-Deploy</h2>
 <p>To minimize the amount of configuration necessary to install bundles when 
you launch the framework, the Felix launcher uses the concept of an 
"auto-deploy" directory. The Felix launcher deploys all bundles in the 
auto-deploy directory into the framework instance during startup. By default, 
the auto-deploy directory is "<code>bundle</code>" in the current directory, 
but it can be specified on the command line like this:</p>
 <div class="codehilite"><pre><span class="n">java</span> <span 
class="o">-</span><span class="n">jar</span> <span class="n">bin</span><span 
class="sr">/felix.jar -b /</span><span class="n">path</span><span 
class="sr">/to/</span><span class="n">dir</span>
@@ -200,11 +196,12 @@ specification.
 <p>It is possible to use system properties to specify the values of properties 
in the <code>conf/config.properties</code> file. This is achieved through 
system property substitution, which is instigated by using 
<code>$\{&lt;property&gt;\</code>} syntax, where <code>&lt;property&gt;</code> 
is the name of a system property to substitute. When the properties file is 
read, any such property values are substituted as appropriate. It is possible 
to have nested system property substitution, in which case the inner-most 
property is substituted first, then the next inner most, until reaching the 
outer most.</p>
 <h2 id="configuring-bundles">Configuring Bundles</h2>
 <p>Some bundles use properties to configure certain aspects of their behavior. 
It is a good idea, when implementing bundles, to parameterize them with 
properties where appropriate. To learn about the configuration options for 
specific bundles, refer to the documentation that accompanies them.</p>
-<p>Bundle properties may also be defined in the 
<code>conf/config.properties</code> property file. Any property placed in this 
file will be accessible via <code>BundleContext.getProperty()</code> at run 
time. The property file uses the standard Java property file syntax (i.e., 
attribute-value pairs). For information on changing the default location of 
this file, refer to the section on <a href="">configuring Felix</a>.</p>
+<p>Bundle properties may also be defined in the 
<code>conf/config.properties</code> property file. Any property placed in this 
file will be accessible via <code>BundleContext.getProperty()</code> at run 
time. The property file uses the standard Java property file syntax (i.e., 
attribute-value pairs). For information on changing the default location of 
this file, refer to the section on <a 
href="#configuring-the-framework">configuring Felix</a>.</p>
 <h2 id="feedback">Feedback</h2>
-<p>Subscribe to the Felix users mailing list by sending a message to <a 
href="">[email protected]</a>; after subscribing, email 
questions or feedback to 
[[email protected]|mailto:[email protected]].</p>
+<p>Subscribe to the Felix users mailing list by sending a message to <a 
href="mailto:[email protected]";>[email protected]</a>;
+after subscribing, email questions or feedback to <a 
href="mailto:[email protected]";>[email protected]</a>.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1451504 by fmeschbe on Fri, 1 Mar 2013 07:26:51 +0000
+        Rev. 1451505 by fmeschbe on Fri, 1 Mar 2013 07:30:49 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project


Reply via email to