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

noreply.seb at qos.ch noreply.seb at qos.ch
Thu Mar 29 17:09:17 CEST 2007


Author: seb
Date: Thu Mar 29 17:09:17 2007
New Revision: 1488

Added:
   logbackPDE/trunk/plugins/ConsolePlugin/README.txt
Modified:
   logbackPDE/trunk/plugins/ConsolePlugin/build.properties
   logbackPDE/trunk/plugins/ConsolePlugin/pom.xml

Log:
Added a README file
Updated version of the pom.xml 

Added: logbackPDE/trunk/plugins/ConsolePlugin/README.txt
==============================================================================
--- (empty file)
+++ logbackPDE/trunk/plugins/ConsolePlugin/README.txt	Thu Mar 29 17:09:17 2007
@@ -0,0 +1,16 @@
+Thank you for downloading the logback console plugin for Eclipse.
+
+The documentation related to this plugin can be found at the
+following URL:
+
+http://logback.qos.ch/consolePlugin.html
+
+In case of problems
+===================
+
+In case of problems please do not hesitate to post an e-mail message
+on the logback-user at qos.ch mailing list.  However, please do not
+directly e-mail logback developers. The answer to your question might
+be useful to other users. Moreover, there are many knowledgeable users
+on the logback-user mailing lists who can quickly answer your
+questions. 
\ No newline at end of file

Modified: logbackPDE/trunk/plugins/ConsolePlugin/build.properties
==============================================================================
--- logbackPDE/trunk/plugins/ConsolePlugin/build.properties	(original)
+++ logbackPDE/trunk/plugins/ConsolePlugin/build.properties	Thu Mar 29 17:09:17 2007
@@ -1,5 +1,6 @@
 output.. = target/classes/
 bin.includes = plugin.xml,\
+							 README.txt, \
                META-INF/,\
                icons/,\
                logbackPlugin.jar,\

Modified: logbackPDE/trunk/plugins/ConsolePlugin/pom.xml
==============================================================================
--- logbackPDE/trunk/plugins/ConsolePlugin/pom.xml	(original)
+++ logbackPDE/trunk/plugins/ConsolePlugin/pom.xml	Thu Mar 29 17:09:17 2007
@@ -8,7 +8,7 @@
   <artifactId>ConsolePlugin</artifactId>
   <packaging>zip</packaging>
   <name>Console Plugin for Eclipse</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
 
   <url>http://logback.qos.ch</url>
   <organization>
@@ -22,7 +22,7 @@
   </properties>
 
   <build>
-    <plugins>      
+    <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>pde-maven-plugin</artifactId>



More information about the logback-dev mailing list