Author: bdube
Date: Wed May 4 04:32:50 2011
New Revision: 1099321
URL: http://svn.apache.org/viewvc?rev=1099321&view=rev
Log:
Add dependency list and notes
Added:
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/dependencies.xml
(with props)
Modified:
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml
Added:
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/dependencies.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/dependencies.xml?rev=1099321&view=auto
==============================================================================
---
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/dependencies.xml
(added)
+++
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/dependencies.xml
Wed May 4 04:32:50 2011
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
"http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+ <header>
+ <title>Dependencies</title>
+ </header>
+ <body>
+ <section id="overview">
+ <title>Dependency list and notes</title>
+ <ul>
+ <li>org.apache.felix.framework-3.2.0.jar</li>
+ <li>org.apache.felix.bundlerepository-1.6.4.jar</li>
+ <li>org.apache.felix.configadmin-1.2.8.jar</li>
+ <li>org.apache.felix.http.bundle-2.2.0.jar</li>
+ <li>org.apache.felix.log-1.0.1.jar</li>
+ <li>org.apache.felix.webconsole-3.1.8.jar</li>
+ <li>org.apache.log4j-1.2.16.jar</li>
+ <li>org.apache.servicemix.bundles.bcel-5.2_3.jar</li>
+ <li>org.apache.servicemix.bundles.xalan-serializer-2.7.1_3.jar</li>
+ <li>org.apache.servicemix.bundles.xerces-2.9.1_4.jar</li>
+ <li>org.apache.servicemix.bundles.xmlresolver-1.2-4.0-m1.jar</li>
+ <li>slf4j-api-1.6.1.jar</li>
+ <li>slf4j-log4j12-1.6.1.jar</li>
+ <li>xalan-2.7.1.kf3.jar</li>
+ </ul>
+ <p>
+ Apache Felix is the OSGi framework implementation and the
+ other Felix bundles are OSGi service implementations. The web
+ console bundle is not a service implementation, but a very
+ nice tool to have.
+ </p>
+ <p>
+ The Apache ServiceMix bundles include Apache Xerces and its
+ dependencies, and the serializer from Apache Xalan. The
+ Knopflerfish bundle was chosen for Xalan because it includes
+ XMLTransformerActivator, which simplifies locating a
+ transformer through the OSGi service registry.
+ </p>
+ <p>
+ The Log4j and SLF4J bundles are, of course, for logging.
+ </p>
+ </section>
+ </body>
+</document>
Propchange:
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/dependencies.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml?rev=1099321&r1=1099320&r2=1099321&view=diff
==============================================================================
---
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml
(original)
+++
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/site.xml
Wed May 4 04:32:50 2011
@@ -46,6 +46,7 @@ See http://forrest.apache.org/docs/linki
<contribute label="Contribute" href="contribute.html" />
<bundle label="Bundles" href="bundle.html" />
<launch label="Launching" href="launch.html" />
+ <deps label="Dependencies" href="dependencies.html" />
</more>
<external-refs>
<forrest href="http://forrest.apache.org/">