Revision: 5752
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5752&view=rev
Author: manningr
Date: 2010-07-31 19:37:42 +0000 (Sat, 31 Jul 2010)
Log Message:
-----------
formatting changes to compare to macos installer's pom.
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-other-installer/pom.xml
Modified: trunk/sql12/installer/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-07-27 07:44:14 UTC (rev 5751)
+++ trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-07-31 19:37:42 UTC (rev 5752)
@@ -354,16 +354,16 @@
</goals>
<configuration>
<stripVersion>true</stripVersion>
- <!-- This is a pain in the butt, but it beats the list that would specify what
- to exclude. Also, if we miss an artifact here, then running the installer
- and launching SQuirreL as a test will find it. However, we may never know
- that we are including jars that are never used (only transitively) -->
+ <!--
+ This is a pain in the butt, but it beats the list that would specify what to exclude. Also, if we miss
+ an artifact here, then running the installer and launching SQuirreL as a test will find it. However,
+ we may never know 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,axis,axis-jaxrpc,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,treetable</includeArtifactIds>
<excludeGroupIds>net.sf.squirrel-sql.plugins</excludeGroupIds>
<outputDirectory>${staging.dir}/lib</outputDirectory>
-
</configuration>
</execution>
<execution>
@@ -432,7 +432,7 @@
</goals>
<configuration>
<includeArtifactIds>squirrelsql-update-site</includeArtifactIds>
-<!-- <includes>*.jar</includes>-->
+ <!-- <includes>*.jar</includes>-->
<outputDirectory>${staging.dir}/update-site</outputDirectory>
</configuration>
</execution>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|