Revision: 5663
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5663&view=rev
Author: manningr
Date: 2010-07-05 15:09:21 +0000 (Mon, 05 Jul 2010)
Log Message:
-----------
Added syntax dep on openide-loaders
Modified Paths:
--------------
trunk/mavenize/mavenize.pl
trunk/mavenize/squirrelsql-other-installer/pom.xml
Modified: trunk/mavenize/mavenize.pl
===================================================================
--- trunk/mavenize/mavenize.pl 2010-07-05 01:41:12 UTC (rev 5662)
+++ trunk/mavenize/mavenize.pl 2010-07-05 15:09:21 UTC (rev 5663)
@@ -95,6 +95,11 @@
<version>4.0</version>
</dependency>
<dependency>
+ <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
+ <artifactId>openide-loaders</artifactId>
+ <version>4.0</version>
+ </dependency>
+ <dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>org-netbeans-modules-editor</artifactId>
<version>4.0</version>
Modified: trunk/mavenize/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/mavenize/squirrelsql-other-installer/pom.xml 2010-07-05 01:41:12 UTC (rev 5662)
+++ trunk/mavenize/squirrelsql-other-installer/pom.xml 2010-07-05 15:09:21 UTC (rev 5663)
@@ -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,dom4j,ejb-persistence,forms,fw,hibernate-annotations,hibernate-commons-annotations,hibernate-entitymanager,hibernate,jxl,log4j,nanoxml,openide,org-netbeans-modules-editor-fold,org-netbeans-modules-editor-lib,org-netbeans-modules-editor-util,org-netbeans-modules-editor,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</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.
|