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">&lt;groupId&gt;org.apache.cxf.dosgi&lt;/groupId&gt;
-&lt;artifactId&gt;cxf-dosgi-ri-singlebundle-distribution&lt;/artifactId&gt;
-&lt;version&gt;1.1&lt;/version&gt;</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">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.cxf&lt;/groupId&gt;
-  &lt;artifactId&gt;cxf-bundle-minimal&lt;/artifactId&gt;
-  &lt;version&gt;2.2.9&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.cxf.dosgi&lt;/groupId&gt;
-  &lt;artifactId&gt;cxf-dosgi-ri-discovery-local&lt;/artifactId&gt;
-  &lt;version&gt;1.2&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.cxf.dosgi&lt;/groupId&gt;
-  &lt;artifactId&gt;cxf-dosgi-ri-dsw-cxf&lt;/artifactId&gt;
-  &lt;version&gt;1.2&lt;/version&gt;
-&lt;/dependency&gt;</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">&lt;repository&gt;
-  &lt;id&gt;central&lt;/id&gt;
-  &lt;name&gt;Default maven repo&lt;/name&gt;
-  &lt;url&gt;http:<span 
class="code-comment">//repo1.maven.org/maven2&lt;/url&gt;
-</span>  &lt;releases&gt;
-    &lt;enabled&gt;<span class="code-keyword">true</span>&lt;/enabled&gt;
-  &lt;/releases&gt;
-  &lt;snapshots&gt;
-    &lt;enabled&gt;<span class="code-keyword">false</span>&lt;/enabled&gt;
-  &lt;/snapshots&gt;
-&lt;/repository&gt;</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">&lt;repository&gt;
-  &lt;id&gt;apache.snapshots&lt;/id&gt;
-  &lt;name&gt;Apache Maven Snapshot Repository&lt;/name&gt;
-  &lt;url&gt;http:<span 
class="code-comment">//repository.apache.org/content/groups/snapshots/&lt;/url&gt;
-</span>  &lt;releases&gt;
-    &lt;enabled&gt;<span class="code-keyword">false</span>&lt;/enabled&gt;
-  &lt;/releases&gt;
-  &lt;snapshots&gt;
-    &lt;enabled&gt;<span class="code-keyword">true</span>&lt;/enabled&gt;
-  &lt;/snapshots&gt;
-&lt;/repository&gt;</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">&lt;groupId&gt;org.apache.cxf.dosgi&lt;/groupId&gt;
-&lt;artifactId&gt;cxf-dosgi-ri-singlebundle-distribution&lt;/artifactId&gt;
-&lt;version&gt;1.3-SNAPSHOT&lt;/version&gt;</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">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.cxf&lt;/groupId&gt;
-  &lt;artifactId&gt;cxf-bundle-minimal&lt;/artifactId&gt;
-  &lt;version&gt;2.2.9&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.cxf.dosgi&lt;/groupId&gt;
-  &lt;artifactId&gt;cxf-dosgi-ri-discovery-local&lt;/artifactId&gt;
-  &lt;version&gt;1.3-SNAPSHOT&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.cxf.dosgi&lt;/groupId&gt;
-  &lt;artifactId&gt;cxf-dosgi-ri-dsw-cxf&lt;/artifactId&gt;
-  &lt;version&gt;1.3-SNAPSHOT&lt;/version&gt;
-&lt;/dependency&gt;</pre>
-</div></div>
-
 <h3><a shape="rect" name="DOSGiReleases-ArchivedReleases"></a>Archived 
Releases</h3>
 
 <p>1.3 was released February 6th, 2012.</p>


Reply via email to