Revision: 6248
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6248&view=rev
Author: manningr
Date: 2011-05-08 22:56:38 +0000 (Sun, 08 May 2011)
Log Message:
-----------
Removed from the excluded artifacts list those artifacts that could possibly be required for running SQuirreL. Now the list contains only build-related artifacts that should never appear in the update site by dependency resolution anyway.
Modified Paths:
--------------
trunk/maven-plugin-workspace/squirrelsql-update-site-plugin/src/main/java/net/sf/squirrel_sql/BuildUpdateSiteMojo.java
Modified: trunk/maven-plugin-workspace/squirrelsql-update-site-plugin/src/main/java/net/sf/squirrel_sql/BuildUpdateSiteMojo.java
===================================================================
--- trunk/maven-plugin-workspace/squirrelsql-update-site-plugin/src/main/java/net/sf/squirrel_sql/BuildUpdateSiteMojo.java 2011-04-28 19:43:17 UTC (rev 6247)
+++ trunk/maven-plugin-workspace/squirrelsql-update-site-plugin/src/main/java/net/sf/squirrel_sql/BuildUpdateSiteMojo.java 2011-05-08 22:56:38 UTC (rev 6248)
@@ -65,12 +65,9 @@
* release directory that match any pattern in this list will not be included and will also be deleted.
*/
private static final String[] excludedPatterns =
- new String[] { "maven", "plexus", "ant.jar", "ant-", "aopalliance", "axis", "classworlds",
- "commons-beanutils", "commons-digester", "commons-lang", "commons-validator", "doxia", "ehcache",
- "file-management", "tests", "hibernate-validator", "ilf-gpl", "javassist", "jboss", "jsch",
- "jtidy", "junit", "kunststoff", "looks", "metouia", "napkinlaf", "nimrodlf", "oalnf", "oro.jar",
- "persistence.jar", "skinlf", "squirrelsql-translations", "substance", "swingsetthemes",
- "tinylaf", "toniclf", "velocity", "wagon", "xml-apis" };
+ new String[] {
+ "maven", "plexus", "ant.jar", "ant-", "classworlds", "tests"
+ };
/**
* Location of the directory which contains the release artifacts
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|