Update of /cvsroot/squirrel-sql/mavenize
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15527
Modified Files:
mavenize.pl
Log Message:
set svn:ignore for plugins root.
Index: mavenize.pl
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/mavenize.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** mavenize.pl 27 Mar 2010 00:55:34 -0000 1.28
--- mavenize.pl 27 Mar 2010 00:57:28 -0000 1.29
***************
*** 536,539 ****
--- 536,540 ----
setSvnIgnore("$pluginsDir/squirrelsql-plugins-assembly-descriptor");
setSvnIgnore("$pluginsDir/squirrelsql-plugins-parent-pom");
+ setSvnIgnore($pluginsDir);
chdirOrDie($mavenizeDir);
|