1
0

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.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl
2002-08-09 19:59:49 +00:00
parent 21e56ae851
commit 1da90cf28c

View File

@@ -35,4 +35,15 @@
</dependencies>
<build>
<sourceModifications>
<sourceModification>
<className>java.util.logging.Logger</className>
<excludes>
<exclude>**/Jdk14Logger.java</exclude>
</excludes>
</sourceModification>
</sourceModifications>
</build>
</project>