Skip to content

Commit

Permalink
Rename log4j-tomcat-lookup to more generic log4j-tomcat-env
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Jan 28, 2024
1 parent 725e49e commit 561b255
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions log4j-tomcat-lookup/pom.xml → log4j-tomcat-env/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<artifactId>log4j-plugins-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>log4j-tomcat-lookup</artifactId>
<name>Log4j Core lookup for Tomcat</name>
<description>Log4j Core lookup for Tomcat specific properties.</description>
<artifactId>log4j-tomcat-env</artifactId>
<name>Log4j Core plugins for Tomcat</name>
<description>Log4j Core plugins for Tomcat runtime environment.</description>

<properties>
<bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package eu.copernik.log4j.tomcat.lookup;
package eu.copernik.log4j.tomcat.env;

import org.apache.juli.WebappProperties;
import org.apache.logging.log4j.core.LogEvent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package eu.copernik.log4j.tomcat.lookup;
package eu.copernik.log4j.tomcat.env;

import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.Mockito.mock;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<modules>
<module>log4j-tomcat</module>
<module>log4j-tomcat-lookup</module>
<module>log4j-tomcat-env</module>
</modules>

<scm>
Expand Down

0 comments on commit 561b255

Please sign in to comment.