* news.xml:

- move from base to router dir
This commit is contained in:
zzz
2009-06-14 13:00:23 +00:00
parent e8773f6a98
commit 17751ffd57
3 changed files with 3 additions and 2 deletions

View File

@ -121,6 +121,7 @@ public class WorkingDir {
// this one must be after MIGRATE_BASE
success &= migrateJettyXml(oldDirf, dirf);
success &= migrateClientsConfig(oldDirf, dirf);
success &= copy(new File(oldDirf, "docs/news.xml"), new File(dirf, "docs"));
// Report success or failure
if (success) {