[jboss-cvs] JBossCache ...
Ben Wang
bwang at jboss.com
Mon Aug 21 01:08:32 EDT 2006
User: bwang
Date: 06/08/21 01:08:32
Modified: JBossCache build.xml
Log:
updated jboss-aop.xml from src-50
Revision Changes Path
1.131 +2 -2 JBossCache/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/build.xml,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -b -r1.130 -r1.131
--- build.xml 2 Aug 2006 16:43:37 -0000 1.130
+++ build.xml 21 Aug 2006 05:08:32 -0000 1.131
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.130 2006/08/02 16:43:37 bwang Exp $ -->
+<!-- $Id: build.xml,v 1.131 2006/08/21 05:08:32 bwang Exp $ -->
<project default="compile" name="JBossCache">
@@ -22,7 +22,7 @@
<property name="interop.tests.dir" value="${tests.dir}/interop"/>
<property name="etc.dir" value="${root.dir}/etc"/>
<property name="dependencies" value="dependencies.xml"/>
- <property name="resources.dir" value="${root.dir}/src/resources"/>
+ <property name="resources.dir" value="${root.dir}/src-50/resources"/>
<property name="tmp.dir" value="${root.dir}/tmp"/>
<property name="output.dir" value="${root.dir}/output"/>
<property name="output.etc.dir" value="${output.dir}/etc"/>
More information about the jboss-cvs-commits
mailing list