Revision: 5691
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5691&view=rev
Author: manningr
Date: 2010-07-11 16:42:38 +0000 (Sun, 11 Jul 2010)
Log Message:
-----------
Added missing stringtemplate library.
Modified Paths:
--------------
trunk/mavenize/squirrelsql-other-installer/pom.xml
Modified: trunk/mavenize/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/mavenize/squirrelsql-other-installer/pom.xml 2010-07-11 15:38:34 UTC (rev 5690)
+++ trunk/mavenize/squirrelsql-other-installer/pom.xml 2010-07-11 16:42:38 UTC (rev 5691)
@@ -360,7 +360,7 @@
that we are including jars that are never used (only transitively) -->
<!-- Can we make this list smaller by using groupIds ? -->
- <includeArtifactIds>antlr,asm,asm-attrs,autocomplete,cglib,common,commons-cli,commons-codec,commons-collections,commons-httpclient,commons-logging,forms,fw,hibernate-annotations,hibernate-commons-annotations,hibernate-entitymanager,hibernate,jxl,log4j,nanoxml,openide,openide-loaders,org-netbeans-modules-editor-fold,org-netbeans-modules-editor-lib,org-netbeans-modules-editor-util,org-netbeans-modules-editor,ostermiller-syntax,rsyntaxtextarea,rtext,spring-beans,squirrel-sql,spring-context-support,spring-context,spring-core</includeArtifactIds>
+ <includeArtifactIds>antlr,asm,asm-attrs,autocomplete,cglib,common,commons-cli,commons-codec,commons-collections,commons-httpclient,commons-logging,forms,fw,hibernate-annotations,hibernate-commons-annotations,hibernate-entitymanager,hibernate,jxl,log4j,nanoxml,openide,openide-loaders,org-netbeans-modules-editor-fold,org-netbeans-modules-editor-lib,org-netbeans-modules-editor-util,org-netbeans-modules-editor,ostermiller-syntax,rsyntaxtextarea,rtext,spring-beans,squirrel-sql,spring-context-support,spring-context,spring-core,stringtemplate</includeArtifactIds>
<excludeGroupIds>net.sf.squirrel-sql.plugins</excludeGroupIds>
<outputDirectory>${staging.dir}/lib</outputDirectory>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|