You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jv...@apache.org on 2002/08/09 21:59:49 UTC

cvs commit: jakarta-commons/logging project.xml

jvanzyl     2002/08/09 12:59:49

  Modified:    logging  project.xml
  Log:
  o With the addition of a <sourceModification> element I can now build
    commons-logging with Java 1.3. The Jdk14Logger class is exclude if
    you don't have what you need to build it.
  
  Revision  Changes    Path
  1.4       +11 -0     jakarta-commons/logging/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	26 Jul 2002 20:29:46 -0000	1.3
  +++ project.xml	9 Aug 2002 19:59:49 -0000	1.4
  @@ -35,4 +35,15 @@
   
     </dependencies>
   
  +  <build>
  +    <sourceModifications>
  +      <sourceModification>
  +        <className>java.util.logging.Logger</className>
  +        <excludes>
  +          <exclude>**/Jdk14Logger.java</exclude>
  +        </excludes>
  +      </sourceModification>
  +    </sourceModifications>
  +  </build>
  +
   </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>