You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/08/16 09:35:02 UTC

svn commit: r566521 - in /activemq/camel/trunk/tooling: camel-book/ camel-manual/ camel-manual/pom.xml pom.xml

Author: jstrachan
Date: Thu Aug 16 00:35:01 2007
New Revision: 566521

URL: http://svn.apache.org/viewvc?view=rev&rev=566521
Log:
renamed camel-book to camel-manual for CAMEL-47

Added:
    activemq/camel/trunk/tooling/camel-manual/
      - copied from r566501, activemq/camel/trunk/tooling/camel-book/
Removed:
    activemq/camel/trunk/tooling/camel-book/
Modified:
    activemq/camel/trunk/tooling/camel-manual/pom.xml
    activemq/camel/trunk/tooling/pom.xml

Modified: activemq/camel/trunk/tooling/camel-manual/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/camel-manual/pom.xml?view=diff&rev=566521&r1=566501&r2=566521
==============================================================================
--- activemq/camel/trunk/tooling/camel-manual/pom.xml (original)
+++ activemq/camel/trunk/tooling/camel-manual/pom.xml Thu Aug 16 00:35:01 2007
@@ -27,10 +27,10 @@
     <version>1.1-SNAPSHOT</version>
   </parent>
 
-  <artifactId>camel-book</artifactId>
+  <artifactId>camel-manual</artifactId>
   <packaging>pom</packaging>
-  <name>Camel User Guide</name>
-  <description>The Camel User Guide which generates HTML, PDF and man pages.</description>
+  <name>Camel Manual</name>
+  <description>The Camel Manual which generates a HTML and PDF representation of the manual.</description>
 
   <repositories>
     <repository>

Modified: activemq/camel/trunk/tooling/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/pom.xml?view=diff&rev=566521&r1=566520&r2=566521
==============================================================================
--- activemq/camel/trunk/tooling/pom.xml (original)
+++ activemq/camel/trunk/tooling/pom.xml Thu Aug 16 00:35:01 2007
@@ -34,7 +34,7 @@
   <modules>
     <module>archetypes</module>
     <module>maven</module>
-    <module>camel-book</module>
+    <module>camel-manual</module>
   </modules>
 
 </project>