diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2017-03-16 12:25:55 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2017-03-16 12:25:55 +0100 |
commit | 6085e4286da1ad625ce5da7bfdf9aa8faff19f02 (patch) | |
tree | faa651020c023576cb8a9aad57614d83af382603 /java/vaadin/src/main/resources/logback-test.xml | |
parent | 22bc86a5d2fcfe42bc4045297f8d75b3c4ed2ab0 (diff) | |
download | share-6085e4286da1ad625ce5da7bfdf9aa8faff19f02.zip share-6085e4286da1ad625ce5da7bfdf9aa8faff19f02.tar.gz |
java : vaadin : clean up ant tasks, support runnable jar
Diffstat (limited to 'java/vaadin/src/main/resources/logback-test.xml')
-rw-r--r-- | java/vaadin/src/main/resources/logback-test.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/java/vaadin/src/main/resources/logback-test.xml b/java/vaadin/src/main/resources/logback-test.xml index 4c53061..a8fcf4b 100644 --- a/java/vaadin/src/main/resources/logback-test.xml +++ b/java/vaadin/src/main/resources/logback-test.xml @@ -13,16 +13,9 @@ </then> </if> - <if condition='isDefined("TEST_DB")'> - <then> - <property name="LOG_LEVEL" value="DEBUG" /> - <property name="LOG_REF" value="FILE" /> - <property name="LOG_FILE" value="./tests/logs" /> - </then> - </if> - - <if condition='isDefined("TEST_PDF")'> + <if condition='isDefined("TEST")'> <then> + <property name="LOG_FILE" value="/tmp/${app.name}.log" /> <property name="LOG_LEVEL" value="DEBUG" /> <property name="LOG_REF" value="STDOUT" /> </then> |