User: vharcq  
  Date: 02/04/10 15:50:22

  Modified:    core/samples/script build.xml
  Log:
  Shows that mergdir works by inheritance of mergedir parameter
  
  Revision  Changes    Path
  1.74      +6 -1      xdoclet/core/samples/script/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/samples/script/build.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -w -r1.73 -r1.74
  --- build.xml 9 Apr 2002 00:17:28 -0000       1.73
  +++ build.xml 10 Apr 2002 22:50:22 -0000      1.74
  @@ -112,6 +112,7 @@
         <ejbdoclet
            sourcepath="${java.dir};${log4j.path}"
            destdir="${generated.java.dir}"
  +         mergedir="parent-fake-to-debug"
            classpathref="project.class.path"
            excludedtags="@version,@author,@todo"
            ejbspec="2.0"
  @@ -177,7 +178,11 @@
               validatexml="false"
            />
   
  -         <deploymentdescriptor destdir="${ejb.dd.dir}" validatexml="true" />
  +         <deploymentdescriptor 
  +            destdir="${ejb.dd.dir}" 
  +            validatexml="true"
  +            MergeDir="fake-to-debug"
  +         />
   
            <!--
            <webSphere destdir="${build.dir}/ejb/META-INF" />
  
  
  

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

Reply via email to