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/06/28 18:46:46 UTC

svn commit: r551621 - /activemq/camel/trunk/tooling/archetypes/pom.xml

Author: jstrachan
Date: Thu Jun 28 09:46:45 2007
New Revision: 551621

URL: http://svn.apache.org/viewvc?view=rev&rev=551621
Log:
Added JBI service unit archetype

Modified:
    activemq/camel/trunk/tooling/archetypes/pom.xml

Modified: activemq/camel/trunk/tooling/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/archetypes/pom.xml?view=diff&rev=551621&r1=551620&r2=551621
==============================================================================
--- activemq/camel/trunk/tooling/archetypes/pom.xml (original)
+++ activemq/camel/trunk/tooling/archetypes/pom.xml Thu Jun 28 09:46:45 2007
@@ -33,37 +33,7 @@
 
   <modules>
     <module>camel-router</module>
+    <module>camel-jbi-service-unit</module>
   </modules>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <links>
-            <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-            <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
-            <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
-            <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
-            <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
-            <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
-            <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
-            <link>http://jakarta.apache.org/commons/pool/apidocs/</link>
-            <link>http://junit.sourceforge.net/javadoc/</link>
-            <link>http://logging.apache.org/log4j/docs/api/</link>
-            <link>http://mina.apache.org/report/trunk/apidocs/</link>
-          </links>
-          <stylesheetfile>${basedir}/../../../etc/css/stylesheet.css</stylesheetfile>
-          <linksource>true</linksource>
-          <maxmemory>900m</maxmemory>
-          <source>1.5</source>
-
-          <!-- TODO we can't aggregate as it won't find the CSS file :( -->
-          <!--<aggregate>true</aggregate>-->
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
 
 </project>