You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by wg...@apache.org on 2005/09/19 07:55:42 UTC

svn commit: r290066 - /jakarta/velocity/core/trunk/build/build.xml

Author: wglass
Date: Sun Sep 18 22:55:40 2005
New Revision: 290066

URL: http://svn.apache.org/viewcvs?rev=290066&view=rev
Log:
corrected comment for j2ee jar build as noted in VELOCITY-77

Modified:
    jakarta/velocity/core/trunk/build/build.xml

Modified: jakarta/velocity/core/trunk/build/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/build/build.xml?rev=290066&r1=290065&r2=290066&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/build/build.xml (original)
+++ jakarta/velocity/core/trunk/build/build.xml Sun Sep 18 22:55:40 2005
@@ -157,7 +157,8 @@
         </fileset>
       </copy>
 
-    <!--  chose a class that's from j2ee.jar -->
+    <!--  note: check to see if required class is available.  -->
+    <!-- might be j2ee.jar, jdbc2_0-stdext.jar, or simply JDK 1.4+ -->
     <available  classname="javax.sql.DataSource"
        property="J2EE.present">
        <classpath refid = "classpath"/> 



---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org