[jboss-cvs] jboss-jca ...
Kabir Khan
kkhan at jboss.com
Mon Feb 26 14:25:18 EST 2007
User: kkhan
Date: 07/02/26 14:25:18
Modified: jboss-jca build.xml
Log:
Get build working
Revision Changes Path
1.2 +3 -2 jboss-jca/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-jca/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- build.xml 6 Oct 2005 19:30:02 -0000 1.1
+++ build.xml 26 Feb 2007 19:25:18 -0000 1.2
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.1 2005/10/06 19:30:02 adrian Exp $ -->
+<!-- $Id: build.xml,v 1.2 2007/02/26 19:25:18 kkhan Exp $ -->
<project default="main" name="JBoss/JCA">
@@ -71,6 +71,8 @@
<path refid="apache.log4j.classpath"/>
<path refid="oswego.concurrent.classpath"/>
<path refid="trove.trove.classpath"/>
+ <path refid="jboss.common.core.classpath"/>
+ <path refid="jboss.common.logging.spi.classpath"/>
</path>
<!-- ======= -->
@@ -83,7 +85,6 @@
<path id="dependentmodule.classpath">
<path refid="jboss.aop.classpath"/>
<path refid="jboss.aspects.classpath"/>
- <path refid="jboss.common.classpath"/>
<path refid="jboss.j2ee.classpath"/>
<path refid="jboss.test.classpath"/>
<path refid="jboss.transaction.classpath"/>
More information about the jboss-cvs-commits
mailing list