[jboss-cvs] JBoss Messaging SVN: r7009 - branches/Branch_1_4/docs/examples/web-service.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 26 02:47:08 EDT 2009
Author: gaohoward
Date: 2009-05-26 02:47:08 -0400 (Tue, 26 May 2009)
New Revision: 7009
Modified:
branches/Branch_1_4/docs/examples/web-service/build.xml
Log:
make jboss-remoting.jar the first in runtime classpath
Modified: branches/Branch_1_4/docs/examples/web-service/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/web-service/build.xml 2009-05-26 06:33:25 UTC (rev 7008)
+++ branches/Branch_1_4/docs/examples/web-service/build.xml 2009-05-26 06:47:08 UTC (rev 7009)
@@ -53,13 +53,13 @@
</path>
<path id="client.classpath">
+ <fileset file="${jboss.home}/server/${jboss.configuration}/lib/jboss-remoting.jar"/>
<path refid="common.compilation.classpath"/>
<pathelement path="./etc"/>
<pathelement path="../common/output/classes"/>
<pathelement path="./output/client-classes"/>
<!-- all this stuff for WebServices -->
- <fileset file="${jboss.home}/server/${jboss.configuration}/lib/jboss-remoting.jar"/>
<pathelement location="${jboss.client}/activation.jar"/>
<pathelement location="${jboss.client}/commons-logging.jar"/>
<pathelement location="${jboss.client}/javassist.jar"/>
More information about the jboss-cvs-commits
mailing list