|
3 | 3 | <tag>Apache-2.0</tag> |
4 | 4 | </licensing> |
5 | 5 | <module> |
| 6 | + <name>log4j-api</name> |
| 7 | + <subDir>log4j-api</subDir> |
| 8 | + <dependency>osgi-core</dependency> |
| 9 | + <build> |
| 10 | + <compiler> |
| 11 | + <addSourceRoot>src/main/java</addSourceRoot> |
| 12 | + </compiler> |
| 13 | + </build> |
| 14 | + </module> |
| 15 | + <module> |
| 16 | + <name>log4j-core</name> |
| 17 | + <dependency>log4j-api</dependency> |
6 | 18 | <dependency>osgi-core</dependency> |
7 | 19 | <dependency>jansi</dependency> |
8 | 20 | <dependency>commons-compress</dependency> |
9 | 21 | <dependency>disruptor</dependency> |
10 | 22 | <dependency>jctools</dependency> |
11 | | - <dependency>jaf-api</dependency> |
12 | | - <dependency>mail-api</dependency> |
13 | 23 | <build> |
14 | 24 | <compiler> |
15 | | - <addSourceRoot>log4j-1.2-api/src/main/java</addSourceRoot> |
16 | | - <addSourceRoot>log4j-api/src/main/java</addSourceRoot> |
17 | 25 | <addSourceRoot>log4j-core/src/main/java</addSourceRoot> |
18 | | - <addSourceRoot>log4j-jakarta-smtp/src/main/java</addSourceRoot> |
19 | | - <excludeSourceMatching>/org/apache/log4j/or/jms/.*</excludeSourceMatching> |
20 | 26 | <excludeSourceMatching>/org/apache/logging/log4j/core/(jackson|layout/jackson|config/yaml|config/json|parser)/.*</excludeSourceMatching> |
21 | 27 | <excludeSourceMatching>/org/apache/logging/log4j/core/appender/(db|mom|nosql)/.*</excludeSourceMatching> |
22 | 28 | <excludeSourceMatching>/org/apache/logging/log4j/core/layout/.*(Csv|Jackson|Xml|Yaml|Json|Gelf).*</excludeSourceMatching> |
23 | | - <excludeSourceMatching>/org/apache/log4j/builders/layout/.*Xml.*</excludeSourceMatching> |
24 | 29 | <excludeSourceMatching>/org/apache/logging/log4j/core/net/MimeMessageBuilder.java</excludeSourceMatching> |
25 | 30 | <excludeSourceMatching>/org/apache/logging/log4j/core/net/SmtpManager.java</excludeSourceMatching> |
26 | 31 | <excludeSourceMatching>/org/apache/logging/log4j/core/appender/SmtpAppender.java</excludeSourceMatching> |
|
29 | 34 | </compiler> |
30 | 35 | </build> |
31 | 36 | </module> |
| 37 | + <module> |
| 38 | + <name>log4j-1.2-api</name> |
| 39 | + <subDir>log4j-1.2-api</subDir> |
| 40 | + <dependency>log4j-api</dependency> |
| 41 | + <dependency>log4j-core</dependency> |
| 42 | + <build> |
| 43 | + <compiler> |
| 44 | + <addSourceRoot>src/main/java</addSourceRoot> |
| 45 | + <excludeSourceMatching>/org/apache/log4j/or/jms/.*</excludeSourceMatching> |
| 46 | + <excludeSourceMatching>/org/apache/log4j/builders/layout/.*Xml.*</excludeSourceMatching> |
| 47 | + </compiler> |
| 48 | + </build> |
| 49 | + </module> |
32 | 50 | </project> |
0 commit comments