User: pathoss 
  Date: 02/05/12 05:55:05

  Modified:    modules  Tag: MODULE_REFACTORING_BRANCH common.xml
                        modules-common.xml
  Log:
  Add commons-logging.jar to the classpath.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -0      xdoclet/modules/Attic/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/Attic/common.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
  --- common.xml        9 May 2002 16:38:57 -0000       1.1.2.1
  +++ common.xml        12 May 2002 12:55:04 -0000      1.1.2.2
  @@ -12,6 +12,7 @@
      <property name="lib.dir"                     value="${modules.home.dir}/../lib"/>
      <property name="xdoclet.jar"                 
value="${dist.lib.dir}/xdoclet.jar"/>
      <property name="xjavadoc.jar"                
value="${dist.lib.dir}/xjavadoc.jar"/>
  +   <property name="commons-logging.jar"         
value="${lib.dir}/commons-logging.jar"/>
      <property name="log4j.jar"                   value="${lib.dir}/log4j.jar"/>
      <property name="ant.jar"                     value="${lib.dir}/ant.jar"/>
      <property name="xdoclet-xml.template.file"   
value="${modules.home.dir}/xdoclet-xml.xdt"/>
  @@ -23,6 +24,7 @@
      <path id="xdoclet.class.path">
         <pathelement location="${xdoclet.jar}"/>
         <pathelement location="${xjavadoc.jar}"/>
  +      <pathelement location="${commons-logging.jar}"/>
         <pathelement location="${log4j.jar}"/>
         <pathelement location="${ant.jar}"/>
      </path>
  
  
  
  1.1.2.2   +5 -4      xdoclet/modules/Attic/modules-common.xml
  
  Index: modules-common.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/Attic/modules-common.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
  --- modules-common.xml        9 May 2002 16:42:52 -0000       1.1.2.1
  +++ modules-common.xml        12 May 2002 12:55:05 -0000      1.1.2.2
  @@ -17,6 +17,7 @@
      <!-- Define classpath required for compiling modules                     -->
      <!-- =================================================================== -->
      <path id="module.class.path">
  +      <pathelement location="${commons-logging.jar}"/>
         <pathelement location="${log4j.jar}"/>
         <pathelement location="${ant.jar}"/>
         <fileset dir="${dist.lib.dir}">
  
  
  

_______________________________________________________________

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