vmassol 2003/10/21 13:03:22
Modified: samples/ejb/src/scripts/share build.xml
Log:
wrong property to check: servlet.jar --> j2ee.jar
Revision Changes Path
1.3 +1 -1 jakarta-cactus/samples/ejb/src/scripts/share/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/samples/ejb/src/scripts/share/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 13 Sep 2003 12:24:11 -0000 1.2
+++ build.xml 21 Oct 2003 20:03:22 -0000 1.3
@@ -121,7 +121,7 @@
<condition property="properties.ok">
<and>
- <available file="${servlet.jar}"/>
+ <available file="${j2ee.jar}"/>
</and>
</condition>
<fail unless="properties.ok">Missing property or property pointing to an
invalid file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]