[jboss-cvs] JBossCache ...
Ben Wang
bwang at jboss.com
Wed Aug 2 12:43:37 EDT 2006
User: bwang
Date: 06/08/02 12:43:37
Modified: JBossCache build.xml
Log:
bug fixed
Revision Changes Path
1.130 +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.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- build.xml 2 Aug 2006 15:46:41 -0000 1.129
+++ build.xml 2 Aug 2006 16:43:37 -0000 1.130
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.129 2006/08/02 15:46:41 bwang Exp $ -->
+<!-- $Id: build.xml,v 1.130 2006/08/02 16:43:37 bwang Exp $ -->
<project default="compile" name="JBossCache">
@@ -146,7 +146,7 @@
<!-- ================================================================== -->
<!-- Compile -->
<!-- ================================================================== -->
- <target name="compile" depends="compile-classes50" description="Compiles all Java files">
+ <target name="compile" depends="compile-classes14, compile-classes50" description="Compiles all Java files">
</target>
<target name="compile-classes14" description="Compiles all Java files">
More information about the jboss-cvs-commits
mailing list