User: pathoss 
  Date: 02/05/18 03:17:16

  Modified:    .        Tag: MODULE_REFACTORING_BRANCH build.xml
  Log:
  Use directories from property file.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.12  +7 -7      xdoclet/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/Attic/build.xml,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -w -r1.1.2.11 -r1.1.2.12
  --- build.xml 18 May 2002 10:13:16 -0000      1.1.2.11
  +++ build.xml 18 May 2002 10:17:16 -0000      1.1.2.12
  @@ -5,22 +5,22 @@
       <property file="${xdoclet.root.dir}/build.properties"/>
   
       <target name="core">
  -        <ant dir="${basedir}/core"/>
  +        <ant dir="${core.dir}"/>
       </target>
   
  -    <!-- depends on core because of classes in core -->
  +    <!-- Depends on core because of classes in core. -->
       <target name="modules" depends="core">
  -        <ant dir="${basedir}/modules"/>
  +        <ant dir="${modules.dir}"/>
       </target>
   
  -    <!-- depends on modules because sources must be copied to one dir for module 
toc.xml generation -->
  +    <!-- Depends on modules because sources must be copied to one dir for module 
toc.html generation. -->
       <target name="docs" depends="modules">
  -        <ant dir="${basedir}/docs"/>
  +        <ant dir="${docs.dir}"/>
       </target>
   
  -    <!-- depends on modules because it uses them -->
  +    <!-- Depends on modules because it uses them. -->
       <target name="samples" depends="modules">
  -        <ant dir="${basedir}/samples"/>
  +        <ant dir="${samples.dir}"/>
       </target>
   
       <target name="dist" depends="core,modules,docs,samples"/>
  
  
  

_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

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

Reply via email to