Update of /cvsroot/squirrel-sql/mavenize
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23408
Modified Files:
mavenize.pl
Log Message:
Added rtext dependencies to syntax plugin pom which are necessary for compilation.
Index: mavenize.pl
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/mavenize.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** mavenize.pl 23 Jan 2010 18:59:09 -0000 1.19
--- mavenize.pl 24 Jan 2010 20:26:41 -0000 1.20
***************
*** 94,97 ****
--- 94,117 ----
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
+ <artifactId>com-fifesoft-common</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
+ <artifactId>com-fifesoft-rtext</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
+ <artifactId>com-fifesoft-autocomplete</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
+ <artifactId>com-fifesoft-rsyntaxtextarea</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>openide</artifactId>
<version>4.0</version>
|