SVN__FileoutLikeTask.st
changeset 1112 98ffcd3ba7fe
parent 1103 0159e5837bd1
child 1136 f9b7c94dbb9f
--- a/SVN__FileoutLikeTask.st	Tue Jul 17 19:24:10 2012 +0200
+++ b/SVN__FileoutLikeTask.st	Mon Jul 23 19:21:39 2012 +0200
@@ -134,12 +134,12 @@
     "Fileouts everything to the working copy"
 
     self
+        doUpdateBuildSupportFiles;
         doRenameContainers;
         doFileOutPackageClasses;
         doFileOutPackageExtensions;
         doAddNewContainers;
-        doRemoveOldContainers;
-        doUpdateBuildSupportFiles.
+        doRemoveOldContainers.
 
     "Created: / 10-05-2012 / 17:05:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !