Modified: karaf/site/production/manual/latest/overview.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/overview.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/overview.html (original)
+++ karaf/site/production/manual/latest/overview.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="css/style.css" rel="stylesheet" type="text/css"/>
     <link href="css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/quick-start.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/quick-start.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/quick-start.html (original)
+++ karaf/site/production/manual/latest/quick-start.html Wed Apr 23 19:41:33 
2014
@@ -8,7 +8,7 @@
     <link href="css/style.css" rel="stylesheet" type="text/css"/>
     <link href="css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/update-notes.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/update-notes.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/update-notes.html (original)
+++ karaf/site/production/manual/latest/update-notes.html Wed Apr 23 19:41:33 
2014
@@ -8,7 +8,7 @@
     <link href="css/style.css" rel="stylesheet" type="text/css"/>
     <link href="css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/cdi.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/cdi.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/cdi.html (original)
+++ karaf/site/production/manual/latest/users-guide/cdi.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -117,13 +117,13 @@ pax-cdi-1.1-web-weld          | 0.6.0   
 pax-cdi-web-openwebbeans      | 0.6.0   |           | org.ops4j.pax.cdi-0.6.0 
| OpenWebBeans Web CDI support
 pax-cdi-deltaspike-core       | >0.5    |           | org.ops4j.pax.cdi-0.6.0 
| Apache Deltaspike core support
 pax-cdi-deltaspike-jpa        | 0.5     |           | org.ops4j.pax.cdi-0.6.0 
| Apche Deltaspike jpa support
-</pre><h2 id="CDIContainers">CDI Containers</h2><p>Thanks to Pax CDI, Apache 
Karaf supports multiple CDI implementation versions, and different CDI 
containers.</p><p>You just have to install the feature corresponding to the CDI 
container and version that you want to use.</p><h3 
id="ApacheOpenWebBeans">Apache OpenWebBeans</h3><p>Apache Karaf provides a 
ready to use feature for Apache OpenWebBeans.</p><p>The <tt>openwebbeans</tt> 
feature automatically install the Pax CDI features and the Apache OpenWebBeans 
bundles:</p><pre>
+</pre><div class="warning" style="border: 1px solid #c00;background-color: 
#fcc;margin: 20px;padding: 0px 6px 0px 6px;"><p>Starting from Apache Karaf 
3.0.1, the <tt>feature:repo-add pax-cdi</tt> command is no more 
required.<br/>Pax CDI features are now automatically included in the Apache 
Karaf enterprise features.</p></div><h2 id="CDIContainers">CDI 
Containers</h2><p>Thanks to Pax CDI, Apache Karaf supports multiple CDI 
implementation versions, and different CDI containers.</p><p>You just have to 
install the feature corresponding to the CDI container and version that you 
want to use.</p><h3 id="ApacheOpenWebBeans">Apache OpenWebBeans</h3><p>Apache 
Karaf provides a ready to use feature for Apache OpenWebBeans.</p><p>The 
<tt>openwebbeans</tt> feature automatically install the Pax CDI features and 
the Apache OpenWebBeans bundles:</p><pre>
 karaf@root()> feature:install openwebbeans
-</pre><div class="warning" style="border: 1px solid #c00;background-color: 
#fcc;margin: 20px;padding: 0px 6px 0px 6px;"><p>Don't forget to register the 
pax-cdi features repository first with:</p><pre>
+</pre><div class="warning" style="border: 1px solid #c00;background-color: 
#fcc;margin: 20px;padding: 0px 6px 0px 6px;"><p>With Apache Karaf 3.0.0, don't 
forget to register the pax-cdi features repository first with:</p><pre>
 karaf@root()> feature:repo-add pax-cdi
 </pre></div><h3 id="JBossWeldCDIcontainer">JBoss Weld CDI 
container</h3><p>Apache Karaf provides a ready to use feature for JBoss 
Weld.</p><p>The <tt>weld</tt> feature automatically install the Pax CDI 
features and the JBoss Weld bundles:</p><pre>
 karaf@root()> feature:install weld
-</pre><div class="warning" style="border: 1px solid #c00;background-color: 
#fcc;margin: 20px;padding: 0px 6px 0px 6px;"><p>Don't forget to register the 
pax-cdi features repository first with:</p><pre>
+</pre><div class="warning" style="border: 1px solid #c00;background-color: 
#fcc;margin: 20px;padding: 0px 6px 0px 6px;"><p>With Apache Karaf 3.0.0, don't 
forget to register the pax-cdi features repository first with:</p><pre>
 karaf@root()> feature:repo-add pax-cdi
 </pre></div>
                 </div>

Modified: karaf/site/production/manual/latest/users-guide/configuration.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/configuration.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/configuration.html 
(original)
+++ karaf/site/production/manual/latest/users-guide/configuration.html Wed Apr 
23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/console.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/console.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/console.html (original)
+++ karaf/site/production/manual/latest/users-guide/console.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -170,48 +170,11 @@ karaf@root(camel)> &lt;TAB>
 karaf@root(camel)>
 backlog-tracer-dump backlog-tracer-info backlog-tracer-start 
backlog-tracer-stop context-info context-list context-start context-stop 
endpoint-list route-info route-list route-profile route-reset-stats
 route-resume route-show route-start route-stop route-suspend
-</pre><h2 id="Unixlikeenvironment">Unix like environment</h2><p>Karaf console 
provides a full Unix like environment.</p><h3 id="Helporman">Help or 
man</h3><p>We already saw the usage of the <tt>help</tt> command to display all 
commands available.</p><p>But you can also use the <tt>help</tt> command to get 
details about a command:</p><pre>
+</pre><h2 id="Unixlikeenvironment">Unix like environment</h2><p>Karaf console 
provides a full Unix like environment.</p><h3 id="Helporman">Help or 
man</h3><p>We already saw the usage of the <tt>help</tt> command to display all 
commands available.</p><p>But you can also use the <tt>help</tt> command to get 
details about a command or <br/>the <tt>man</tt> command which is an alias to 
the <tt>help</tt> command.<br/>You can also use another form to get the command 
help, by using the <tt>--help</tt> option to the command.</p><p>So these 
commands </p><pre>
 karaf@root()> help feature:list
-DESCRIPTION
-        feature:list
-
-        Lists all existing features available from the defined repositories.
-
-SYNTAX
-        feature:list [options]
-
-OPTIONS
-        --help
-                Display this help message
-        -o, --ordered
-                Display a list using alphabetical order
-        -i, --installed
-                Display a list of all installed features only
-        --no-format
-                Disable table rendered output
-
-</pre><p>It's very similar to the <tt>man</tt> command on Unix. You can also 
use the <tt>man</tt> command (which is an lias to the <tt>help</tt> 
command):</p><pre>
 karaf@root()> man feature:list
-DESCRIPTION
-        feature:list
-
-        Lists all existing features available from the defined repositories.
-
-SYNTAX
-        feature:list [options]
-
-OPTIONS
-        --help
-                Display this help message
-        -o, --ordered
-                Display a list using alphabetical order
-        -i, --installed
-                Display a list of all installed features only
-        --no-format
-                Disable table rendered output
-
-</pre><p>You can also use another form to get the command help, by using the 
<tt>--help</tt> option to the command:</p><pre>
 karaf@root()> feature:list --help
+</pre><p>All produce the same help output:</p><pre>
 DESCRIPTION
         feature:list
 
@@ -230,7 +193,7 @@ OPTIONS
         --no-format
                 Disable table rendered output
 
-</pre><h3 id="Completion">Completion</h3><p>When you type the tab key, Karaf 
tries to complete:</p><ul><li>the subshell</li><li>the commands</li><li>the 
aliases</li><li>the command arguments</li><li>the command option</li></ul><h3 
id="Alias">Alias</h3><p>An alias is another name associated to a given 
command.</p><p>The <tt>shell:alias</tt> command creates a new alias. For 
instance, to create the <tt>list-installed-features</tt> alias to the 
actual<br/><tt>feature:list -i</tt> command, you can do:</p><pre>
+</pre><h3 id="Completion">Completion</h3><p>When you type the tab key, Karaf 
tries to 
complete:</p><ul><li>subshell</li><li>commands</li><li>aliases</li><li>command 
arguments</li><li>command options</li></ul><h3 id="Alias">Alias</h3><p>An alias 
is another name associated to a given command.</p><p>The <tt>shell:alias</tt> 
command creates a new alias. For instance, to create the 
<tt>list-installed-features</tt> alias to the actual<br/><tt>feature:list 
-i</tt> command, you can do:</p><pre>
 karaf@root()> alias "list-features-installed = { feature:list -i }"
 karaf@root()> list-features-installed 
 Name       | Version  | Installed | Repository     | Description
@@ -243,28 +206,6 @@ kar        | 3.0.0    | x         | stan
 ssh        | 3.0.0    | x         | standard-3.0.0 | Provide a SSHd server on 
Karaf
 management | 3.0.0    | x         | standard-3.0.0 | Provide a JMX MBeanServer 
and a set of MBeans in K
 </pre><p>At login, the Apache Karaf console reads the 
<tt>etc/shell.init.script</tt> file where you can create your aliases.<br/>It's 
similar to a bashrc or profile file on Unix.</p><pre>
-//
-// 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.
-//
-// This script is run each time a shell is created.
-// You can define here closures or variables that will be available
-// in each session.
-//
 ld = { log:display $args } ;
 lde = { log:exception-display $args } ;
 la = { bundle:list -t 0 $args } ;
@@ -275,35 +216,9 @@ help = { *:help $args | more } ;
 man = { help $args } ;
 log:list = { log:get ALL } ;
 </pre><p>You can see here the aliases available by 
default:</p><ul><li><tt>ld</tt> is a short form to display log (alias to 
<tt>log:display</tt> command)</li><li><tt>lde</tt> is a short form to display 
exceptions (alias to <tt>log:exception-display</tt> 
command)</li><li><tt>la</tt> is a short form to list all bundles (alias to 
<tt>bundle:list -t 0</tt> command)</li><li><tt>ls</tt> is a short form to list 
all services (alias to <tt>service:list</tt> command)</li><li><tt>cl</tt> is a 
short form to list all configurations (alias to <tt>config:list</tt> 
command)</li><li><tt>halt</tt> is a short form to shutdown Apache Karaf (alias 
to <tt>system:shutdown -h -f</tt> command)</li><li><tt>help</tt> is a short 
form to display help (alias to <tt>*:help</tt> command)</li><li><tt>man</tt> is 
the same as help (alias to <tt>help</tt> command)</li><li><tt>log:list</tt> 
displays all loggers and level (alias to <tt>log:get ALL</tt> 
command)</li></ul><p>You can create your own aliases in the <tt>etc/
 shell.init.script</tt> file.</p><h3 id="Keybinding">Key binding</h3><p>Like on 
most Unix environment, Karaf console support some key bindings:</p><ul><li>the 
arrows key to navigate in the commands history</li><li>CTRL-D to 
logout/shutdown Karaf</li><li>CTRL-R to search previously executed 
command</li><li>CTRL-U to remove the current line</li></ul><h3 
id="Pipe">Pipe</h3><p>You can pipe the output of one command as input to 
another one. It's a pipe, using the | character:</p><pre>
-karaf@root()> feature:list|grep -i karaf
-standard                      | 3.0.0  | x         | standard-3.0.0          | 
Karaf standard feature
+karaf@root()> feature:list | grep -i war
 war                           | 3.0.0  |           | standard-3.0.0          | 
Turn Karaf as a full WebContainer
-kar                           | 3.0.0  | x         | standard-3.0.0          | 
Provide KAR (KARaf archive) support
-webconsole                    | 3.0.0  |           | standard-3.0.0          | 
Base support of the Karaf WebConsole
-ssh                           | 3.0.0  | x         | standard-3.0.0          | 
Provide a SSHd server on Karaf
-scheduler                     | 3.0.0  |           | standard-3.0.0          | 
Provide a scheduler service in Karaf to fire event
-jasypt-encryption             | 3.0.0  |           | standard-3.0.0          | 
Advanced encryption support for Karaf security
-</pre><h3 id="Grepmorefind...">Grep, more, find, ...</h3><p>Karaf console 
provides some core commands similar to Unix 
environment:</p><ul><li><tt>shell:head</tt> displays the first line of the 
input</li><li><tt>shell:source</tt> executes commands contained in a 
script</li><li><tt>shell:alias</tt> creates an alias to an existing 
command</li><li><tt>shell:history</tt> prints the commands 
history</li><li><tt>shell:cat</tt> displays the content of a file or 
URL</li><li><tt>shell:if</tt> allows you to use conditions (if, then, else 
blocks) in script</li><li><tt>shell:tac</tt> captures stdin and returns it as a 
string</li><li><tt>shell:clear</tt> clears the current console 
display</li><li><tt>shell:info</tt> prints various information about the 
current Karaf instance</li><li><tt>shell:tail</tt> displays the last lines of 
the input</li><li><tt>shell:completion</tt> displays or change the current 
completion mode</li><li><tt>shell:java</tt> executes a Java 
application</li><li><tt>shell:threa
 ds</tt> prints the current thread</li><li><tt>shell:date</tt> displays the 
current date (optionally using a format)</li><li><tt>shell:watch</tt> 
periodically executes a command and refresh the 
output</li><li><tt>shell:each</tt> executes a closure on a list of 
arguments</li><li><tt>shell:more</tt> is a file pager</li><li><tt>shell:wc</tt> 
prints newline, words, and byte counts for each 
file</li><li><tt>shell:echo</tt> echoes and prints arguments to 
stdout</li><li><tt>shell:new</tt> creates a new Java 
object</li><li><tt>shell:edit</tt> calls a text editor on the current file or 
URL</li><li><tt>shell:printf</tt> formats and prints 
arguments</li><li><tt>shell:exec</tt> executes a system 
command</li><li><tt>shell:sleep</tt> sleeps for a bit then wakes 
up</li><li><tt>shell:grep</tt> prints lines matching the given 
pattern</li><li><tt>shell:sort</tt> writes sorted concatenation of all files to 
stdout</li></ul><p>You don't have to use the full qualified name of the 
command, you can directly
  use the command name:</p><pre>
-karaf@root(shell)> head --help
-DESCRIPTION
-        shell:head
-
-        Displays the first lines of a file.
-
-SYNTAX
-        shell:head [options] [paths or urls]
-
-ARGUMENTS
-        paths or urls
-                A list of file paths or urls to display separated by 
whitespaces.
-
-OPTIONS
-        -n
-                The number of lines to display, starting at 1.
-        --help
-                Display this help message
-
-</pre><p>Again, you can find details and all options of these commands using 
<tt>help</tt> command or <tt>--help</tt> option.</p><h3 
id="Scripting">Scripting</h3><p>The Apache Karaf Console supports a complete 
scripting language, similar to bash or csh on Unix.</p><p>The <tt>each</tt> 
(<tt>shell:each</tt>) command can iterate in a list:</p><pre>
+</pre><h3 id="Grepmorefind...">Grep, more, find, ...</h3><p>Karaf console 
provides some core commands similar to Unix 
environment:</p><ul><li><tt>shell:head</tt> displays the first line of the 
input</li><li><tt>shell:source</tt> executes commands contained in a 
script</li><li><tt>shell:alias</tt> creates an alias to an existing 
command</li><li><tt>shell:history</tt> prints the commands 
history</li><li><tt>shell:cat</tt> displays the content of a file or 
URL</li><li><tt>shell:if</tt> allows you to use conditions (if, then, else 
blocks) in script</li><li><tt>shell:tac</tt> captures stdin and returns it as a 
string</li><li><tt>shell:clear</tt> clears the current console 
display</li><li><tt>shell:info</tt> prints various information about the 
current Karaf instance</li><li><tt>shell:tail</tt> displays the last lines of 
the input</li><li><tt>shell:completion</tt> displays or change the current 
completion mode</li><li><tt>shell:java</tt> executes a Java 
application</li><li><tt>shell:threa
 ds</tt> prints the current thread</li><li><tt>shell:date</tt> displays the 
current date (optionally using a format)</li><li><tt>shell:watch</tt> 
periodically executes a command and refresh the 
output</li><li><tt>shell:each</tt> executes a closure on a list of 
arguments</li><li><tt>shell:more</tt> is a file pager</li><li><tt>shell:wc</tt> 
prints newline, words, and byte counts for each 
file</li><li><tt>shell:echo</tt> echoes and prints arguments to 
stdout</li><li><tt>shell:new</tt> creates a new Java 
object</li><li><tt>shell:edit</tt> calls a text editor on the current file or 
URL</li><li><tt>shell:printf</tt> formats and prints 
arguments</li><li><tt>shell:exec</tt> executes a system 
command</li><li><tt>shell:sleep</tt> sleeps for a bit then wakes 
up</li><li><tt>shell:grep</tt> prints lines matching the given 
pattern</li><li><tt>shell:sort</tt> writes sorted concatenation of all files to 
stdout</li></ul><p>You don't have to use the fully qualified name of the 
command, you can directl
 y use the command name as long as it is unique.<br/>So you can use 'head' 
instead of 'shell:head'</p><p>Again, you can find details and all options of 
these commands using <tt>help</tt> command or <tt>--help</tt> option.</p><h3 
id="Scripting">Scripting</h3><p>The Apache Karaf Console supports a complete 
scripting language, similar to bash or csh on Unix.</p><p>The <tt>each</tt> 
(<tt>shell:each</tt>) command can iterate in a list:</p><pre>
 karaf@root()> list = [1 2 3]; each ($list) { echo $it }
 1
 2

Modified: karaf/site/production/manual/latest/users-guide/deployers.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/deployers.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/deployers.html (original)
+++ karaf/site/production/manual/latest/users-guide/deployers.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: 
karaf/site/production/manual/latest/users-guide/directory-structure.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/directory-structure.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/directory-structure.html 
(original)
+++ karaf/site/production/manual/latest/users-guide/directory-structure.html 
Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/ejb.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/ejb.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/ejb.html (original)
+++ karaf/site/production/manual/latest/users-guide/ejb.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/enterprise.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/enterprise.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/enterprise.html (original)
+++ karaf/site/production/manual/latest/users-guide/enterprise.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/failover.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/failover.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/failover.html (original)
+++ karaf/site/production/manual/latest/users-guide/failover.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/features.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/features.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/features.html (original)
+++ karaf/site/production/manual/latest/users-guide/features.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/http.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/http.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/http.html (original)
+++ karaf/site/production/manual/latest/users-guide/http.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/index.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/index.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/index.html (original)
+++ karaf/site/production/manual/latest/users-guide/index.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/installation.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/installation.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/installation.html (original)
+++ karaf/site/production/manual/latest/users-guide/installation.html Wed Apr 
23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -106,7 +106,7 @@
 echo $JAVA_HOME
 </pre><p>If it's not correct, fix it using:</p><pre>
 export JAVA_HOME=....
-</pre><ol><li>From a browser, navigate to <a 
href="http://karaf.apache.org/download.html";>http://karaf.apache.org/download.html</a>.</li><li>Download
 Apache Karaf binary distribution in the tar.gz format: 
<tt>apache-karaf-3.0.0.tar.gz</tt>.</li><li>Extract the files from the tar.gz 
file into a directory of your choice (it's the <tt>KARAF_HOME</tt>). For 
example:<pre>
+</pre><ol><li>From a browser, navigate to <a 
href="http://karaf.apache.org/index/community/download.html";>http://karaf.apache.org/index/community/download.html</a>.</li><li>Download
 Apache Karaf binary distribution in the tar.gz format: 
<tt>apache-karaf-3.0.0.tar.gz</tt>.</li><li>Extract the files from the tar.gz 
file into a directory of your choice (it's the <tt>KARAF_HOME</tt>). For 
example:<pre>
 gunzip apache-karaf-3.0.0.tar.gz
 tar xvf apache-karaf-3.0.0.tar
 </pre><p>NB: remember the restrictions concerning illegal characters in Java 
paths, e.g. !, % etc.</p></li><li>Apache Karaf is now installed.</li></ol><h2 
id="PostInstallationsteps">Post-Installation steps</h2><p>Thought it is not 
always required, it is strongly advised to set up the <tt>JAVA_HOME</tt> 
environment property to point to the JDK you want Apache Karaf to use before 
starting it.<br/>This property is used to locate the <tt>java</tt> executable 
and should be configured to point to the home directory of the Java SE 7 
installation.</p><p>By default, all Apache Karaf files are "gather" in one 
directory: the <tt>KARAF_HOME</tt>.</p><p>You can define your own directory 
layout, by using some Karaf environment 
variables:</p><ul><li><tt>KARAF_DATA</tt> is the location of the data folder, 
where Karaf stores temporary files.</li><li><tt>KARAF_ETC</tt> is the location 
of the etc folder, where Karaf stores configuration 
files.</li><li><tt>KARAF_BASE</tt> is the Karaf base folder. By d
 efault <tt>KARAF_BASE</tt> is the same as <tt>KARAF_HOME</tt>.</li></ul><h2 
id="BuildingfromSources">Building from Sources</h2><p>If you intend to build 
Apache Karaf from the sources, the requirements are a bit 
different:</p><p><strong>Hardware:</strong></p><ul><li>500 MB of free disk 
space for the Apache Karaf source distributions or SVN checkout, the Maven 
build and the dependencies Maven 
downloads.</li></ul><p><strong>Environment:</strong></p><ul><li>Java SE 
Development Kit 1.7.x or greater (<a 
href="http://www.oracle.com/technetwork/java/javase/";>http://www.oracle.com/technetwork/java/javase/</a>).</li><li>Apache
 Maven 3.0.4 (<a 
href="http://maven.apache.org/download.html";>http://maven.apache.org/download.html</a>).</li></ul><h3
 id="BuildingonWindowsplatform">Building on Windows platform</h3><ol><li>You 
can get the Apache Karaf sources from:</li></ol><ul><li>the sources 
distribution <tt>apache-karaf-3.0.0-src.zip</tt> available at <a 
href="http://karaf.apache.org/index/community
 /download.html">http://karaf.apache.org/index/community/download.html</a>. 
Extract the files in the directory of your choice.</li><li>by checkout of the 
git repository:<pre>

Modified: karaf/site/production/manual/latest/users-guide/instances.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/instances.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/instances.html (original)
+++ karaf/site/production/manual/latest/users-guide/instances.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/jdbc.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jdbc.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jdbc.html (original)
+++ karaf/site/production/manual/latest/users-guide/jdbc.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -123,7 +123,7 @@ OPTIONS
         -v, --version
                 The version of the driver to use
         -t, --type
-                The JDBC datasource type (generic, MySQL, Oracle, Postgres, 
H2, HSQL, Derby)
+                The JDBC datasource type (generic, MySQL, Oracle, Postgres, 
H2, HSQL, Derby, MSSQL)
         -url
                 The JDBC URL to use
         -p, --password
@@ -135,7 +135,7 @@ OPTIONS
         --help
                 Display this help message
 
-</pre><ul><li>the <tt>name</tt> argument is required. It's the name of the 
datasource. The name is used to identify the datasource, and to create the 
datasource definition file (<tt>deploy/datasource-<a 
href="name.html">name</a>.xml</tt>).</li><li>the <tt>-u</tt> option is 
optional. It defines the database username.</li><li>the <tt>-v</tt> option is 
optional. It "forces" a given JDBC driver version (only used with the 
<tt>-i</tt> option).</li><li>the <tt>-t</tt> option is required. It defines the 
JDBC datasource type. Accepted values are: MySQL, Oracle, Postgres, Derby, H2, 
HSQL, Generic. Generic is a generic configuration file using DBCP. When using 
generic, it's up to you to install the JDBC driver and configure the 
<tt>deploy/datasource-<a href="name.html">name</a>.xml</tt> datasource 
file.</li><li>the <tt>-url</tt> option is optional. It defines the JDBC URL to 
access to the database.</li><li>the <tt>-p</tt> option is optional. It defines 
the database password.</li><li>the <tt>-
 d</tt> option is optional. It defines the JDBC driver classname to use (only 
used with the generic type).</li><li>the <tt>-i</tt> option is optional. If 
specified, the command will try to automatically install the OSGi bundles 
providing the JDBC driver (depending of the datasource type specified by the 
<tt>-t</tt> option).</li></ul><p>For instance, to create an embedded Apache 
Derby database in Apache Karaf, you can do:</p><pre>
+</pre><ul><li>the <tt>name</tt> argument is required. It's the name of the 
datasource. The name is used to identify the datasource, and to create the 
datasource definition file (<tt>deploy/datasource-<a 
href="name.html">name</a>.xml</tt>).</li><li>the <tt>-u</tt> option is 
optional. It defines the database username.</li><li>the <tt>-v</tt> option is 
optional. It "forces" a given JDBC driver version (only used with the 
<tt>-i</tt> option).</li><li>the <tt>-t</tt> option is required. It defines the 
JDBC datasource type. Accepted values are: MySQL, Oracle, Postgres, Derby, H2, 
HSQL, MSSQL, Generic. Generic is a generic configuration file using DBCP to 
create a pooled datasource. When using generic, it's up to you to install the 
JDBC driver and configure the <tt>deploy/datasource-<a 
href="name.html">name</a>.xml</tt> datasource file.</li><li>the <tt>-url</tt> 
option is optional. It defines the JDBC URL to access to the 
database.</li><li>the <tt>-p</tt> option is optional. It defines the
  database password.</li><li>the <tt>-d</tt> option is optional. It defines the 
JDBC driver classname to use (only used with the generic type).</li><li>the 
<tt>-i</tt> option is optional. If specified, the command will try to 
automatically install the OSGi bundles providing the JDBC driver (depending of 
the datasource type specified by the <tt>-t</tt> option).</li></ul><p>For 
instance, to create an embedded Apache Derby database in Apache Karaf, you can 
do:</p><pre>
 karaf@root()> jdbc:create -t derby -u test -i test
 </pre><p>We can note that the Derby bundle has been installed automatically, 
and the datasource has been created:</p><pre>
 karaf@root()> la

Modified: karaf/site/production/manual/latest/users-guide/jms.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jms.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jms.html (original)
+++ karaf/site/production/manual/latest/users-guide/jms.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/jndi.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jndi.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jndi.html (original)
+++ karaf/site/production/manual/latest/users-guide/jndi.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/jpa.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jpa.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jpa.html (original)
+++ karaf/site/production/manual/latest/users-guide/jpa.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/jta.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/jta.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/jta.html (original)
+++ karaf/site/production/manual/latest/users-guide/jta.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -107,7 +107,7 @@ karaf@root()> feature:install transactio
 karaf@root()> config:list "(service.pid=org.apache.aries.transaction)"
 ----------------------------------------------------------------
 Pid:            org.apache.aries.transaction
-BundleLocation: 
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.1
+BundleLocation: 
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.1.0
 Properties:
    aries.transaction.recoverable = true
    aries.transaction.timeout = 600
@@ -124,7 +124,7 @@ karaf@root()> config:update
 karaf@root()> config:list "(service.pid=org.apache.aries.transaction)"
 ----------------------------------------------------------------
 Pid:            org.apache.aries.transaction
-BundleLocation: 
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.1
+BundleLocation: 
mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.1.0
 Properties:
    aries.transaction.recoverable = true
    aries.transaction.timeout = 1200

Modified: karaf/site/production/manual/latest/users-guide/kar.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/kar.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/kar.html (original)
+++ karaf/site/production/manual/latest/users-guide/kar.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/log.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/log.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/log.html (original)
+++ karaf/site/production/manual/latest/users-guide/log.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/migration.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/migration.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/migration.html (original)
+++ karaf/site/production/manual/latest/users-guide/migration.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/monitoring.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/monitoring.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/monitoring.html (original)
+++ karaf/site/production/manual/latest/users-guide/monitoring.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/obr.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/obr.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/obr.html (original)
+++ karaf/site/production/manual/latest/users-guide/obr.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: 
karaf/site/production/manual/latest/users-guide/provisioning-schema.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/provisioning-schema.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/provisioning-schema.html 
(original)
+++ karaf/site/production/manual/latest/users-guide/provisioning-schema.html 
Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/provisioning.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/provisioning.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/provisioning.html (original)
+++ karaf/site/production/manual/latest/users-guide/provisioning.html Wed Apr 
23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -188,7 +188,7 @@ spring-3.0.0              | mvn:org.apac
 
 cellar       = org.apache.karaf.cellar:apache-karaf-cellar:xml:features:(0,]
 camel        = org.apache.camel.karaf:apache-camel:xml:features:(0,]
-camel-extras = org.apache-extras.karaf:camel-extra:xml:features:(0,]
+camel-extras = 
org.apache-extras.camel-extra.karaf:camel-extra:xml:features:(0,]
 cxf          = org.apache.cxf.karaf:apache-cxf:xml:features:(0,]
 cxf-dosgi    = org.apache.cxf.dosgi:cxf-dosgi:xml:features:(0,]
 activemq     = org.apache.activemq:activemq-karaf:xml:features:(0,]

Modified: karaf/site/production/manual/latest/users-guide/remote.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/remote.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/remote.html (original)
+++ karaf/site/production/manual/latest/users-guide/remote.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/security.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/security.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/security.html (original)
+++ karaf/site/production/manual/latest/users-guide/security.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/start-stop.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/start-stop.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/start-stop.html (original)
+++ karaf/site/production/manual/latest/users-guide/start-stop.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/tuning.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/tuning.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/tuning.html (original)
+++ karaf/site/production/manual/latest/users-guide/tuning.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/update.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/update.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/update.html (original)
+++ karaf/site/production/manual/latest/users-guide/update.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/urls.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/urls.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/urls.html (original)
+++ karaf/site/production/manual/latest/users-guide/urls.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/webconsole.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/webconsole.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/webconsole.html (original)
+++ karaf/site/production/manual/latest/users-guide/webconsole.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/webcontainer.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/webcontainer.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/webcontainer.html (original)
+++ karaf/site/production/manual/latest/users-guide/webcontainer.html Wed Apr 
23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/users-guide/wrapper.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/manual/latest/users-guide/wrapper.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/users-guide/wrapper.html (original)
+++ karaf/site/production/manual/latest/users-guide/wrapper.html Wed Apr 23 
19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>


Reply via email to