Update of /cvsroot/xdoclet/xdoclet/samples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8173

Modified Files:
        build.xml 
Log Message:
Add a couple of context params to the web DD, by way of a test and example.
XDT-1223




Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/samples/build.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** build.xml   12 Nov 2004 20:04:13 -0000      1.49
--- build.xml   17 Jan 2005 00:36:11 -0000      1.50
***************
*** 72,76 ****
      </target>
  
!       <!-- 
=================================================================== -->
      <!-- Beautify the code                                                   
-->
      <!-- =================================================================== 
-->
--- 72,76 ----
      </target>
  
!     <!-- =================================================================== 
-->
      <!-- Beautify the code                                                   
-->
      <!-- =================================================================== 
-->
***************
*** 247,256 ****
                  destdir="${samples.web-inf.dir}"
                  >
! 
!             <taglib
!                 uri="http://java.sun.com/jstl/ea/core";
!                 location="/WEB-INF/c.tld"
!                 />
! 
              </deploymentdescriptor>
  
--- 247,263 ----
                  destdir="${samples.web-inf.dir}"
                  >
!                 <taglib
!                     uri="http://java.sun.com/jstl/ea/core";
!                     location="/WEB-INF/c.tld"
!                     />
!                 <contextparam
!                     name="foobar1"
!                     value="a test value"
!                     description="context parameter with a description"
!                     />
!                 <contextparam
!                     name="foobar2"
!                     value="another test value"
!                     />
              </deploymentdescriptor>
  



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to