Revision: 5572
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5572&view=rev
Author: manningr
Date: 2010-04-05 01:19:10 +0000 (Mon, 05 Apr 2010)
Log Message:
-----------
re-order to avoid finding files prematurely.
Modified Paths:
--------------
trunk/mavenize/mavenize.pl
Modified: trunk/mavenize/mavenize.pl
===================================================================
--- trunk/mavenize/mavenize.pl 2010-04-05 00:00:55 UTC (rev 5571)
+++ trunk/mavenize/mavenize.pl 2010-04-05 01:19:10 UTC (rev 5572)
@@ -162,9 +162,6 @@
# copy in the installer projects
copyInstallerProjects();
-# copy in the integration environment project
-copyIntegrationEnvironmentProject();
-
# copy in the translations project
copyTranslationProjects();
@@ -204,6 +201,9 @@
# Miscellaneous
installLafPluginAssembly();
+# copy in the integration environment project
+copyIntegrationEnvironmentProject();
+
removeRemainingUnnecessaryFiles();
# End of script; Begin Subroutines
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|