[jboss-cvs] JBoss Messaging SVN: r5559 - in branches/Branch_1_4/docs/examples: distributed-queue and 11 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 22 03:58:17 EST 2008


Author: gaohoward
Date: 2008-12-22 03:58:16 -0500 (Mon, 22 Dec 2008)
New Revision: 5559

Modified:
   branches/Branch_1_4/docs/examples/bridge/build.xml
   branches/Branch_1_4/docs/examples/distributed-queue/build.xml
   branches/Branch_1_4/docs/examples/distributed-topic/build.xml
   branches/Branch_1_4/docs/examples/ejb3mdb/build.xml
   branches/Branch_1_4/docs/examples/http/build.xml
   branches/Branch_1_4/docs/examples/mdb-failure/build.xml
   branches/Branch_1_4/docs/examples/mdb/build.xml
   branches/Branch_1_4/docs/examples/queue-failover/build.xml
   branches/Branch_1_4/docs/examples/queue/build.xml
   branches/Branch_1_4/docs/examples/secure-socket/build.xml
   branches/Branch_1_4/docs/examples/stateless-clustered/build.xml
   branches/Branch_1_4/docs/examples/stateless/build.xml
   branches/Branch_1_4/docs/examples/topic/build.xml
Log:
JBM 1.4.2.GA example build files.



Modified: branches/Branch_1_4/docs/examples/bridge/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/bridge/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/bridge/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -33,10 +33,16 @@
 	</path>
 
 	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset dir="${jboss.home}/client" includes="*.jar" />
+		<pathelement path="./etc"/>
+		<pathelement path="../common/output/classes"/>
+		<pathelement path="./output/classes"/>
+		<fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}"/>
+		<fileset file="${jboss.home}/server/${jboss.configuration}/lib/jboss-remoting.jar"/>
+		<fileset file="${jboss.home}/client/jbossall-client.jar"/>
+		<fileset file="${jboss.home}/server/${jboss.configuration}/lib/log4j.jar"/>
+		<fileset file="${jboss.home}/server/${jboss.configuration}/lib/javassist.jar"/>
+		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar"/>
+		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar"/>
 	</path>
 
 	<target name="identify">

Modified: branches/Branch_1_4/docs/examples/distributed-queue/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/distributed-queue/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/distributed-queue/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -22,8 +22,6 @@
 	<property name="jboss.configuration" value="messaging-node0" />
 	<property name="example.queue.name" value="testDistributedQueue" />
 
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
-
 	<property name="ej3-extension" value="ejb3"/>
 	
 	<path id="common.compilation.classpath">
@@ -49,41 +47,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-	
-	<property name="ej3-extension" value="jar"/>
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#                Running the DISTRIBUTED QUEUE example                    #" />

Modified: branches/Branch_1_4/docs/examples/distributed-topic/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/distributed-topic/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/distributed-topic/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -22,8 +22,6 @@
 	<property name="jboss.configuration0" value="messaging-node0" />
 	<property name="example.topic.name" value="testDistributedTopic" />
 
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
-
 	<property name="ej3-extension" value="ejb3"/>
 	
 	<path id="common.compilation.classpath">
@@ -49,41 +47,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-	
-	<property name="ej3-extension" value="jar"/>
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#                Running the DISTRIBUTED TOPIC example                    #" />

Modified: branches/Branch_1_4/docs/examples/ejb3mdb/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/ejb3mdb/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/ejb3mdb/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -20,14 +20,12 @@
 	<property name="jboss.configuration" value="messaging" />
 	<property name="example.queue.name" value="testQueue" />
 	
-
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
-
 	<property name="ej3-extension" value="ejb3"/>
 	
 	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-j2ee.jar" />
-		<fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}" />
+		<fileset file="${jboss.home}/client/jboss-j2ee.jar"/>
+		<fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}"/>
+		<fileset file="${jboss.home}/client/jboss-ejb3x.jar"/>
 	</path>
 
 	<path id="example.compilation.classpath">
@@ -48,42 +46,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-	
-	<property name="ej3-extension" value="jar"/>
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#                     Running the EJB3 MDB example                        #" />

Modified: branches/Branch_1_4/docs/examples/http/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/http/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/http/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -20,8 +20,6 @@
 	<property name="jboss.home" value="${ENV.JBOSS_HOME}" />
 	<property name="jboss.configuration" value="messaging" />
 	<property name="example.queue.name" value="testQueue" />
-
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
 	
 	<path id="common.compilation.classpath">
 		<fileset file="${jboss.home}/client/jboss-j2ee.jar" />
@@ -46,44 +44,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<!-- this is for the HTTP JNDI -->
-		<fileset file="${jboss.home}/client/jboss-client.jar" />
-		<fileset file="${jboss.home}/client/jbosssx-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-security-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
-
 	<target name="identify">
 		<echo message="############################################################################" />
 		<echo message="#                         Running the HTTP example                         #" />

Modified: branches/Branch_1_4/docs/examples/mdb/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/mdb/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/mdb/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -20,8 +20,6 @@
 	<property name="jboss.configuration" value="messaging" />
 	<property name="example.queue.name" value="testQueue" />
 
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
-
 	<property name="ej3-extension" value="ejb3"/>
 	
 	<path id="common.compilation.classpath">
@@ -47,41 +45,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-	
-	<property name="ej3-extension" value="jar"/>
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#                        Running the MDB example                          #" />

Modified: branches/Branch_1_4/docs/examples/mdb-failure/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/mdb-failure/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/mdb-failure/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -23,8 +23,6 @@
 	<property name="jboss.configuration" value="messaging" />
 	<property name="example.queue.name" value="testQueue" />
 
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
-
 	<property name="ej3-extension" value="ejb3"/>
 	
 	<path id="common.compilation.classpath">
@@ -50,41 +48,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-	
-	<property name="ej3-extension" value="jar"/>
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#                    Running the MDB Failure example                      #" />

Modified: branches/Branch_1_4/docs/examples/queue/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/queue/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/queue/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -19,8 +19,6 @@
 	<property name="jboss.home" value="${ENV.JBOSS_HOME}" />
 	<property name="jboss.configuration" value="messaging" />
 	<property name="example.queue.name" value="testQueue" />
-
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
 	
 	<path id="common.compilation.classpath">
 		<fileset file="${jboss.home}/client/jboss-j2ee.jar" />
@@ -44,40 +42,7 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar" />
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
-	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
 
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#                       Running the QUEUE example                         #" />

Modified: branches/Branch_1_4/docs/examples/queue-failover/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/queue-failover/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/queue-failover/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -19,8 +19,6 @@
 	<property name="jboss.home" value="${ENV.JBOSS_HOME}" />
 	<property name="jboss.configuration" value="messaging-node0" />
 	<property name="example.queue.name" value="testDistributedQueue" />
-
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
 	
 	<path id="common.compilation.classpath">
 		<fileset file="${jboss.home}/client/jboss-j2ee.jar" />
@@ -45,43 +43,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-integration.jar" />
-		<fileset file="${jboss.home}/client/jboss-security-spi.jar" />
-		<fileset file="${jboss.home}/client/jbosssx-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#                Running the QUEUE FAILOVER example                       #" />

Modified: branches/Branch_1_4/docs/examples/secure-socket/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/secure-socket/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/secure-socket/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -21,7 +21,6 @@
 	<property name="jboss.configuration" value="messaging" />
 	<property name="example.queue.name" value="testQueue" />
 
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
 	<property name="messaging-deploy" value="jboss-messaging.sar"/>
 	
 	<path id="common.compilation.classpath">
@@ -47,45 +46,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-	
-	<property name="messaging-deploy" value="messaging"/>
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-integration.jar" />
-		<fileset file="${jboss.home}/client/jboss-security-spi.jar" />
-		<fileset file="${jboss.home}/client/jbosssx-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="############################################################################" />
 		<echo message="#                   Running the SECURE SOCKET example                      #" />

Modified: branches/Branch_1_4/docs/examples/stateless/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/stateless/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/stateless/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -19,8 +19,6 @@
 	<property name="jboss.home" value="${ENV.JBOSS_HOME}" />
 	<property name="jboss.configuration" value="messaging" />
 	<property name="example.queue.name" value="testQueue" />
-
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
 	
 	<path id="common.compilation.classpath">
 		<fileset file="${jboss.home}/client/jboss-j2ee.jar" />
@@ -45,43 +43,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-integration.jar" />
-		<fileset file="${jboss.home}/client/jboss-security-spi.jar" />
-		<fileset file="${jboss.home}/client/jbosssx-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#              Running the STATELESS SESSION BEAN example                 #" />

Modified: branches/Branch_1_4/docs/examples/stateless-clustered/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/stateless-clustered/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/stateless-clustered/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -19,8 +19,6 @@
 	<property name="jboss.home" value="${ENV.JBOSS_HOME}" />
 	<property name="jboss.configuration" value="messaging-node0" />
 	<property name="example.queue.name" value="testFarmQueue" />
-
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
 	
 	<path id="common.compilation.classpath">
 		<fileset file="${jboss.home}/client/jboss-j2ee.jar" />
@@ -45,43 +43,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-integration.jar" />
-		<fileset file="${jboss.home}/client/jboss-security-spi.jar" />
-		<fileset file="${jboss.home}/client/jbosssx-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#         Running the STATELESS CLUSTERED SESSION BEAN example            #" />

Modified: branches/Branch_1_4/docs/examples/topic/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/topic/build.xml	2008-12-22 08:09:41 UTC (rev 5558)
+++ branches/Branch_1_4/docs/examples/topic/build.xml	2008-12-22 08:58:16 UTC (rev 5559)
@@ -19,8 +19,6 @@
 	<property name="jboss.home" value="${ENV.JBOSS_HOME}" />
 	<property name="jboss.configuration" value="messaging" />
 	<property name="example.topic.name" value="testTopic" />
-
-	<!-- Use this following set of variables for JBoss4 and EAP 4.3
 	
 	<path id="common.compilation.classpath">
 		<fileset file="${jboss.home}/client/jboss-j2ee.jar" />
@@ -45,43 +43,6 @@
 		<fileset file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar" />
 	</path>
 	
-	 
-	End Set for JBoss4 and EAP 4.3 -->
-
-	<path id="common.compilation.classpath">
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-	</path>
-
-	<path id="example.compilation.classpath">
-		<path refid="common.compilation.classpath" />
-		<pathelement path="../common/output/classes" />
-	</path>
-
-	<path id="execution.classpath">
-		<pathelement path="./etc" />
-		<pathelement path="../common/output/classes" />
-		<pathelement path="./output/classes" />
-		<fileset file="${jboss.home}/client/jnp-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-integration.jar" />
-		<fileset file="${jboss.home}/client/jboss-security-spi.jar" />
-		<fileset file="${jboss.home}/client/jbosssx-client.jar" />
-		<fileset file="${jboss.home}/client/jboss-javaee.jar" />
-		<fileset file="${jboss.home}/client/jboss-messaging.jar" />
-		<fileset file="${jboss.home}/client/jboss-remoting.jar" />
-		<fileset file="${jboss.home}/client/jboss-serialization.jar" />
-		<fileset file="${jboss.home}/client/javassist.jar" />
-		<fileset file="${jboss.home}/client/jboss-aop-client.jar" />
-		<fileset file="${jboss.home}/client/trove.jar" />
-		<fileset file="${jboss.home}/client/log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-spi.jar" />
-		<fileset file="${jboss.home}/client/jboss-logging-log4j.jar" />
-		<fileset file="${jboss.home}/client/jboss-common-core.jar" />
-		<fileset file="${jboss.home}/client/jboss-mdr.jar" />
-		<fileset file="${jboss.home}/client/concurrent.jar" />
-	</path>
-
 	<target name="identify">
 		<echo message="###########################################################################" />
 		<echo message="#                       Running the TOPIC example                         #" />




More information about the jboss-cvs-commits mailing list