User: pathoss 
  Date: 02/05/12 06:25:27

  Modified:    core     Tag: MODULE_REFACTORING_BRANCH build.xml
  Log:
  Added build.lib.dir to the project class path. This makes the javac task find 
xjavadoc.jar.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +11 -8     xdoclet/core/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/Attic/build.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -w -r1.1.2.1 -r1.1.2.2
  --- build.xml 9 May 2002 16:38:27 -0000       1.1.2.1
  +++ build.xml 12 May 2002 13:25:27 -0000      1.1.2.2
  @@ -30,6 +30,9 @@
         <fileset dir="${basedir}/../lib">
            <include name="**/*.jar" />
         </fileset>
  +      <fileset dir="${build.lib.dir}">
  +         <include name="**/*.jar" />
  +      </fileset>
         <pathelement path="${build.classes.dir}" />
         <!-- append the external classpath lastly -->
         <pathelement path="${java.class.path}" />
  
  
  

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to