[logback-dev] svn commit: r1457 - logbackPDE/trunk/plugins/ConsolePlugin

noreply.seb at qos.ch noreply.seb at qos.ch
Mon Mar 26 15:16:07 CEST 2007


Author: seb
Date: Mon Mar 26 15:16:06 2007
New Revision: 1457

Modified:
   logbackPDE/trunk/plugins/ConsolePlugin/pom.xml
   logbackPDE/trunk/plugins/ConsolePlugin/todo.txt

Log:
Some modifications on the pom file


Modified: logbackPDE/trunk/plugins/ConsolePlugin/pom.xml
==============================================================================
--- logbackPDE/trunk/plugins/ConsolePlugin/pom.xml	(original)
+++ logbackPDE/trunk/plugins/ConsolePlugin/pom.xml	Mon Mar 26 15:16:06 2007
@@ -34,6 +34,22 @@
             <javacTarget>1.5</javacTarget>
           </buildProperties>
         </configuration>
+        <executions>
+          <execution>
+            <id>clean-pde</id>
+            <phase>clean</phase>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>build-pde</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>attach</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>

Modified: logbackPDE/trunk/plugins/ConsolePlugin/todo.txt
==============================================================================
--- logbackPDE/trunk/plugins/ConsolePlugin/todo.txt	(original)
+++ logbackPDE/trunk/plugins/ConsolePlugin/todo.txt	Mon Mar 26 15:16:06 2007
@@ -7,7 +7,10 @@
 
 Click on the icon to display the stack trace
 
+Correct test cases
+
 DONE:
+Create an action in logback to automatically send logging events to the plugin
 Allow the user to choose Font and font size
 Stack traces with links
 Color one line each two lines with a gray background



More information about the logback-dev mailing list