[hornetq-commits] JBoss hornetq SVN: r10508 - in trunk: distribution/src/main/resources and 104 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 14 10:07:37 EDT 2011


Author: ataylor
Date: 2011-04-14 10:07:35 -0400 (Thu, 14 Apr 2011)
New Revision: 10508

Added:
   trunk/distribution/src/main/resources/examples/
   trunk/distribution/src/main/resources/examples/common/
   trunk/distribution/src/main/resources/examples/common/config/
   trunk/distribution/src/main/resources/examples/common/config/ant.properties
   trunk/distribution/src/main/resources/examples/javaee/
   trunk/distribution/src/main/resources/examples/javaee/common/
   trunk/distribution/src/main/resources/examples/javaee/common/config/
   trunk/distribution/src/main/resources/examples/javaee/common/config/ant.properties
Removed:
   trunk/distribution/src/main/resources/config/examples-ant.properties
   trunk/distribution/src/main/resources/config/javaee-examples-ant.properties
Modified:
   trunk/distribution/src/main/assembly/dep.xml
   trunk/examples/common/build.xml
   trunk/examples/core/embedded-remote/build.sh
   trunk/examples/core/embedded/build.sh
   trunk/examples/core/microcontainer/build.sh
   trunk/examples/core/perf/build.sh
   trunk/examples/core/twitter-connector/build.sh
   trunk/examples/javaee/ejb-jms-transaction/build.sh
   trunk/examples/javaee/hajndi/build.sh
   trunk/examples/javaee/jca-config/build.sh
   trunk/examples/javaee/jca-remote/build.sh
   trunk/examples/javaee/jms-bridge/build.sh
   trunk/examples/javaee/mdb-bmt/build.sh
   trunk/examples/javaee/mdb-cmt-setrollbackonly/build.sh
   trunk/examples/javaee/mdb-cmt-tx-local/build.sh
   trunk/examples/javaee/mdb-cmt-tx-not-supported/build.sh
   trunk/examples/javaee/mdb-cmt-tx-required/build.sh
   trunk/examples/javaee/mdb-message-selector/build.sh
   trunk/examples/javaee/mdb-remote-failover-static/build.sh
   trunk/examples/javaee/mdb-remote-failover/build.sh
   trunk/examples/javaee/mdb-tx-send/build.sh
   trunk/examples/javaee/servlet-ssl/build.sh
   trunk/examples/javaee/servlet-transport/build.sh
   trunk/examples/javaee/xarecovery/build.sh
   trunk/examples/jms/applet/build.sh
   trunk/examples/jms/application-layer-failover/build.sh
   trunk/examples/jms/bridge/build.sh
   trunk/examples/jms/browser/build.sh
   trunk/examples/jms/client-kickoff/build.sh
   trunk/examples/jms/client-side-load-balancing/build.sh
   trunk/examples/jms/clustered-durable-subscription/build.sh
   trunk/examples/jms/clustered-grouping/build.sh
   trunk/examples/jms/clustered-queue/build.sh
   trunk/examples/jms/clustered-standalone/build.sh
   trunk/examples/jms/clustered-static-discovery/build.sh
   trunk/examples/jms/clustered-static-oneway/build.sh
   trunk/examples/jms/clustered-topic/build.sh
   trunk/examples/jms/consumer-rate-limit/build.sh
   trunk/examples/jms/dead-letter/build.sh
   trunk/examples/jms/delayed-redelivery/build.sh
   trunk/examples/jms/divert/build.sh
   trunk/examples/jms/durable-subscription/build.sh
   trunk/examples/jms/embedded-simple/build.sh
   trunk/examples/jms/embedded/build.sh
   trunk/examples/jms/expiry/build.sh
   trunk/examples/jms/http-transport/build.sh
   trunk/examples/jms/instantiate-connection-factory/build.sh
   trunk/examples/jms/interceptor/build.sh
   trunk/examples/jms/jaas/build.sh
   trunk/examples/jms/jms-bridge/build.sh
   trunk/examples/jms/jmx/build.sh
   trunk/examples/jms/large-message/build.sh
   trunk/examples/jms/last-value-queue/build.sh
   trunk/examples/jms/management-notifications/build.sh
   trunk/examples/jms/management/build.sh
   trunk/examples/jms/message-counters/build.sh
   trunk/examples/jms/message-group/build.sh
   trunk/examples/jms/message-group2/build.sh
   trunk/examples/jms/message-priority/build.sh
   trunk/examples/jms/multiple-failover-failback/build.sh
   trunk/examples/jms/multiple-failover/build.sh
   trunk/examples/jms/no-consumer-buffering/build.sh
   trunk/examples/jms/non-transaction-failover/build.sh
   trunk/examples/jms/paging/build.sh
   trunk/examples/jms/perf/build.sh
   trunk/examples/jms/pre-acknowledge/build.sh
   trunk/examples/jms/producer-rate-limit/build.sh
   trunk/examples/jms/queue-message-redistribution/build.sh
   trunk/examples/jms/queue-requestor/build.sh
   trunk/examples/jms/queue-selector/build.sh
   trunk/examples/jms/queue/build.sh
   trunk/examples/jms/reattach-node/build.sh
   trunk/examples/jms/request-reply/build.sh
   trunk/examples/jms/scheduled-message/build.sh
   trunk/examples/jms/security/build.sh
   trunk/examples/jms/send-acknowledgements/build.sh
   trunk/examples/jms/spring-integration/build.sh
   trunk/examples/jms/ssl-enabled/build.sh
   trunk/examples/jms/static-selector-jms/build.sh
   trunk/examples/jms/static-selector/build.sh
   trunk/examples/jms/stomp-websockets/build.sh
   trunk/examples/jms/stomp/build.sh
   trunk/examples/jms/stop-server-failover/build.sh
   trunk/examples/jms/symmetric-cluster/build.sh
   trunk/examples/jms/temp-queue/build.sh
   trunk/examples/jms/topic-hierarchies/build.sh
   trunk/examples/jms/topic-selector-example1/build.sh
   trunk/examples/jms/topic-selector-example2/build.sh
   trunk/examples/jms/topic/build.sh
   trunk/examples/jms/transaction-failover/build.sh
   trunk/examples/jms/transactional/build.sh
   trunk/examples/jms/xa-heuristic/build.sh
   trunk/examples/jms/xa-receive/build.sh
   trunk/examples/jms/xa-send/build.sh
   trunk/examples/jms/xa-with-jta/build.sh
   trunk/examples/pom.xml
   trunk/examples/soak/tx-restarts/build.sh
   trunk/examples/src/main/assembly/dep.xml
Log:
cleaned up examples build

Modified: trunk/distribution/src/main/assembly/dep.xml
===================================================================
--- trunk/distribution/src/main/assembly/dep.xml	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/distribution/src/main/assembly/dep.xml	2011-04-14 14:07:35 UTC (rev 10508)
@@ -2,14 +2,14 @@
   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
 
   <id>bin</id>
-  <formats><!--
+  <formats>
     <format>tar.gz</format>
-    <format>zip</format>-->
+    <format>zip</format>
      <format>dir</format>
   </formats>
   <includeBaseDirectory>false</includeBaseDirectory>
    <moduleSets>
-    <!--  <moduleSet>
+      <moduleSet>
          <useAllReactorProjects>true</useAllReactorProjects>
          <includes>
             <include>org.hornetq:hornetq-bootstrap</include>
@@ -126,7 +126,7 @@
             <outputDirectory>lib</outputDirectory>
             <unpack>false</unpack>
          </binaries>
-      </moduleSet>-->
+      </moduleSet>
       <!--
       <moduleSet>
          <useAllReactorProjects>true</useAllReactorProjects>
@@ -138,7 +138,7 @@
             <unpack>false</unpack>
          </binaries>
       </moduleSet>-->
-  <!--    <moduleSet>
+      <moduleSet>
          <useAllReactorProjects>true</useAllReactorProjects>
          <includes>
             <include>org.hornetq:hornetq-service-sar</include>
@@ -170,24 +170,36 @@
             <outputDirectory>lib</outputDirectory>
             <unpack>false</unpack>
          </binaries>
-      </moduleSet>-->
+      </moduleSet>
       <moduleSet>
          <useAllReactorProjects>true</useAllReactorProjects>
          <includes>
             <include>org.hornetq:hornetq-examples</include>
-         </includes>
-         <sources>
+         </includes> <sources>
+        <includeModuleDirectory>false</includeModuleDirectory>
+        <fileSets>
+          <fileSet>
             <outputDirectory>examples</outputDirectory>
-         </sources>
-        <!-- <binaries>
-            <includeDependencies>false</includeDependencies>
-            <outputDirectory>examples</outputDirectory>
-            <unpack>true</unpack>
-            <attachmentClassifier>sources</attachmentClassifier>
-         </binaries>-->
+            <includes>
+              <include>bin/**</include>
+              <include>common/**</include>
+              <include>core/**</include>
+              <include>javaee/**</include>
+              <include>jms/**</include>
+              <include>soak/**</include>
+              <include>tools/**</include>
+              <include>build.xml</include>
+            </includes>
+             <excludes>
+                <exclude>common/config/ant.properties</exclude>
+                <exclude>javaee/common/config/ant.properties</exclude>
+             </excludes>
+          </fileSet>
+        </fileSets>
+      </sources>
       </moduleSet>
    </moduleSets>
- <!-- <fileSets>
+  <fileSets>
     <fileSet>
       <directory>src/main/resources/config</directory>
       <outputDirectory>config</outputDirectory>
@@ -204,5 +216,9 @@
       <directory>src/main/resources/licenses</directory>
       <outputDirectory>licenses</outputDirectory>
     </fileSet>
-  </fileSets>-->
+    <fileSet>
+      <directory>src/main/resources/examples</directory>
+      <outputDirectory>examples</outputDirectory>
+    </fileSet>
+  </fileSets>
 </assembly>

Deleted: trunk/distribution/src/main/resources/config/examples-ant.properties
===================================================================
--- trunk/distribution/src/main/resources/config/examples-ant.properties	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/distribution/src/main/resources/config/examples-ant.properties	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,4 +0,0 @@
-hornetq.example.logserveroutput=true
-hornetq.jars.dir=${imported.basedir}/../../lib
-jars.dir=${imported.basedir}/../../lib
-aio.library.path=${imported.basedir}/../../bin
\ No newline at end of file

Deleted: trunk/distribution/src/main/resources/config/javaee-examples-ant.properties
===================================================================
--- trunk/distribution/src/main/resources/config/javaee-examples-ant.properties	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/distribution/src/main/resources/config/javaee-examples-ant.properties	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,4 +0,0 @@
-hornetq.example.logserveroutput=true
-hornetq.jars.dir=${imported.basedir}/../../../lib
-jars.dir=${imported.basedir}/../../../lib
-aio.library.path=${imported.basedir}/../../native/bin

Added: trunk/distribution/src/main/resources/examples/common/config/ant.properties
===================================================================
--- trunk/distribution/src/main/resources/examples/common/config/ant.properties	                        (rev 0)
+++ trunk/distribution/src/main/resources/examples/common/config/ant.properties	2011-04-14 14:07:35 UTC (rev 10508)
@@ -0,0 +1,4 @@
+hornetq.example.logserveroutput=true
+hornetq.jars.dir=${imported.basedir}/../../lib
+jars.dir=${imported.basedir}/../../lib
+aio.library.path=${imported.basedir}/../../bin
\ No newline at end of file

Added: trunk/distribution/src/main/resources/examples/javaee/common/config/ant.properties
===================================================================
--- trunk/distribution/src/main/resources/examples/javaee/common/config/ant.properties	                        (rev 0)
+++ trunk/distribution/src/main/resources/examples/javaee/common/config/ant.properties	2011-04-14 14:07:35 UTC (rev 10508)
@@ -0,0 +1,4 @@
+hornetq.example.logserveroutput=true
+hornetq.jars.dir=${imported.basedir}/../../../lib
+jars.dir=${imported.basedir}/../../../lib
+aio.library.path=${imported.basedir}/../../native/bin

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/common/build.xml	2011-04-14 14:07:35 UTC (rev 10508)
@@ -14,7 +14,7 @@
   ~ implied.  See the License for the specific language governing
   ~ permissions and limitations under the License.
   -->
-<project default="compile" name="example" basedir="">
+<project default="compile" name="example" basedir=".">
 
    <property name="hornetq.run_script" value="false" />
 

Modified: trunk/examples/core/embedded/build.sh
===================================================================
--- trunk/examples/core/embedded/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/core/embedded/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/core/embedded-remote/build.sh
===================================================================
--- trunk/examples/core/embedded-remote/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/core/embedded-remote/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/core/microcontainer/build.sh
===================================================================
--- trunk/examples/core/microcontainer/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/core/microcontainer/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/core/perf/build.sh
===================================================================
--- trunk/examples/core/perf/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/core/perf/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/core/twitter-connector/build.sh
===================================================================
--- trunk/examples/core/twitter-connector/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/core/twitter-connector/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh -x
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/ejb-jms-transaction/build.sh
===================================================================
--- trunk/examples/javaee/ejb-jms-transaction/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/ejb-jms-transaction/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/hajndi/build.sh
===================================================================
--- trunk/examples/javaee/hajndi/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/hajndi/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/jca-config/build.sh
===================================================================
--- trunk/examples/javaee/jca-config/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/jca-config/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/jca-remote/build.sh
===================================================================
--- trunk/examples/javaee/jca-remote/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/jca-remote/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/jms-bridge/build.sh
===================================================================
--- trunk/examples/javaee/jms-bridge/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/jms-bridge/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/mdb-bmt/build.sh
===================================================================
--- trunk/examples/javaee/mdb-bmt/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/mdb-bmt/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/mdb-cmt-setrollbackonly/build.sh
===================================================================
--- trunk/examples/javaee/mdb-cmt-setrollbackonly/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/mdb-cmt-setrollbackonly/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/mdb-cmt-tx-local/build.sh
===================================================================
--- trunk/examples/javaee/mdb-cmt-tx-local/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/mdb-cmt-tx-local/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/mdb-cmt-tx-not-supported/build.sh
===================================================================
--- trunk/examples/javaee/mdb-cmt-tx-not-supported/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/mdb-cmt-tx-not-supported/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/mdb-cmt-tx-required/build.sh
===================================================================
--- trunk/examples/javaee/mdb-cmt-tx-required/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/mdb-cmt-tx-required/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/mdb-message-selector/build.sh
===================================================================
--- trunk/examples/javaee/mdb-message-selector/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/mdb-message-selector/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/mdb-remote-failover/build.sh
===================================================================
--- trunk/examples/javaee/mdb-remote-failover/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/mdb-remote-failover/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/mdb-remote-failover-static/build.sh
===================================================================
--- trunk/examples/javaee/mdb-remote-failover-static/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/mdb-remote-failover-static/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/mdb-tx-send/build.sh
===================================================================
--- trunk/examples/javaee/mdb-tx-send/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/mdb-tx-send/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/servlet-ssl/build.sh
===================================================================
--- trunk/examples/javaee/servlet-ssl/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/servlet-ssl/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/servlet-transport/build.sh
===================================================================
--- trunk/examples/javaee/servlet-transport/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/servlet-transport/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/javaee/xarecovery/build.sh
===================================================================
--- trunk/examples/javaee/xarecovery/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/javaee/xarecovery/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/applet/build.sh
===================================================================
--- trunk/examples/jms/applet/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/applet/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/application-layer-failover/build.sh
===================================================================
--- trunk/examples/jms/application-layer-failover/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/application-layer-failover/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/bridge/build.sh
===================================================================
--- trunk/examples/jms/bridge/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/bridge/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/browser/build.sh
===================================================================
--- trunk/examples/jms/browser/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/browser/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/client-kickoff/build.sh
===================================================================
--- trunk/examples/jms/client-kickoff/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/client-kickoff/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/client-side-load-balancing/build.sh
===================================================================
--- trunk/examples/jms/client-side-load-balancing/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/client-side-load-balancing/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/clustered-durable-subscription/build.sh
===================================================================
--- trunk/examples/jms/clustered-durable-subscription/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/clustered-durable-subscription/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/clustered-grouping/build.sh
===================================================================
--- trunk/examples/jms/clustered-grouping/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/clustered-grouping/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/clustered-queue/build.sh
===================================================================
--- trunk/examples/jms/clustered-queue/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/clustered-queue/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/clustered-standalone/build.sh
===================================================================
--- trunk/examples/jms/clustered-standalone/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/clustered-standalone/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/clustered-static-discovery/build.sh
===================================================================
--- trunk/examples/jms/clustered-static-discovery/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/clustered-static-discovery/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/clustered-static-oneway/build.sh
===================================================================
--- trunk/examples/jms/clustered-static-oneway/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/clustered-static-oneway/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/clustered-topic/build.sh
===================================================================
--- trunk/examples/jms/clustered-topic/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/clustered-topic/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/consumer-rate-limit/build.sh
===================================================================
--- trunk/examples/jms/consumer-rate-limit/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/consumer-rate-limit/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/dead-letter/build.sh
===================================================================
--- trunk/examples/jms/dead-letter/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/dead-letter/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/delayed-redelivery/build.sh
===================================================================
--- trunk/examples/jms/delayed-redelivery/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/delayed-redelivery/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/divert/build.sh
===================================================================
--- trunk/examples/jms/divert/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/divert/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/durable-subscription/build.sh
===================================================================
--- trunk/examples/jms/durable-subscription/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/durable-subscription/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/embedded/build.sh
===================================================================
--- trunk/examples/jms/embedded/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/embedded/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/embedded-simple/build.sh
===================================================================
--- trunk/examples/jms/embedded-simple/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/embedded-simple/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/expiry/build.sh
===================================================================
--- trunk/examples/jms/expiry/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/expiry/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/http-transport/build.sh
===================================================================
--- trunk/examples/jms/http-transport/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/http-transport/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/instantiate-connection-factory/build.sh
===================================================================
--- trunk/examples/jms/instantiate-connection-factory/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/instantiate-connection-factory/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/interceptor/build.sh
===================================================================
--- trunk/examples/jms/interceptor/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/interceptor/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/jaas/build.sh
===================================================================
--- trunk/examples/jms/jaas/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/jaas/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/jms-bridge/build.sh
===================================================================
--- trunk/examples/jms/jms-bridge/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/jms-bridge/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/jmx/build.sh
===================================================================
--- trunk/examples/jms/jmx/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/jmx/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/large-message/build.sh
===================================================================
--- trunk/examples/jms/large-message/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/large-message/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/last-value-queue/build.sh
===================================================================
--- trunk/examples/jms/last-value-queue/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/last-value-queue/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/management/build.sh
===================================================================
--- trunk/examples/jms/management/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/management/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/management-notifications/build.sh
===================================================================
--- trunk/examples/jms/management-notifications/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/management-notifications/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/message-counters/build.sh
===================================================================
--- trunk/examples/jms/message-counters/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/message-counters/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/message-group/build.sh
===================================================================
--- trunk/examples/jms/message-group/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/message-group/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/message-group2/build.sh
===================================================================
--- trunk/examples/jms/message-group2/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/message-group2/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/message-priority/build.sh
===================================================================
--- trunk/examples/jms/message-priority/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/message-priority/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/multiple-failover/build.sh
===================================================================
--- trunk/examples/jms/multiple-failover/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/multiple-failover/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/multiple-failover-failback/build.sh
===================================================================
--- trunk/examples/jms/multiple-failover-failback/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/multiple-failover-failback/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/no-consumer-buffering/build.sh
===================================================================
--- trunk/examples/jms/no-consumer-buffering/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/no-consumer-buffering/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/non-transaction-failover/build.sh
===================================================================
--- trunk/examples/jms/non-transaction-failover/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/non-transaction-failover/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/paging/build.sh
===================================================================
--- trunk/examples/jms/paging/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/paging/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/perf/build.sh
===================================================================
--- trunk/examples/jms/perf/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/perf/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/pre-acknowledge/build.sh
===================================================================
--- trunk/examples/jms/pre-acknowledge/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/pre-acknowledge/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/producer-rate-limit/build.sh
===================================================================
--- trunk/examples/jms/producer-rate-limit/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/producer-rate-limit/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/queue/build.sh
===================================================================
--- trunk/examples/jms/queue/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/queue/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/queue-message-redistribution/build.sh
===================================================================
--- trunk/examples/jms/queue-message-redistribution/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/queue-message-redistribution/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/queue-requestor/build.sh
===================================================================
--- trunk/examples/jms/queue-requestor/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/queue-requestor/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/queue-selector/build.sh
===================================================================
--- trunk/examples/jms/queue-selector/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/queue-selector/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/reattach-node/build.sh
===================================================================
--- trunk/examples/jms/reattach-node/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/reattach-node/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/request-reply/build.sh
===================================================================
--- trunk/examples/jms/request-reply/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/request-reply/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/scheduled-message/build.sh
===================================================================
--- trunk/examples/jms/scheduled-message/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/scheduled-message/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/security/build.sh
===================================================================
--- trunk/examples/jms/security/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/security/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/send-acknowledgements/build.sh
===================================================================
--- trunk/examples/jms/send-acknowledgements/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/send-acknowledgements/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/spring-integration/build.sh
===================================================================
--- trunk/examples/jms/spring-integration/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/spring-integration/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/ssl-enabled/build.sh
===================================================================
--- trunk/examples/jms/ssl-enabled/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/ssl-enabled/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/static-selector/build.sh
===================================================================
--- trunk/examples/jms/static-selector/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/static-selector/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/static-selector-jms/build.sh
===================================================================
--- trunk/examples/jms/static-selector-jms/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/static-selector-jms/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/stomp/build.sh
===================================================================
--- trunk/examples/jms/stomp/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/stomp/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/stomp-websockets/build.sh
===================================================================
--- trunk/examples/jms/stomp-websockets/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/stomp-websockets/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/stop-server-failover/build.sh
===================================================================
--- trunk/examples/jms/stop-server-failover/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/stop-server-failover/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/symmetric-cluster/build.sh
===================================================================
--- trunk/examples/jms/symmetric-cluster/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/symmetric-cluster/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/temp-queue/build.sh
===================================================================
--- trunk/examples/jms/temp-queue/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/temp-queue/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/topic/build.sh
===================================================================
--- trunk/examples/jms/topic/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/topic/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/topic-hierarchies/build.sh
===================================================================
--- trunk/examples/jms/topic-hierarchies/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/topic-hierarchies/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/topic-selector-example1/build.sh
===================================================================
--- trunk/examples/jms/topic-selector-example1/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/topic-selector-example1/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/topic-selector-example2/build.sh
===================================================================
--- trunk/examples/jms/topic-selector-example2/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/topic-selector-example2/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/transaction-failover/build.sh
===================================================================
--- trunk/examples/jms/transaction-failover/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/transaction-failover/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/transactional/build.sh
===================================================================
--- trunk/examples/jms/transactional/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/transactional/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/xa-heuristic/build.sh
===================================================================
--- trunk/examples/jms/xa-heuristic/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/xa-heuristic/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/xa-receive/build.sh
===================================================================
--- trunk/examples/jms/xa-receive/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/xa-receive/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/xa-send/build.sh
===================================================================
--- trunk/examples/jms/xa-send/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/xa-send/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/jms/xa-with-jta/build.sh
===================================================================
--- trunk/examples/jms/xa-with-jta/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/jms/xa-with-jta/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/pom.xml
===================================================================
--- trunk/examples/pom.xml	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/pom.xml	2011-04-14 14:07:35 UTC (rev 10508)
@@ -10,7 +10,7 @@
 
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-examples</artifactId>
-   <packaging>jar</packaging>
+   <packaging>pom</packaging>
    <name>HornetQ Examples</name>
 
    <build>

Modified: trunk/examples/soak/tx-restarts/build.sh
===================================================================
--- trunk/examples/soak/tx-restarts/build.sh	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/soak/tx-restarts/build.sh	2011-04-14 14:07:35 UTC (rev 10508)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-OVERRIDE_ANT_HOME=../../../tools/ant
+OVERRIDE_ANT_HOME=../../tools/ant
 export OVERRIDE_ANT_HOME
 
 if [ -f "../../../src/bin/build.sh" ]; then
@@ -8,7 +8,7 @@
    ../../../src/bin/build.sh "$@"
 else
    # running from the distro
-   ../../../bin/build.sh "$@"
+   ../../bin/build.sh "$@"
 fi
 
 

Modified: trunk/examples/src/main/assembly/dep.xml
===================================================================
--- trunk/examples/src/main/assembly/dep.xml	2011-04-14 11:16:55 UTC (rev 10507)
+++ trunk/examples/src/main/assembly/dep.xml	2011-04-14 14:07:35 UTC (rev 10508)
@@ -13,21 +13,43 @@
 
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
-   <id>src</id>
+   <id>bin</id>
    <formats>
       <format>zip</format>
    </formats>
+   <includeBaseDirectory>false</includeBaseDirectory>
    <fileSets>
       <fileSet>
-         <!-- TODO: use expresssions instead: ${project.build.sourceDirectory}, etc -->
+         <directory>${project.basedir}/bin</directory>
+         <useDefaultExcludes>true</useDefaultExcludes>
+      </fileSet>
+      <fileSet>
+         <directory>${project.basedir}/common</directory>
+         <useDefaultExcludes>true</useDefaultExcludes>
+      </fileSet>
+      <fileSet>
+         <directory>${project.basedir}/core</directory>
+         <useDefaultExcludes>true</useDefaultExcludes>
+      </fileSet>
+      <fileSet>
+         <directory>${project.basedir}/javaee</directory>
+         <useDefaultExcludes>true</useDefaultExcludes>
+      </fileSet>
+      <fileSet>
+         <directory>${project.basedir}/jms</directory>
+         <useDefaultExcludes>true</useDefaultExcludes>
+      </fileSet>
+      <fileSet>
+         <directory>${project.basedir}/soak</directory>
+         <useDefaultExcludes>true</useDefaultExcludes>
+      </fileSet>
+      <fileSet>
+         <directory>${project.basedir}/tools</directory>
+         <useDefaultExcludes>true</useDefaultExcludes>
+      </fileSet>
+      <fileSet>
          <directory>${project.basedir}</directory>
          <includes>
-            <include>bin/*</include>
-            <include>common/*</include>
-            <include>core/*</include>
-            <include>javaee/*</include>
-            <include>jms/*</include>
-            <include>soak/*</include>
             <include>build.xml</include>
          </includes>
          <useDefaultExcludes>true</useDefaultExcludes>



More information about the hornetq-commits mailing list