Author: jstrachan
Date: Fri Jun 22 04:35:52 2007
New Revision: 549787
URL:
http://svn.apache.org/viewvc?view=rev&rev=549787Log:
updated the book to include some real, nicely formatted content :)
Modified:
activemq/camel/trunk/camel-book/pom.xml
Modified: activemq/camel/trunk/camel-book/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-book/pom.xml?view=diff&rev=549787&r1=549786&r2=549787==============================================================================
--- activemq/camel/trunk/camel-book/pom.xml (original)
+++ activemq/camel/trunk/camel-book/pom.xml Fri Jun 22 04:35:52 2007
@@ -62,17 +62,17 @@
</execution>
</executions>
<configuration>
- <baseURL>
http://activemq.apache.org/camel/</baseURL>
+ <baseURL>
http://cwiki.apache.org/CAMEL/</baseURL>
<title>Camel</title>
<subtitle>User Guide</subtitle>
<resources>
- <resource>index.html</resource>
- <resource>getting-started.html</resource>
- <resource>architecture.html</resource>
- <resource>user-guide.html</resource>
- <resource>components.html</resource>
-
- </resources>
+ <resource>book-introduction.html</resource>
+ <resource>book-architecture.html</resource>
+ <resource>book-enterprise-integration-patterns.html</resource>
+ <resource>book-getting-started.html</resource>
+ <resource>book-pattern-appendix.html</resource>
+ <resource>book-component-appendix.html</resource>
+ </resources>
<authors>
<author>James Strachan</author>
<author>Hiram Chirino</author>