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:
11
project.xml
11
project.xml
@@ -35,4 +35,15 @@
|
|||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<sourceModifications>
|
||||||
|
<sourceModification>
|
||||||
|
<className>java.util.logging.Logger</className>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/Jdk14Logger.java</exclude>
|
||||||
|
</excludes>
|
||||||
|
</sourceModification>
|
||||||
|
</sourceModifications>
|
||||||
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user