You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/01/21 10:28:18 UTC

svn commit: r613810 - in /servicemix/smx4/kernel/trunk: BUILDING.txt README.txt RELEASE-NOTES.txt

Author: gnodet
Date: Mon Jan 21 01:28:16 2008
New Revision: 613810

URL: http://svn.apache.org/viewvc?rev=613810&view=rev
Log:
Fix release notes, readme and build instructions

Modified:
    servicemix/smx4/kernel/trunk/BUILDING.txt
    servicemix/smx4/kernel/trunk/README.txt
    servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt

Modified: servicemix/smx4/kernel/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/BUILDING.txt?rev=613810&r1=613809&r2=613810&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/BUILDING.txt (original)
+++ servicemix/smx4/kernel/trunk/BUILDING.txt Mon Jan 21 01:28:16 2008
@@ -38,10 +38,10 @@
 
 1) Change to the top level directory of Apache ServiceMix Kernel source distribution.
 2) Run
-	$> mvn.
+         $> mvn
    This will compile Apache ServiceMix Kernel and run all of the tests in the 
    Apache ServiceMix Kernel source distribution. Alternatively, you can run
-         $> mvn -Pfastinstall.
+         $> mvn -Pfastinstall
    This will compile Apache ServiceMix Kernel without running the tests and takes less
    time to build.
    Depending on the load of remote Maven 2.0 repositories, you may have 

Modified: servicemix/smx4/kernel/trunk/README.txt
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/README.txt?rev=613810&r1=613809&r2=613810&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/README.txt (original)
+++ servicemix/smx4/kernel/trunk/README.txt Mon Jan 21 01:28:16 2008
@@ -45,7 +45,7 @@
     http://servicemix.apache.org/mailing-lists.html
 
 If you find any issues with CXF, please submit reports with JIRA here:
-    http://issues.apache.org/activemq/browse/SMX4RUN
+    http://issues.apache.org/activemq/browse/SMX4KNL
 
 We welcome contributions, and encourage you to get involved in the CXF
 community. If you'd like to learn more about how you can contribute, please

Modified: servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt?rev=613810&r1=613809&r2=613810&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt (original)
+++ servicemix/smx4/kernel/trunk/RELEASE-NOTES.txt Mon Jan 21 01:28:16 2008
@@ -15,21 +15,16 @@
  * limitations under the License.
  */
 
-                  Apache ServiceMix Kernel 1.0-m2
+                  Apache ServiceMix Kernel 1.0-m1
                   ================================
 
 See the README.txt file for more general informations about ServiceMix Kernel.
 
-This is the second milestone of ServiceMix Kernel.  All the features are not 
+This is the first milestone of ServiceMix Kernel.  All the features are not 
 implemented yet and things may be changed until the final 1.0 release.
 Please refer to the web site for more informations and feel free to ask any
 questions on the ServiceMix mailing lists or simply to provide feedback 
 (we appreciate it very much).
-
-Changes since 1.0-m1
-====================
-  *
-
 
 Thanks you for downloading ServiceMix Kernel.  Enjoy !