[logback-dev] svn commit: r1585 - in logback/trunk: logback-access logback-classic logback-core logback-core/lib
noreply.ceki at qos.ch
noreply.ceki at qos.ch
Thu Sep 6 15:48:38 CEST 2007
Author: ceki
Date: Thu Sep 6 15:48:37 2007
New Revision: 1585
Removed:
logback/trunk/logback-core/lib/
Modified:
logback/trunk/logback-access/pom.xml
logback/trunk/logback-classic/pom.xml
logback/trunk/logback-core/pom.xml
Log:
- removing retroweaver support
- removing logback-core/lib directory
Modified: logback/trunk/logback-access/pom.xml
==============================================================================
--- logback/trunk/logback-access/pom.xml (original)
+++ logback/trunk/logback-access/pom.xml Thu Sep 6 15:48:37 2007
@@ -129,6 +129,7 @@
</executions>
</plugin>
+ <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>retrotranslator-maven-plugin</artifactId>
@@ -157,6 +158,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>
</build>
Modified: logback/trunk/logback-classic/pom.xml
==============================================================================
--- logback/trunk/logback-classic/pom.xml (original)
+++ logback/trunk/logback-classic/pom.xml Thu Sep 6 15:48:37 2007
@@ -137,6 +137,7 @@
</configuration>
</plugin>
+ <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>retrotranslator-maven-plugin</artifactId>
@@ -165,6 +166,8 @@
</execution>
</executions>
</plugin>
+ -->
+
</plugins>
</build>
Modified: logback/trunk/logback-core/pom.xml
==============================================================================
--- logback/trunk/logback-core/pom.xml (original)
+++ logback/trunk/logback-core/pom.xml Thu Sep 6 15:48:37 2007
@@ -95,6 +95,7 @@
</executions>
</plugin>
+ <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>retrotranslator-maven-plugin</artifactId>
@@ -123,8 +124,9 @@
</execution>
</executions>
</plugin>
- </plugins>
+ -->
+ </plugins>
</build>
</project>
\ No newline at end of file
More information about the logback-dev
mailing list