User: vharcq  
  Date: 02/04/28 14:37:20

  Modified:    modules/script Tag: MODULE_REFACTORING_BRANCH
                        build-common.xml
  Log:
  Add xdoclet.xml creation per module
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +6 -10     xdoclet/modules/script/Attic/build-common.xml
  
  Index: build-common.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/script/Attic/build-common.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -w -r1.1.2.2 -r1.1.2.3
  --- build-common.xml  28 Apr 2002 08:50:05 -0000      1.1.2.2
  +++ build-common.xml  28 Apr 2002 21:37:20 -0000      1.1.2.3
  @@ -98,15 +98,11 @@
      <target 
         name="xdoclet-xml" 
         depends="prepare"
  -      description="Makes one xdoclet.xml describing all modules"
  +      description="Makes one xdoclet.xml describing the module"
      >
  -<!-- TODO      
  -      <taskdef
  -         name="xdoclet-bootstrapper"
  -         classname="xdoclet.loader.Bootstrapper"
  -         classpathref="project.class.path"
  -      />
  -      <xdoclet-bootstrapper/>
  +
  +      <mkdir dir="${output.meta.dir}"/>
  +      
         <xdoclet
            destdir="${output.meta.dir}"
            classpathref="project.class.path"
  @@ -117,11 +113,11 @@
            </fileset>
   
            <template
  -            templateFile="xdoclet-xml.xdt"
  +            templateFile="../xdoclet-xml.xdt"
               destinationFile="xdoclet.xml"
            />
         </xdoclet>
  --->
  +
      </target>
   
      <!-- =================================================================== -->
  
  
  

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

Reply via email to