You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/11/14 22:17:39 UTC

svn commit: r474986 [6/6] - in /incubator/activemq/branches/activemq-4.1: ./ activemq-console/src/main/java/org/apache/activemq/console/ activemq-console/src/main/resources/META-INF/ activemq-console/src/test/resources/ activemq-core/src/main/java/org/...

Modified: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt?view=diff&rev=474986&r1=474985&r2=474986
==============================================================================
--- incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt (original)
+++ incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt Tue Nov 14 13:17:31 2006
@@ -1,99 +1,99 @@
-####################################################################################################
-# Running Maven 2 Memory usage Test
-####################################################################################################
-
-Goal                      | Description
---------------------------|----------------------------------------------------------
- activemq-memtest:memtest | Starts the broker, producer, consumer and the memory monitoring thread all in the same VM and
-                          | generate the heap and non-heap memory usage of the jvm.
-                          | The plugin is included by default in the \activemq-perf module.
-                          |
-                          | Parameters :
-                          |
-                          |    1. -DmessageCount - specifies number of messages to send/receive
-                          |                      - default value : 100000
-                          |
-                          |    2. -Dtopic  - specifies domain type. Valid value is true or false
-                          |                - default value : true
-                          |
-                          |    3. -Ddurable - specifies delivery mode: Valid value is true or false
-                          |                 - default value : false
-                          |
-                          |    4. -DconnectionCheckpointSize - specifies size of messages sent in KB before we close and
-                          |                                    start the producer/consumer to see if there is a memory
-                          |                                    leak using different connections.
-                          |                                  - a  value of -1 indicates that no checkpoint is set and will
-                          |                                    send/consume messages using one producer/consumer conneciton
-                          |                                  - default value : -1
-                          |
-                          |    5. -DmessageSize - specifies the message size  in bytes
-                          |                     - default value : 10240  (10KB)
-                          |
-                          |    6. -DcheckpointInterval - specifies the interval in seconds on which the monitoring tool
-                          |                              will get the memory usage of test run.
-                          |                            - default value :  2  (seconds)
-                          |
-                          |    7. -DprefetchSize - specifies the prefetch size to be used
-                          |                      - a value of -1 will indicates that test will use the default prefetch
-                          |                        size (32000)
-                          |                      - default value : -1
-                          |
-                          |    8. -Durl - species the broker url to use if not going to be using the embedded broker
-                          |             - default value : null
-                          |
-                          |    9. -DreportName - specifies the name of the output xml file.
-                          |                    - default value : activemq-memory-usage-report
-                          |
-                          |   10. -DreportDirectory - specifies the directory of the output file
-                          |                         - default value : ${project.build.directory}/test-memtest
-                          |
-                          |   11. -DproducerCount - specifies the number of producers
-                          |                       - default value : 1
-                          |
-                          |   12. -DconsumerCount - specifies the number of consumers
-                          |                       - default value : 1
-
------------------------------------------------------------------------------------------------
-|Memory Usage Test sample output
-|-----------------------------------------------------------------------------------------------
-|<test-report>
-|  <test-information>
-|    <os-name>Windows XP</os-name>
-|    <java-version>1.5.0_05</java-version>
-|    <jvm_memory_settings>
-|      <heap_memory>
-|        <committed>9502720</committed>
-|        <max>66650112</max>
-|      </heap_memory>
-|      <non_heap_memory>
-|        <committed>30736384</committed>
-|        <max>121634816</max>
-|      </non_heap_memory>
-|    </jvm_memory_settings>
-|    <test-settings>
-|      <durable>non-durable</durable>
-|      <message_size>10240</message_size>
-|      <destination_name>FOO.BAR</destination_name>
-|      <connection_checkpoint_size>-1</connection_checkpoint_size>
-|      <consumer_count>1</consumer_count>
-|      <report_name>activemq-memory-usage-report</report_name>
-|      <prefetchSize>-1</prefetchSize>
-|      <domain>topic</domain>
-|      <producer_count>1</producer_count>
-|      <connection_checkpoint_size_kb>-1</connection_checkpoint_size_kb>
-|      <message_count>100000</message_count>
-|      <report_directory>C:\Projects\logicblaze\activemq\activemq-perftest\target/test-memtest</report_directory>
-|    </test-settings>
-|  </test-information>
-|  <test-result checkpoint_interval_in_sec=5 >
-|      <memory_usage index=0 non_heap_mb=21 non_heap_bytes=22963904 heap_mb=6 heap_bytes=7275808/>
-|      <memory_usage index=1 non_heap_mb=23 non_heap_bytes=24598560 heap_mb=11 heap_bytes=12474400/>
-|      ....
-|      ....
-|  </test-result>
-|</test-report>
-|
--------------------------------------------------------------------------------------------------
-
-
-
+####################################################################################################
+# Running Maven 2 Memory usage Test
+####################################################################################################
+
+Goal                      | Description
+--------------------------|----------------------------------------------------------
+ activemq-memtest:memtest | Starts the broker, producer, consumer and the memory monitoring thread all in the same VM and
+                          | generate the heap and non-heap memory usage of the jvm.
+                          | The plugin is included by default in the \activemq-perf module.
+                          |
+                          | Parameters :
+                          |
+                          |    1. -DmessageCount - specifies number of messages to send/receive
+                          |                      - default value : 100000
+                          |
+                          |    2. -Dtopic  - specifies domain type. Valid value is true or false
+                          |                - default value : true
+                          |
+                          |    3. -Ddurable - specifies delivery mode: Valid value is true or false
+                          |                 - default value : false
+                          |
+                          |    4. -DconnectionCheckpointSize - specifies size of messages sent in KB before we close and
+                          |                                    start the producer/consumer to see if there is a memory
+                          |                                    leak using different connections.
+                          |                                  - a  value of -1 indicates that no checkpoint is set and will
+                          |                                    send/consume messages using one producer/consumer conneciton
+                          |                                  - default value : -1
+                          |
+                          |    5. -DmessageSize - specifies the message size  in bytes
+                          |                     - default value : 10240  (10KB)
+                          |
+                          |    6. -DcheckpointInterval - specifies the interval in seconds on which the monitoring tool
+                          |                              will get the memory usage of test run.
+                          |                            - default value :  2  (seconds)
+                          |
+                          |    7. -DprefetchSize - specifies the prefetch size to be used
+                          |                      - a value of -1 will indicates that test will use the default prefetch
+                          |                        size (32000)
+                          |                      - default value : -1
+                          |
+                          |    8. -Durl - species the broker url to use if not going to be using the embedded broker
+                          |             - default value : null
+                          |
+                          |    9. -DreportName - specifies the name of the output xml file.
+                          |                    - default value : activemq-memory-usage-report
+                          |
+                          |   10. -DreportDirectory - specifies the directory of the output file
+                          |                         - default value : ${project.build.directory}/test-memtest
+                          |
+                          |   11. -DproducerCount - specifies the number of producers
+                          |                       - default value : 1
+                          |
+                          |   12. -DconsumerCount - specifies the number of consumers
+                          |                       - default value : 1
+
+-----------------------------------------------------------------------------------------------
+|Memory Usage Test sample output
+|-----------------------------------------------------------------------------------------------
+|<test-report>
+|  <test-information>
+|    <os-name>Windows XP</os-name>
+|    <java-version>1.5.0_05</java-version>
+|    <jvm_memory_settings>
+|      <heap_memory>
+|        <committed>9502720</committed>
+|        <max>66650112</max>
+|      </heap_memory>
+|      <non_heap_memory>
+|        <committed>30736384</committed>
+|        <max>121634816</max>
+|      </non_heap_memory>
+|    </jvm_memory_settings>
+|    <test-settings>
+|      <durable>non-durable</durable>
+|      <message_size>10240</message_size>
+|      <destination_name>FOO.BAR</destination_name>
+|      <connection_checkpoint_size>-1</connection_checkpoint_size>
+|      <consumer_count>1</consumer_count>
+|      <report_name>activemq-memory-usage-report</report_name>
+|      <prefetchSize>-1</prefetchSize>
+|      <domain>topic</domain>
+|      <producer_count>1</producer_count>
+|      <connection_checkpoint_size_kb>-1</connection_checkpoint_size_kb>
+|      <message_count>100000</message_count>
+|      <report_directory>C:\Projects\logicblaze\activemq\activemq-perftest\target/test-memtest</report_directory>
+|    </test-settings>
+|  </test-information>
+|  <test-result checkpoint_interval_in_sec=5 >
+|      <memory_usage index=0 non_heap_mb=21 non_heap_bytes=22963904 heap_mb=6 heap_bytes=7275808/>
+|      <memory_usage index=1 non_heap_mb=23 non_heap_bytes=24598560 heap_mb=11 heap_bytes=12474400/>
+|      ....
+|      ....
+|  </test-result>
+|</test-report>
+|
+-------------------------------------------------------------------------------------------------
+
+
+

Propchange: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986
==============================================================================
--- incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt (original)
+++ incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006
@@ -1,12 +1,12 @@
-=========================================================================
-==  NOTICE file corresponding to the section 4 d of                    ==
-==  the Apache License, Version 2.0,                                   ==
-==  in this case for the Apache ActiveMQ distribution.                 ==
-=========================================================================
-
-Apache ActiveMQ
-Copyright 2005-2006 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
-
+=========================================================================
+==  NOTICE file corresponding to the section 4 d of                    ==
+==  the Apache License, Version 2.0,                                   ==
+==  in this case for the Apache ActiveMQ distribution.                 ==
+=========================================================================
+
+Apache ActiveMQ
+Copyright 2005-2006 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986
==============================================================================
--- incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt (original)
+++ incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006
@@ -1,12 +1,12 @@
-=========================================================================
-==  NOTICE file corresponding to the section 4 d of                    ==
-==  the Apache License, Version 2.0,                                   ==
-==  in this case for the Apache ActiveMQ distribution.                 ==
-=========================================================================
-
-Apache ActiveMQ
-Copyright 2005-2006 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
-
+=========================================================================
+==  NOTICE file corresponding to the section 4 d of                    ==
+==  the Apache License, Version 2.0,                                   ==
+==  in this case for the Apache ActiveMQ distribution.                 ==
+=========================================================================
+
+Apache ActiveMQ
+Copyright 2005-2006 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986
==============================================================================
--- incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt (original)
+++ incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006
@@ -1,12 +1,12 @@
-=========================================================================
-==  NOTICE file corresponding to the section 4 d of                    ==
-==  the Apache License, Version 2.0,                                   ==
-==  in this case for the Apache ActiveMQ distribution.                 ==
-=========================================================================
-
-Apache ActiveMQ
-Copyright 2005-2006 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
-
+=========================================================================
+==  NOTICE file corresponding to the section 4 d of                    ==
+==  the Apache License, Version 2.0,                                   ==
+==  in this case for the Apache ActiveMQ distribution.                 ==
+=========================================================================
+
+Apache ActiveMQ
+Copyright 2005-2006 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/branches/activemq-4.1/activemq-web-console/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/branches/activemq-4.1/activemq-web-console/src/main/webapp/META-INF/DISCLAIMER.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/branches/activemq-4.1/activemq-web-demo/src/main/webapp/META-INF/DISCLAIMER.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986
==============================================================================
--- incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt (original)
+++ incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006
@@ -1,12 +1,12 @@
-=========================================================================
-==  NOTICE file corresponding to the section 4 d of                    ==
-==  the Apache License, Version 2.0,                                   ==
-==  in this case for the Apache ActiveMQ distribution.                 ==
-=========================================================================
-
-Apache ActiveMQ
-Copyright 2005-2006 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
-
+=========================================================================
+==  NOTICE file corresponding to the section 4 d of                    ==
+==  the Apache License, Version 2.0,                                   ==
+==  in this case for the Apache ActiveMQ distribution.                 ==
+=========================================================================
+
+Apache ActiveMQ
+Copyright 2005-2006 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986
==============================================================================
--- incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt (original)
+++ incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006
@@ -1,22 +1,22 @@
-=========================================================================
-==  NOTICE file corresponding to the section 4 d of                    ==
-==  the Apache License, Version 2.0,                                   ==
-==  in this case for the Apache ActiveMQ distribution.                 ==
-=========================================================================
-
-Apache ActiveMQ
-Copyright 2005-2006 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
-
-=========================================================================
-==  Jabber Notice                                                      ==
-=========================================================================
-
-This software was generated using XSDs from the Jabber Software Foundation
-
-http://www.xmpp.org/schemas/
-
-
-
+=========================================================================
+==  NOTICE file corresponding to the section 4 d of                    ==
+==  the Apache License, Version 2.0,                                   ==
+==  in this case for the Apache ActiveMQ distribution.                 ==
+=========================================================================
+
+Apache ActiveMQ
+Copyright 2005-2006 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+
+=========================================================================
+==  Jabber Notice                                                      ==
+=========================================================================
+
+This software was generated using XSDs from the Jabber Software Foundation
+
+http://www.xmpp.org/schemas/
+
+
+

Propchange: incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986
==============================================================================
--- incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt (original)
+++ incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006
@@ -1,12 +1,12 @@
-=========================================================================
-==  NOTICE file corresponding to the section 4 d of                    ==
-==  the Apache License, Version 2.0,                                   ==
-==  in this case for the Apache ActiveMQ distribution.                 ==
-=========================================================================
-
-Apache ActiveMQ
-Copyright 2005-2006 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
-
+=========================================================================
+==  NOTICE file corresponding to the section 4 d of                    ==
+==  the Apache License, Version 2.0,                                   ==
+==  in this case for the Apache ActiveMQ distribution.                 ==
+=========================================================================
+
+Apache ActiveMQ
+Copyright 2005-2006 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+

Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986
==============================================================================
--- incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt (original)
+++ incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt Tue Nov 14 13:17:31 2006
@@ -1,60 +1,60 @@
-=========================================================================
-==  NOTICE file corresponding to the section 4 d of                    ==
-==  the Apache License, Version 2.0,                                   ==
-==  in this case for the Apache ActiveMQ distribution.                 ==
-=========================================================================
-
-Apache ActiveMQ
-Copyright 2005-2006 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
-
-=========================================================================
-==  Derby Notice                                                       ==
-=========================================================================
-
-Portions of Derby were orginally developed by
-International Business Machines Corporation and are
-licensed to the Apache Software Foundation under the
-"Software Grant and Corporate Contribution License Agreement",
-informally known as the "Derby CLA".
-
-The portion of the functionTests under 'nist' was originally
-developed by the National Institute of Standards and Technology (NIST),
-an agency of the United States Department of Commerce, and adapted by
-International Business Machines Corporation in accordance with the NIST
-Software Acknowledgment and Redistribution document at
-http://www.itl.nist.gov/div897/ctg/sql_form.htm
-
-=========================================================================
-==  Spring Notice                                                      ==
-=========================================================================
-
-This product includes software developed by
-the Apache Software Foundation (http://www.apache.org).
-
-This product also includes software developed by
-Clinton Begin (http://www.ibatis.com).
-
-The end-user documentation included with a redistribution, if any,
-must include the following acknowledgement:
-
- "This product includes software developed by the Spring Framework
-  Project (http://www.springframework.org)."
-
-Alternately, this acknowledgement may appear in the software itself,
-if and wherever such third-party acknowledgements normally appear.
-
-The names "Spring" and "Spring Framework" must not be used to
-endorse or promote products derived from this software without
-prior written permission. For written permission, please contact
-rod.johnson@interface21.com or juergen.hoeller@interface21.com.
-
-
-=========================================================================
-==  MX4J Notice                                                        ==
-=========================================================================
-
-This product includes software developed by the MX4J project
-(http://sourceforge.net/projects/mx4j).
+=========================================================================
+==  NOTICE file corresponding to the section 4 d of                    ==
+==  the Apache License, Version 2.0,                                   ==
+==  in this case for the Apache ActiveMQ distribution.                 ==
+=========================================================================
+
+Apache ActiveMQ
+Copyright 2005-2006 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+
+=========================================================================
+==  Derby Notice                                                       ==
+=========================================================================
+
+Portions of Derby were orginally developed by
+International Business Machines Corporation and are
+licensed to the Apache Software Foundation under the
+"Software Grant and Corporate Contribution License Agreement",
+informally known as the "Derby CLA".
+
+The portion of the functionTests under 'nist' was originally
+developed by the National Institute of Standards and Technology (NIST),
+an agency of the United States Department of Commerce, and adapted by
+International Business Machines Corporation in accordance with the NIST
+Software Acknowledgment and Redistribution document at
+http://www.itl.nist.gov/div897/ctg/sql_form.htm
+
+=========================================================================
+==  Spring Notice                                                      ==
+=========================================================================
+
+This product includes software developed by
+the Apache Software Foundation (http://www.apache.org).
+
+This product also includes software developed by
+Clinton Begin (http://www.ibatis.com).
+
+The end-user documentation included with a redistribution, if any,
+must include the following acknowledgement:
+
+ "This product includes software developed by the Spring Framework
+  Project (http://www.springframework.org)."
+
+Alternately, this acknowledgement may appear in the software itself,
+if and wherever such third-party acknowledgements normally appear.
+
+The names "Spring" and "Spring Framework" must not be used to
+endorse or promote products derived from this software without
+prior written permission. For written permission, please contact
+rod.johnson@interface21.com or juergen.hoeller@interface21.com.
+
+
+=========================================================================
+==  MX4J Notice                                                        ==
+=========================================================================
+
+This product includes software developed by the MX4J project
+(http://sourceforge.net/projects/mx4j).

Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/ruby/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/src/CommnadLineSupport.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/src/RequesterTool.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/src/TopicListener.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/src/TopicPublisher.java
------------------------------------------------------------------------------
    svn:eol-style = native