Revision: 5714
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5714&view=rev
Author: manningr
Date: 2010-07-11 21:43:15 +0000 (Sun, 11 Jul 2010)
Log Message:
-----------
Permanently relocated integration environment.
Modified Paths:
--------------
trunk/mavenize/mavenize.pl
Modified: trunk/mavenize/mavenize.pl
===================================================================
--- trunk/mavenize/mavenize.pl 2010-07-11 21:41:09 UTC (rev 5713)
+++ trunk/mavenize/mavenize.pl 2010-07-11 21:43:15 UTC (rev 5714)
@@ -178,9 +178,6 @@
# Miscellaneous
installLafPluginAssembly();
-# copy in the integration environment project
-copyIntegrationEnvironmentProject();
-
removeRemainingUnnecessaryFiles();
# End of script; Begin Subroutines
@@ -659,18 +656,6 @@
`find . -type f -print | grep -v "^./main/" | grep -v ".svn" | uniq | sort | xargs -ti svn move {} $baseDir/src/main/resources/doc/{}`;
}
-sub copyIntegrationEnvironmentProject {
-
- chdirOrDie($mavenizeDir);
- print "Copying in integration environment project\n";
-
- `svn move $mavenizeDir/squirrelsql-integration-environment $topDir`;
-
- setSvnIgnore("$topDir/squirrelsql-integration-environment");
-
- chdirOrDie($mavenizeDir);
-}
-
sub copyInstallerProjects {
chdirOrDie($mavenizeDir);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|