You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by eg...@apache.org on 2009/05/07 11:54:29 UTC

svn commit: r772573 - in /cxf/dosgi/trunk/distribution: multi-bundle/ multi-bundle/src/main/assembly/ multi-bundle/src/main/release/ single-bundle/src/main/resources/META-INF/ sources/src/main/assembly/ sources/src/main/release/

Author: eglynn
Date: Thu May  7 09:54:28 2009
New Revision: 772573

URL: http://svn.apache.org/viewvc?rev=772573&view=rev
Log:
[dOSGi] Slightly customized READMEs for each distribution type.

Added:
    cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README
    cxf/dosgi/trunk/distribution/sources/src/main/release/README
Modified:
    cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
    cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml
    cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README
    cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml

Modified: cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/pom.xml?rev=772573&r1=772572&r2=772573&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/pom.xml Thu May  7 09:54:28 2009
@@ -33,6 +33,7 @@
   </parent>
 
   <properties>
+    <dosgi.version>${pom.version}</dosgi.version>
     <topDirectoryLocation>../..</topDirectoryLocation>
   </properties>
 

Modified: cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml?rev=772573&r1=772572&r2=772573&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/assembly/assembly.xml Thu May  7 09:54:28 2009
@@ -26,32 +26,32 @@
   <fileSets>
     <fileSet>
       <directory>target/distribution_bundles</directory>
-      <outputDirectory>dosgi_bundles</outputDirectory>
+      <outputDirectory>apache-cxf-dosgi-ri-${dosgi.version}/dosgi_bundles</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>target/distribution_configs</directory>
-      <outputDirectory>conf</outputDirectory>
+      <outputDirectory>apache-cxf-dosgi-ri-${dosgi.version}/conf</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>target/maven-shared-archive-resources/META-INF</directory>
       <excludes>
           <exclude>DEPENDENCIES</exclude>
       </excludes>
-      <outputDirectory></outputDirectory>
+      <outputDirectory>apache-cxf-dosgi-ri-${dosgi.version}</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>src/main/resources/META-INF</directory>
       <includes>
         <include>NOTICE.jdom</include>
       </includes>
-      <outputDirectory></outputDirectory>
+      <outputDirectory>apache-cxf-dosgi-ri-${dosgi.version}</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>src/main/release</directory>
       <includes>
         <include>README</include>
       </includes>
-      <outputDirectory></outputDirectory>
+      <outputDirectory>apache-cxf-dosgi-ri-${dosgi.version}</outputDirectory>
     </fileSet>
   </fileSets>
 </assembly>

Modified: cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README?rev=772573&r1=772572&r2=772573&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README Thu May  7 09:54:28 2009
@@ -13,7 +13,8 @@
 1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.0.{tar.gaz|zip}
 
 Contains the dOSGi implementation and all 3rd party dependencies as 
-separate bundles within an archive.
+separate bundles within an archive. The current distribution is an
+instance of this type.
 
 
 2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.0.jar

Added: cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README?rev=772573&view=auto
==============================================================================
--- cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README (added)
+++ cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README Thu May  7 09:54:28 2009
@@ -0,0 +1,53 @@
+Welcome to the Apache CXF Distributed OSGi DSW Reference Implementation
+=======================================================================
+
+
+The dOSGi subproject of Apache CXF provides the Reference Implementation
+of the Distribution Software (DSW) component of the Distributed OSGi
+Specification[1].
+
+
+This release is provided for your convenience in three different 
+distribution formats:
+
+1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.0.{tar.gaz|zip}
+
+Contains the dOSGi implementation and all 3rd party dependencies as 
+separate bundles within an archive.
+
+
+2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.0.jar
+
+Contains the dOSGi implementation and all 3rd party dependencies wrapped
+in a single OSGi bundle so as to allow direct installation in your favourite 
+OSGi container in one fell swoop. The current distribution is an instance
+of this type.
+
+	
+3. Source distro: cxf-dosgi-ri-source-distribution-1.1-SNAPSHOT.{tar.gz|zip}
+
+Contains the entire source tree for dOSGi.
+
+
+The best starting point for using dOSGi is the Getting Started Guide[2].
+
+Also note the very detailed walk-through of the greeter demo[3].
+
+If you need more help, or want to provide any feedback, please feel free 
+to drop us a note on the CXF dev or users list[4].
+ 
+If you trip over any problems with dOSGi, don't hesitate to submit an issue
+to the CXF JIRA[5] with the component set to "Distributed-OSGi".
+
+
+Thanks for using dOSGi!
+
+Regards,
+The CXF dOSGi team.
+
+
+[1] See RFC 119 in http://www.osgi.org/download/osgi-4.2-early-draft3.pdf
+[2] http://cxf.apache.org/distributed-osgi.html#DistributedOSGi-GettingStarted
+[3] http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.htm
+[4] http://cxf.apache.org/mailing-lists.html
+[5] https://issues.apache.org/jira/browse/CXF

Modified: cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml?rev=772573&r1=772572&r2=772573&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml (original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/assembly/src.xml Thu May  7 09:54:28 2009
@@ -59,8 +59,9 @@
             <includes>
                 <include>LICENSE</include>
                 <include>NOTICE</include>
+                <include>README</include>
             </includes>
-            <outputDirectory></outputDirectory>
+            <outputDirectory>apache-cxf-dosgi-ri-${dosgi.version}</outputDirectory>
         </fileSet>
     </fileSets>
 </assembly>

Added: cxf/dosgi/trunk/distribution/sources/src/main/release/README
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/release/README?rev=772573&view=auto
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/README (added)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/README Thu May  7 09:54:28 2009
@@ -0,0 +1,57 @@
+Welcome to the Apache CXF Distributed OSGi DSW Reference Implementation
+=======================================================================
+
+
+The dOSGi subproject of Apache CXF provides the Reference Implementation
+of the Distribution Software (DSW) component of the Distributed OSGi
+Specification[1].
+
+
+This release is provided for your convenience in three different 
+distribution formats:
+
+1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.0.{tar.gaz|zip}
+
+Contains the dOSGi implementation and all 3rd party dependencies as 
+separate bundles within an archive. The current distribution is an
+instance of this type.
+
+
+2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.0.jar
+
+Contains the dOSGi implementation and all 3rd party dependencies wrapped
+in a single OSGi bundle so as to allow direct installation in your favourite 
+OSGi container in one fell swoop.
+
+	
+3. Source distro: cxf-dosgi-ri-source-distribution-1.1-SNAPSHOT.{tar.gz|zip}
+
+Contains the entire source tree for dOSGi. The current distribution is
+an instance of this type. It may be built by running "mvn install" from
+the top level directory. Ensure you have maven installed, version 2.0.9
+or higher is recommended. Also a JDK of version 1.5.0_13 or higher is
+required.
+
+
+The best starting point for using dOSGi is the Getting Started Guide[2].
+
+Also note the very detailed walk-through of the greeter demo[3].
+
+If you need more help, or want to provide any feedback, please feel free 
+to drop us a note on the CXF dev or users list[4].
+ 
+If you trip over any problems with dOSGi, don't hesitate to submit an issue
+to the CXF JIRA[5] with the component set to "Distributed-OSGi".
+
+
+Thanks for using dOSGi!
+
+Regards,
+The CXF dOSGi team.
+
+
+[1] See RFC 119 in http://www.osgi.org/download/osgi-4.2-early-draft3.pdf
+[2] http://cxf.apache.org/distributed-osgi.html#DistributedOSGi-GettingStarted
+[3] http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.htm
+[4] http://cxf.apache.org/mailing-lists.html
+[5] https://issues.apache.org/jira/browse/CXF