You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2010/07/01 15:58:51 UTC

svn commit: r959666 - in /karaf/trunk: BUILDING NOTICE README

Author: gnodet
Date: Thu Jul  1 13:58:51 2010
New Revision: 959666

URL: http://svn.apache.org/viewvc?rev=959666&view=rev
Log:
Fix text files to replace 'Felix Karaf' with 'Karaf'

Modified:
    karaf/trunk/BUILDING
    karaf/trunk/NOTICE
    karaf/trunk/README

Modified: karaf/trunk/BUILDING
URL: http://svn.apache.org/viewvc/karaf/trunk/BUILDING?rev=959666&r1=959665&r2=959666&view=diff
==============================================================================
--- karaf/trunk/BUILDING (original)
+++ karaf/trunk/BUILDING Thu Jul  1 13:58:51 2010
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-Building Apache Felix Karaf
-===================================
+Building Apache Karaf
+=====================
 
 Initial Setup
 -------------
@@ -36,13 +36,13 @@ Initial Setup
 Building
 --------
 
-1) Change to the top level directory of Apache Felix Karaf source distribution.
+1) Change to the top level directory of Apache Karaf source distribution.
 2) Run
          $> mvn
-   This will compile Apache Felix Karaf and run all of the tests in the
-   Apache Felix Karaf source distribution. Alternatively, you can run
+   This will compile Apache Karaf and run all of the tests in the
+   Apache Karaf source distribution. Alternatively, you can run
          $> mvn -Pfastinstall
-   This will compile Apache Felix Karaf without running the tests and takes less
+   This will compile Apache Karaf without running the tests and takes less
    time to build.
    Depending on the load of remote Maven 2.0 repositories, you may have 
    to run "mvn" several times until the required dependencies are 

Modified: karaf/trunk/NOTICE
URL: http://svn.apache.org/viewvc/karaf/trunk/NOTICE?rev=959666&r1=959665&r2=959666&view=diff
==============================================================================
--- karaf/trunk/NOTICE (original)
+++ karaf/trunk/NOTICE Thu Jul  1 13:58:51 2010
@@ -1,4 +1,4 @@
-Apache Felix Karaf
+Apache Karaf
 Copyright 2010 The Apache Software Foundation
 
 

Modified: karaf/trunk/README
URL: http://svn.apache.org/viewvc/karaf/trunk/README?rev=959666&r1=959665&r2=959666&view=diff
==============================================================================
--- karaf/trunk/README (original)
+++ karaf/trunk/README Thu Jul  1 13:58:51 2010
@@ -15,9 +15,9 @@
  * limitations under the License.
  */
 
-Welcome to Apache Felix Karaf
-====================================
-Apache Felix Karaf is a small OSGi based kernel which provides a
+Welcome to Apache Karaf
+=======================
+Apache Karaf is a small OSGi based kernel which provides a
 lightweight container onto which various bundles can be deployed.
 
 The following features are included:
@@ -46,32 +46,32 @@ The following features are included:
 
 Getting Started
 ===============
-For an Apache Felix Karaf source distribution, please read
-BUILDING for instructions on building Apache Felix Karaf.
+For an Apache Karaf source distribution, please read
+BUILDING for instructions on building Apache Karaf.
 
-For an Apache Felix Karaf binary distribution, please read
+For an Apache Karaf binary distribution, please read
 RELEASE-NOTES for installation instructions and list of supported 
 and unsupported features.
 
 The PDF manual is the right place to find any information about Karaf.
 
 Alternatively, you can also find out how to get started here:
-    http://felix.apache.org/site/apache-felix-karaf.html
+    http://karaf.apache.org/
 
 If you need more help try talking to us on our mailing lists
-    http://felix.apache.org/site/mailinglists.html
+    http://karaf.apache.org/site/mailinglists.html
 
-If you find any issues with Apache Felix Karaf, please submit reports
+If you find any issues with Apache Karaf, please submit reports
 with JIRA here:
-    http://issues.apache.org/jira/browse/FELIX
+    http://issues.apache.org/jira/browse/KARAF
 
 We welcome contributions, and encourage you to get involved in the 
-Felix community. If you'd like to learn more about how you can
+Karaf community. If you'd like to learn more about how you can
 contribute, please see:
-    http://felix.apache.org/site/contributing.html
+    http://karaf.apache.org/contributing.html
 
-Many thanks for using Apache Felix Karaf.
+Many thanks for using Apache Karaf.
 
 
-The Felix Team
+The Karaf Team