annotate .hgignore @ 124:7261c948425c
3.2.x
Rely on log4j's default initialization procedure
This should make upgrading to Log4j 2.x easier.
In passing, use latest Log4j 1.
author |
Tom Gottfried <tom@intevation.de> |
date |
Fri, 25 Feb 2022 15:15:04 +0100 |
parents |
813451f630ce |
children |
|
rev |
line source |
46
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
1 syntax: regexp |
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
2 target # maven output |
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
3 \.classpath # eclipse |
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
4 \.project # eclipse |
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
5 \.settings # eclipse |
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
6 test-output # eclipse junit/testng plugin output |