Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4131
Modified Files:
mavenize.pl
Log Message:
copy in java file which is compatible with the later version of jgoodies forms.
Index: mavenize.pl
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/mavenize.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** mavenize.pl 7 Sep 2009 14:14:06 -0000 1.8
--- mavenize.pl 18 Sep 2009 00:26:41 -0000 1.9
***************
*** 25,29 ****
$mavenizeDir =~ s/\s//g;
! $topDir = "/home/manningr/projects/tmp/sql12";
$fwDir = $topDir . "/fw";
$appDir = $topDir . "/app";
--- 25,29 ----
$mavenizeDir =~ s/\s//g;
! $topDir = "/home/manningr/projects/squirrel_maven2/sql12";
$fwDir = $topDir . "/fw";
$appDir = $topDir . "/app";
***************
*** 537,540 ****
--- 537,542 ----
findAndCopyResources('*.jpg');
+ `cp $mavenizeDir/DefaultFormBuilder.java $appDir/src/main/java/net/sourceforge/squirrel_sql/client/gui/builders`;
+
`svn delete net`;
`svn add test`;
|