vmassol 2003/11/23 12:27:31 Modified: . build.properties.sample Log: Added more explanations on where to get the J2EE jar Revision Changes Path 1.92 +8 -1 jakarta-cactus/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- build.properties.sample 23 Nov 2003 18:12:16 -0000 1.91 +++ build.properties.sample 23 Nov 2003 20:27:31 -0000 1.92 @@ -28,6 +28,13 @@ # it, the corresponding Cactus Framework will be built. For example if you use # J2EE 1.3 jar, then the Cactus jar will contain the Filter Redirector which is # only available for Servlet 2.3 (part of J2EE 1.3). +# +# Note: The J2EE jar can be retrieved from the Sun web site defined below. +# Unfortunately, you'll also need to download the whole J2EE SDK just to get +# this file. In the future we'll work towards using the JSR jars provided by +# the Geronimo project. +# - For J2EE 1.3: http://java.sun.com/j2ee/sdk_1.3/ +# - For J2EE 1.2: http://java.sun.com/j2ee/sdk_1.2.1/ j2ee.jar = ${lib.repo}/j2ee/jars/j2ee-1.3.jar # The location of the Commons Logging jar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
