bloritsch 2002/06/18 06:11:03
Modified: datasource build.xml
Log:
fix compilation problem
Revision Changes Path
1.22 +2 -2 jakarta-avalon-excalibur/datasource/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 13 Jun 2002 17:24:50 -0000 1.21
+++ build.xml 18 Jun 2002 13:11:02 -0000 1.22
@@ -88,12 +88,12 @@
<target name="prepare-jdbc" depends="filter-jdbc,nofilter-jdbc"/>
- <target name="filter-jdbc" unless="jdbc3.present">
+ <target name="filter-jdbc" if="jdbc3.present">
<filter token="JDBC3_START" value="*/"/>
<filter token="JDBC3_END" value="/*"/>
</target>
- <target name="nofilter-jdbc" if="jdbc3.present">
+ <target name="nofilter-jdbc" unless="jdbc3.present">
<filter token="JDBC3_START" value=""/>
<filter token="JDBC3_END" value=""/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>