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

svn commit: r566732 - in /activemq/camel/trunk/tooling/maven: maven-html-to-pdf/pom.xml pom.xml

Author: chirino
Date: Thu Aug 16 07:33:56 2007
New Revision: 566732

URL: http://svn.apache.org/viewvc?view=rev&rev=566732
Log:
Renaming the maven-html-to-docbook module to  maven-html-to-pdf

Modified:
    activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml
    activemq/camel/trunk/tooling/maven/pom.xml

Modified: activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml?view=diff&rev=566732&r1=566731&r2=566732
==============================================================================
--- activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml (original)
+++ activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml Thu Aug 16 07:33:56 2007
@@ -25,7 +25,7 @@
     <version>1.1-SNAPSHOT</version>
   </parent>
 
-  <artifactId>maven-html-to-docbook</artifactId>
+  <artifactId>maven-html-to-pdf</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Camel :: Html to Docbook Plugin</name>
 

Modified: activemq/camel/trunk/tooling/maven/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/maven/pom.xml?view=diff&rev=566732&r1=566731&r2=566732
==============================================================================
--- activemq/camel/trunk/tooling/maven/pom.xml (original)
+++ activemq/camel/trunk/tooling/maven/pom.xml Thu Aug 16 07:33:56 2007
@@ -32,7 +32,7 @@
   <packaging>pom</packaging>
 
   <modules>
-    <module>maven-html-to-docbook</module>
+    <module>maven-html-to-pdf</module>
     <module>camel-maven-plugin</module>
   </modules>