Author: ningjiang
Date: Mon Oct 20 20:38:42 2008
New Revision: 706503
URL: http://svn.apache.org/viewvc?rev=706503&view=rev
Log:
Updated the README.txt and pom.xml in the camel-example.guice-jms
Modified:
activemq/camel/trunk/examples/camel-example-guice-jms/README.txt
activemq/camel/trunk/examples/camel-example-guice-jms/pom.xml
Modified: activemq/camel/trunk/examples/camel-example-guice-jms/README.txt
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-guice-jms/README.txt?rev=706503&r1=706502&r2=706503&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-guice-jms/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-guice-jms/README.txt Mon Oct 20
20:38:42 2008
@@ -8,7 +8,7 @@
system.
To run the example type
- mvn camel:run
+ mvn compile exec:java
To run the example with Ant
a. You need to have Apache ActiveMQ installed. It can be downloaded from
Modified: activemq/camel/trunk/examples/camel-example-guice-jms/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-guice-jms/pom.xml?rev=706503&r1=706502&r2=706503&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-guice-jms/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-guice-jms/pom.xml Mon Oct 20
20:38:42 2008
@@ -89,6 +89,10 @@
<configuration>
<mainClass>org.apache.camel.guice.Main</mainClass>
<includePluginDependencies>false</includePluginDependencies>
+ <arguments>
+ <argument>-duration</argument>
+ <argument>5s</argument>
+ </arguments>
</configuration>
</plugin>
</plugins>