Revision: 5726
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5726&view=rev
Author: manningr
Date: 2010-07-14 01:14:06 +0000 (Wed, 14 Jul 2010)
Log Message:
-----------
moved root pom permanently.
Modified Paths:
--------------
trunk/mavenize/mavenize.pl
Modified: trunk/mavenize/mavenize.pl
===================================================================
--- trunk/mavenize/mavenize.pl 2010-07-14 01:13:21 UTC (rev 5725)
+++ trunk/mavenize/mavenize.pl 2010-07-14 01:14:06 UTC (rev 5726)
@@ -130,9 +130,6 @@
# Begin working
#################################################################################################
-# copy in the root pom - this pom builds all of SQuirreL
-copyRootPom();
-
# copy in the installer projects
copyInstallerProjects();
@@ -475,16 +472,6 @@
return $package;
}
-sub copyRootPom {
- print "Copying in root pom\n";
- `cp root-pom.xml $topDir/pom.xml`;
- return if $onlyCopyPoms;
- `svn add $topDir/pom.xml`;
-
- setSvnIgnore($topDir);
- chdirOrDie($mavenizeDir);
-}
-
sub restructureFwModule {
print "Restructuring fw module\n";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|