[jboss-cvs] JBoss Messaging SVN: r1834 - in trunk/docs/examples: ejb3mdb http mdb queue secure-socket stateless topic

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 20 05:58:11 EST 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-12-20 05:58:07 -0500 (Wed, 20 Dec 2006)
New Revision: 1834

Modified:
   trunk/docs/examples/ejb3mdb/build.xml
   trunk/docs/examples/http/build.xml
   trunk/docs/examples/mdb/build.xml
   trunk/docs/examples/queue/build.xml
   trunk/docs/examples/secure-socket/build.xml
   trunk/docs/examples/stateless/build.xml
   trunk/docs/examples/topic/build.xml
Log:
adjusted examples build scripts to cope with the fact that we're using JBoss Messaging specific classes in common

Modified: trunk/docs/examples/ejb3mdb/build.xml
===================================================================
--- trunk/docs/examples/ejb3mdb/build.xml	2006-12-20 10:17:08 UTC (rev 1833)
+++ trunk/docs/examples/ejb3mdb/build.xml	2006-12-20 10:58:07 UTC (rev 1834)
@@ -29,6 +29,7 @@
       <fileset file="${jboss.home}/client/jboss-j2ee.jar"/>
       <fileset file="${jboss.home}/client/jboss-j2se.jar"/>
       <fileset file="${jboss.home}/server/${jboss.configuration}/deploy/ejb3.deployer/jboss-ejb3x.jar"/>
+      <fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}"/>
    </path>
 
    <path id="example.compilation.classpath">

Modified: trunk/docs/examples/http/build.xml
===================================================================
--- trunk/docs/examples/http/build.xml	2006-12-20 10:17:08 UTC (rev 1833)
+++ trunk/docs/examples/http/build.xml	2006-12-20 10:58:07 UTC (rev 1834)
@@ -27,6 +27,7 @@
    <path id="common.compilation.classpath">
       <fileset file="${jboss.home}/client/jboss-j2ee.jar"/>
       <fileset file="${jboss.home}/client/jboss-j2se.jar"/>
+      <fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}"/>
    </path>
 
    <path id="example.compilation.classpath">

Modified: trunk/docs/examples/mdb/build.xml
===================================================================
--- trunk/docs/examples/mdb/build.xml	2006-12-20 10:17:08 UTC (rev 1833)
+++ trunk/docs/examples/mdb/build.xml	2006-12-20 10:58:07 UTC (rev 1834)
@@ -28,6 +28,7 @@
    <path id="common.compilation.classpath">
       <fileset file="${jboss.home}/client/jboss-j2ee.jar"/>
       <fileset file="${jboss.home}/client/jboss-j2se.jar"/>
+      <fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}"/>
    </path>
 
    <path id="example.compilation.classpath">

Modified: trunk/docs/examples/queue/build.xml
===================================================================
--- trunk/docs/examples/queue/build.xml	2006-12-20 10:17:08 UTC (rev 1833)
+++ trunk/docs/examples/queue/build.xml	2006-12-20 10:58:07 UTC (rev 1834)
@@ -27,6 +27,7 @@
    <path id="common.compilation.classpath">
       <fileset file="${jboss.home}/client/jboss-j2ee.jar"/>
       <fileset file="${jboss.home}/client/jboss-j2se.jar"/>
+      <fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}"/>
    </path>
 
    <path id="example.compilation.classpath">

Modified: trunk/docs/examples/secure-socket/build.xml
===================================================================
--- trunk/docs/examples/secure-socket/build.xml	2006-12-20 10:17:08 UTC (rev 1833)
+++ trunk/docs/examples/secure-socket/build.xml	2006-12-20 10:58:07 UTC (rev 1834)
@@ -28,6 +28,7 @@
    <path id="common.compilation.classpath">
       <fileset file="${jboss.home}/client/jboss-j2ee.jar"/>
       <fileset file="${jboss.home}/client/jboss-j2se.jar"/>
+      <fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}"/>
    </path>
 
    <path id="example.compilation.classpath">

Modified: trunk/docs/examples/stateless/build.xml
===================================================================
--- trunk/docs/examples/stateless/build.xml	2006-12-20 10:17:08 UTC (rev 1833)
+++ trunk/docs/examples/stateless/build.xml	2006-12-20 10:58:07 UTC (rev 1834)
@@ -28,6 +28,7 @@
    <path id="common.compilation.classpath">
       <fileset file="${jboss.home}/client/jboss-j2ee.jar"/>
       <fileset file="${jboss.home}/client/jboss-j2se.jar"/>
+      <fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}"/>
    </path>
 
    <path id="example.compilation.classpath">

Modified: trunk/docs/examples/topic/build.xml
===================================================================
--- trunk/docs/examples/topic/build.xml	2006-12-20 10:17:08 UTC (rev 1833)
+++ trunk/docs/examples/topic/build.xml	2006-12-20 10:58:07 UTC (rev 1834)
@@ -27,6 +27,7 @@
    <path id="common.compilation.classpath">
       <fileset file="${jboss.home}/client/jboss-j2ee.jar"/>
       <fileset file="${jboss.home}/client/jboss-j2se.jar"/>
+      <fileset file="${messaging.client.jar.path}/${messaging.client.jar.name}"/>
    </path>
 
    <path id="example.compilation.classpath">




More information about the jboss-cvs-commits mailing list