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/13 19:16:07 UTC

svn commit: r546964 - in /activemq/camel/trunk: apache-camel/src/main/descriptors/unix-bin.xml apache-camel/src/main/descriptors/windows-bin.xml apache-camel/src/main/release/README.txt examples/README.txt examples/camel-example-jms-file/README.txt

Author: jstrachan
Date: Wed Jun 13 10:16:06 2007
New Revision: 546964

URL: http://svn.apache.org/viewvc?view=rev&rev=546964
Log:
added the examples into the binary distro along with some README's

Added:
    activemq/camel/trunk/examples/README.txt   (with props)
    activemq/camel/trunk/examples/camel-example-jms-file/README.txt   (with props)
Modified:
    activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml
    activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml
    activemq/camel/trunk/apache-camel/src/main/release/README.txt

Modified: activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml?view=diff&rev=546964&r1=546963&r2=546964
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml Wed Jun 13 10:16:06 2007
@@ -32,6 +32,19 @@
       <lineEnding>unix</lineEnding>
     </fileSet>
 
+    <!-- copy the examples -->
+    <fileSet>
+      <directory>../examples</directory>
+      <outputDirectory>/examples</outputDirectory>
+      <excludes>
+        <!-- disable build and IDEA files -->
+        <exclude>**/*.i*</exclude>
+        <exclude>**/target/</exclude>
+        <exclude>**/target/*</exclude>
+      </excludes>
+      <lineEnding>unix</lineEnding>
+    </fileSet>
+
     <!-- Copy over jar files -->
     <fileSet>
       <directory>target</directory>

Modified: activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml?view=diff&rev=546964&r1=546963&r2=546964
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Wed Jun 13 10:16:06 2007
@@ -32,6 +32,19 @@
       <lineEnding>dos</lineEnding>
     </fileSet>
 
+    <!-- copy the examples -->
+    <fileSet>
+      <directory>../examples</directory>
+      <outputDirectory>/examples</outputDirectory>
+      <excludes>
+        <!-- disable build and IDEA files -->
+        <exclude>**/*.i*</exclude>
+        <exclude>**/target/</exclude>
+        <exclude>**/target/*</exclude>
+      </excludes>
+      <lineEnding>dos</lineEnding>
+    </fileSet>
+
     <!-- Copy over jar files -->
     <fileSet>
       <directory>target</directory>

Modified: activemq/camel/trunk/apache-camel/src/main/release/README.txt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/release/README.txt?view=diff&rev=546964&r1=546963&r2=546964
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/release/README.txt (original)
+++ activemq/camel/trunk/apache-camel/src/main/release/README.txt Wed Jun 13 10:16:06 2007
@@ -8,16 +8,19 @@
 To help you get started, try the following links:-
 
 Getting Started
-http://activemq.apache.org/camel/getting-started.html
+  http://activemq.apache.org/camel/getting-started.html
 
 Building
-http://activemq.apache.org/camel/building.html
+  http://activemq.apache.org/camel/building.html
 
 We welcome contributions of all kinds, for details of how you can help
-http://activemq.apache.org/contributing.html
+  http://activemq.apache.org/contributing.html
 
 Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel
-http://activemq.apache.org/camel/
+  http://activemq.apache.org/camel/
+
+If you hit any problems please talk to us on the Camel Forums
+  http://activemq.apache.org/camel/discussion-forums.html
 
 Please help us make Apache Camel better - we appreciate any feedback you may have.
 Enjoy!

Added: activemq/camel/trunk/examples/README.txt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/README.txt?view=auto&rev=546964
==============================================================================
--- activemq/camel/trunk/examples/README.txt (added)
+++ activemq/camel/trunk/examples/README.txt Wed Jun 13 10:16:06 2007
@@ -0,0 +1,19 @@
+Welcome to the Apache Camel Examples!
+=====================================
+
+For the latest & greatest documentation on how to use the examples see
+  http://activemq.apache.org/camel/running-examples.html
+
+Before you start we recommend you install a recent distribution of Maven which we use to run our examples
+  http://maven.apache.org/
+
+If you hit any problems please talk to us on the Camel Forums
+  http://activemq.apache.org/camel/discussion-forums.html
+
+Please help us make Apache Camel better - we appreciate any feedback you may have.
+Enjoy!
+
+------------------------
+The Camel riders!
+
+   
\ No newline at end of file

Propchange: activemq/camel/trunk/examples/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: activemq/camel/trunk/examples/camel-example-jms-file/README.txt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-jms-file/README.txt?view=auto&rev=546964
==============================================================================
--- activemq/camel/trunk/examples/camel-example-jms-file/README.txt (added)
+++ activemq/camel/trunk/examples/camel-example-jms-file/README.txt Wed Jun 13 10:16:06 2007
@@ -0,0 +1,19 @@
+JMS & File Example
+==================
+
+This example shows how to work with files and JMS.
+The example consumes messages from a queue and writes them to the file system.
+
+
+For the latest & greatest documentation on how to use this example please see
+  http://activemq.apache.org/camel/walk-through-an-example.html
+
+If you hit any problems please talk to us on the Camel Forums
+  http://activemq.apache.org/camel/discussion-forums.html
+
+Please help us make Apache Camel better - we appreciate any feedback you may have.
+Enjoy!
+
+------------------------
+The Camel riders!
+

Propchange: activemq/camel/trunk/examples/camel-example-jms-file/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native