User: ara_e_w 
  Date: 02/02/21 09:13:00

  Modified:    core/samples/script build.xml
  Log:
  commited JRun web/ejb support (thanks to Macromedia and Dan Schaffer for providing 
it)
  
  Revision  Changes    Path
  1.55      +10 -1     xdoclet/core/samples/script/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/samples/script/build.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -w -r1.54 -r1.55
  --- build.xml 18 Feb 2002 00:11:08 -0000      1.54
  +++ build.xml 21 Feb 2002 17:12:59 -0000      1.55
  @@ -158,6 +158,12 @@
               datasource="xdoclet.samples"
               mergedir="${src.dir}"
            />
  +         <jrun
  +            version="4.0"
  +            xmlencoding="UTF-8"
  +            destdir="${ejb.dd.dir}"
  +            validatexml="true"
  +         />
   
            <!--
            <webSphere destdir="${build.dir}/ejb/META-INF" />
  @@ -212,6 +218,9 @@
            />
            <!-- -->
            <jbosswebxml destdir="${build.dir}/web/WEB-INF" />
  +
  +         <jrunwebxml destdir="${build.dir}/web/WEB-INF"  mergedir="${src.dir}" />
  +
            <!-- -->
            <!-- generate WebWork stuff, uncomment it if you want to run it.
            -->
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to