User: ko5tik  
  Date: 02/04/08 10:35:06

  Modified:    .        build.xml
  Log:
  small changes. switched to node parser
  
  Revision  Changes    Path
  1.10      +12 -4     xdocletgui/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdocletgui/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- build.xml 7 Apr 2002 16:15:55 -0000       1.9
  +++ build.xml 8 Apr 2002 17:35:06 -0000       1.10
  @@ -56,7 +56,7 @@
            <include name="*.jar"/>
         </fileset>
         <pathelement location="${build.classes.dir}"/>
  -      <pathelement location="../xjavadoc/build/classes"/>
  +      <pathelement location="${xjavadoc.jar}"/>
   
      </path>
   
  @@ -254,11 +254,19 @@
            maxmemory="160m"
            fork="yes"
            classname="xdocletgui.swing.Main"
  +
         >
  +    
  +
            <jvmarg value="-Dlog4j.configuration=${log4j.properties.file}"/>
            <fileset dir="../xdoclet/core/samples/src/java">
               <include name="**/*.java"/>
            </fileset>
  +   <!-- <fileset dir="../xjavadoc/src/">
  +            <include name="**/*.java"/>
  +         </fileset> -->
  +
  +
         </xjavadoc>
      </target>
      
  
  
  

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

Reply via email to