Skip to content

Commit

Permalink
BZ-1192842- No logback JARs and logback.xml in the WebSphere 8.5 WAR
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede committed Feb 18, 2015
1 parent 215e20d commit 3937b92
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
Expand Up @@ -73,9 +73,6 @@
<exclude>WEB-INF/classes/META-INF/services/javax.enterprise.inject.spi.Extension</exclude>
<exclude>WEB-INF/classes/org/jbpm/services/task/identity/UserGroupsAssignmentsOne.mvel</exclude>
<exclude>WEB-INF/classes/org/kie/workbench/drools/backend/server/weblogic/</exclude>
<exclude>WEB-INF/log4j.xml</exclude>
<exclude>WEB-INF/classes/logback.xml</exclude>
<exclude>WEB-INF/lib/logback-*.jar</exclude>

<!-- UF client related -->
<exclude>WEB-INF/lib/uberfire-js-*.jar</exclude>
Expand Down
Expand Up @@ -94,9 +94,6 @@
<exclude>WEB-INF/classes/META-INF/services/javax.enterprise.inject.spi.Extension</exclude>
<exclude>WEB-INF/classes/org/jbpm/services/task/identity/UserGroupsAssignmentsOne.mvel</exclude>
<exclude>WEB-INF/classes/org/kie/workbench/drools/backend/server/weblogic/</exclude>
<exclude>WEB-INF/log4j.xml</exclude>
<exclude>WEB-INF/classes/logback.xml</exclude>
<exclude>WEB-INF/lib/logback-*.jar</exclude>

<!-- UF client related -->
<exclude>WEB-INF/lib/uberfire-js-*.jar</exclude>
Expand Down
Expand Up @@ -74,10 +74,6 @@
<exclude>WEB-INF/classes/META-INF/services/javax.enterprise.inject.spi.Extension</exclude>
<exclude>WEB-INF/classes/org/kie/workbench/backend/weblogic/</exclude>
<exclude>WEB-INF/classes/org/jbpm/services/task/identity/UserGroupsAssignmentsOne.mvel</exclude>
<!-- Exclude non-JUL logging stuff (i.e: log4j, logback) -->
<exclude>WEB-INF/log4j.xml</exclude>
<exclude>WEB-INF/classes/logback.xml</exclude>
<exclude>WEB-INF/lib/logback-*.jar</exclude>

<!-- remove shared services with btm -->
<exclude>WEB-INF/lib/jbpm-shared-services-*-btm.jar</exclude>
Expand Down
Expand Up @@ -96,10 +96,6 @@
<exclude>WEB-INF/classes/META-INF/services/javax.enterprise.inject.spi.Extension</exclude>
<exclude>WEB-INF/classes/org/kie/workbench/backend/weblogic/</exclude>
<exclude>WEB-INF/classes/org/jbpm/services/task/identity/UserGroupsAssignmentsOne.mvel</exclude>
<!-- Exclude non-JUL logging stuff (i.e: log4j, logback) -->
<exclude>WEB-INF/log4j.xml</exclude>
<exclude>WEB-INF/classes/logback.xml</exclude>
<exclude>WEB-INF/lib/logback-*.jar</exclude>

<!-- remove shared services with btm -->
<exclude>WEB-INF/lib/jbpm-shared-services-*-btm.jar</exclude>
Expand Down

0 comments on commit 3937b92

Please sign in to comment.