|
From: Bela B. <be...@us...> - 2003-04-15 13:59:58
|
User: belaban
Date: 03/04/15 06:59:56
Modified: . build.xml
Log:
added javagroups lib to classpath
Revision Changes Path
1.236 +2 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- build.xml 12 Apr 2003 01:18:29 -0000 1.235
+++ build.xml 15 Apr 2003 13:59:54 -0000 1.236
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.235 2003/04/12 01:18:29 belaban Exp $ -->
+<!-- $Id: build.xml,v 1.236 2003/04/15 13:59:54 belaban Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -90,6 +90,7 @@
<path refid="apache.bcel.classpath"/>
<path refid="hsqldb.hsqldb.classpath"/>
<path refid="apache.ant.classpath"/>
+ <path refid="javagroups.javagroups.classpath"/>
</path>
<!-- Configure modules -->
|