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/10 18:01:20 UTC

svn commit: r564641 - /activemq/camel/trunk/examples/pom.xml

Author: jstrachan
Date: Fri Aug 10 09:01:19 2007
New Revision: 564641

URL: http://svn.apache.org/viewvc?view=rev&rev=564641
Log:
added explicit repos to the examples to try ensure things actually build from a binary distro

Modified:
    activemq/camel/trunk/examples/pom.xml

Modified: activemq/camel/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/pom.xml?view=diff&rev=564641&r1=564640&r2=564641
==============================================================================
--- activemq/camel/trunk/examples/pom.xml (original)
+++ activemq/camel/trunk/examples/pom.xml Fri Aug 10 09:01:19 2007
@@ -29,12 +29,39 @@
   <description>Camel Examples</description>
   <packaging>pom</packaging>
 
+  <repositories>
+    <!-- this should not be required as its syncd to ibiblio -->
+    <repository>
+      <id>apache.m2.repo</id>
+      <name>Apache Maven2 Repository</name>
+      <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <repository>
+      <id>logicblaze.repo</id>
+      <name>LogicBlaze Repository</name>
+      <url>http://repo.logicblaze.com/maven2-all</url>
+    </repository>
+  </repositories>
+
+  <pluginRepositories>
+    <!-- this should not be required as its syncd to ibiblio -->
+    <pluginRepository>
+      <id>apache.m2.repo</id>
+      <name>Apache Maven2 Repository</name>
+      <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </pluginRepository>
+    <pluginRepository>
+      <id>logicblaze.repo</id>
+      <name>LogicBlaze Repository</name>
+      <url>http://repo.logicblaze.com/maven2-all</url>
+    </pluginRepository>
+  </pluginRepositories>
+
   <modules>
     <module>camel-example-jms-file</module>
     <module>camel-example-spring</module>
     <module>camel-example-etl</module>
     <module>camel-example-bam</module>
-    <!--<module>camel-example-osgi</module>-->
   </modules>
 
 </project>