Author: buildbot
Date: Wed Nov 28 14:47:57 2012
New Revision: 839900
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/main.pageCache
websites/production/cxf/content/dosgi-releases.html
Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/dosgi-releases.html
==============================================================================
--- websites/production/cxf/content/dosgi-releases.html (original)
+++ websites/production/cxf/content/dosgi-releases.html Wed Nov 28 14:47:57 2012
@@ -147,9 +147,12 @@ Apache CXF -- DOSGi Releases
<h4><a shape="rect" name="DOSGiReleases-Migration"></a>Migration</h4>
+<p>There is one incompatible change in this release. Previously custom intents
were defined by using a special spring dm file below osgi-inf in the bundle
that exports a service. From DOSGi 1.4.0 on custom intents can be defined by
exporting the intent (e.g. a feature) as an OSGi service with a special
property "org.apache.cxf.dosgi.IntentName" for the name of the intent. See
<span class="error">[dosgi custom intents]</span>. </p>
+
<h4><a shape="rect" name="DOSGiReleases-Distributions"></a>Distributions</h4>
+
<h3><a shape="rect"
name="DOSGiReleases-Release1.3.1%28CurrentRelease%29"></a>Release 1.3.1
(Current Release)</h3>
<p>1.3.1 is the current release of Distributed OSGi, as of April 10th 2012.
For more information on what's new in this release, please see the README and
release notes in each distribution. The various distributions can be downloaded
as follows:</p>
@@ -158,50 +161,6 @@ Apache CXF -- DOSGi Releases
</div>
-<h3><a shape="rect" name="DOSGiReleases-Maven"></a>Maven</h3>
-<p>@@@ TODO: this section needs updating</p>
-
-<p>To pull the bundles in from maven, simply add them as a dependency to your
pom. For the <b>Single Bundle Distribution</b> you depend on </p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java"><groupId>org.apache.cxf.dosgi</groupId>
-<artifactId>cxf-dosgi-ri-singlebundle-distribution</artifactId>
-<version>1.1</version></pre>
-</div></div>
-
-<p>When using the <b>Multi Bundle Distribution</b> you add the following
dependencies:</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java"><dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-bundle-minimal</artifactId>
- <version>2.2.9</version>
-</dependency>
-<dependency>
- <groupId>org.apache.cxf.dosgi</groupId>
- <artifactId>cxf-dosgi-ri-discovery-local</artifactId>
- <version>1.2</version>
-</dependency>
-<dependency>
- <groupId>org.apache.cxf.dosgi</groupId>
- <artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
- <version>1.2</version>
-</dependency></pre>
-</div></div>
-
-<p>The released artefacts are available from the maven central repository,
which is normally picked up by default. These are the details in case you don't
have a default setup:</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java"><repository>
- <id>central</id>
- <name>Default maven repo</name>
- <url>http:<span
class="code-comment">//repo1.maven.org/maven2</url>
-</span> <releases>
- <enabled><span class="code-keyword">true</span></enabled>
- </releases>
- <snapshots>
- <enabled><span class="code-keyword">false</span></enabled>
- </snapshots>
-</repository></pre>
-</div></div>
-
<h2><a shape="rect" name="DOSGiReleases-Snapshots"></a>Snapshots</h2>
<p>You can download 1.3-SNAPSHOT distributions from the following
locations:</p>
@@ -209,52 +168,6 @@ Apache CXF -- DOSGi Releases
<p><b>Single-Bundle distribution</b> <a shape="rect" class="external-link"
href="https://repository.apache.org/content/groups/snapshots/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.3-SNAPSHOT/cxf-dosgi-ri-singlebundle-distribution-1.3-SNAPSHOT.jar">download
from here</a><br clear="none">
<b>Multi-Bundle distribution</b> <a shape="rect" class="external-link"
href="https://repository.apache.org/content/groups/snapshots/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.3-SNAPSHOT/cxf-dosgi-ri-multibundle-distribution-1.3-SNAPSHOT.zip">download
from here</a></p>
-<h3><a shape="rect" name="DOSGiReleases-Maven"></a>Maven</h3>
-
-<p>@@@ TODO: this section needs updating</p>
-
-<p>You can also pull the snapshots in via maven. Add the Apache Snapshot
repository to your maven repositories:</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java"><repository>
- <id>apache.snapshots</id>
- <name>Apache Maven Snapshot Repository</name>
- <url>http:<span
class="code-comment">//repository.apache.org/content/groups/snapshots/</url>
-</span> <releases>
- <enabled><span class="code-keyword">false</span></enabled>
- </releases>
- <snapshots>
- <enabled><span class="code-keyword">true</span></enabled>
- </snapshots>
-</repository></pre>
-</div></div>
-
-<p>Then you can depend on the components in maven.<br clear="none">
-For the <b>Single Bundle Distribution</b> you depend on </p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java"><groupId>org.apache.cxf.dosgi</groupId>
-<artifactId>cxf-dosgi-ri-singlebundle-distribution</artifactId>
-<version>1.3-SNAPSHOT</version></pre>
-</div></div>
-
-<p>When using the <b>Multi Bundle Distribution</b> you add the following
dependencies:</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java"><dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-bundle-minimal</artifactId>
- <version>2.2.9</version>
-</dependency>
-<dependency>
- <groupId>org.apache.cxf.dosgi</groupId>
- <artifactId>cxf-dosgi-ri-discovery-local</artifactId>
- <version>1.3-SNAPSHOT</version>
-</dependency>
-<dependency>
- <groupId>org.apache.cxf.dosgi</groupId>
- <artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
- <version>1.3-SNAPSHOT</version>
-</dependency></pre>
-</div></div>
-
<h3><a shape="rect" name="DOSGiReleases-ArchivedReleases"></a>Archived
Releases</h3>
<p>1.3 was released February 6th, 2012.</p>