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 2011/02/14 08:48:54 UTC

svn commit: r1070399 - /karaf/site/trunk/src/main/webapp/index/developers/building.page

Author: gnodet
Date: Mon Feb 14 07:48:53 2011
New Revision: 1070399

URL: http://svn.apache.org/viewvc?rev=1070399&view=rev
Log:
Fix bad camel references

Modified:
    karaf/site/trunk/src/main/webapp/index/developers/building.page

Modified: karaf/site/trunk/src/main/webapp/index/developers/building.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/developers/building.page?rev=1070399&r1=1070398&r2=1070399&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/developers/building.page (original)
+++ karaf/site/trunk/src/main/webapp/index/developers/building.page Mon Feb 14 07:48:53 2011
@@ -1,12 +1,12 @@
----
-title: Building
-page_version: 2
-page_creator: gnodet
-page_modifier: gnodet
---- pipeline:conf
+---
+title: Building
+page_version: 2
+page_creator: gnodet
+page_modifier: gnodet
+--- pipeline:conf
 h2. Building 
 
-Camel uses [Maven|http://maven.apache.org/] as its build tool. If you don't fancy using Maven you can use your IDE directly or [Download] a distribution or JAR.
+Karaf uses [Maven|http://maven.apache.org/] as its build tool. If you don't fancy using Maven you can use your IDE directly or [Download] a distribution or JAR.
 
 h3. Prequisites
 
@@ -63,7 +63,7 @@ mvn eclipse:add-maven-repo -Declipse.wor
 {code}
 
 h3. Building source jars
-If you want to build jar files with the source code, that for instance Eclipse can important so you can debug the Camel code as well. Then you can run this command from the camel root folder:
+If you want to build jar files with the source code, that for instance Eclipse can important so you can debug the Karaf code as well. Then you can run this command from the karaf root folder:
 {code}
 mvn clean source:jar install -Dtest=false
 {code}