Revision: 6572
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6572&view=rev
Author: wis775
Date: 2012-02-08 20:40:43 +0000 (Wed, 08 Feb 2012)
Log Message:
-----------
New Plugin "Swing Violations Detector". This one helps to detect violations of the swing programming model. e.g. The event dispatching thread.
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-installer-deps/pom.xml
Modified: trunk/sql12/installer/squirrelsql-installer-deps/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-installer-deps/pom.xml 2012-02-08 20:39:52 UTC (rev 6571)
+++ trunk/sql12/installer/squirrelsql-installer-deps/pom.xml 2012-02-08 20:40:43 UTC (rev 6572)
@@ -311,6 +311,13 @@
<type>zip</type>
</dependency>
<dependency>
+ <groupId>net.sf.squirrel-sql.plugins</groupId>
+ <artifactId>swingViolations</artifactId>
+ <version>${project.version}</version>
+ <classifier>assembly</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
<groupId>net.sf.squirrel-sql.translations</groupId>
<artifactId>squirrelsql-translations</artifactId>
<version>${project.version}</version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|