git-svn-id: https://svn.coded.pt/svn/SIPRP@1523 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Tiago Simão 15 years ago
parent f14d42689f
commit 4dcd48646f

@ -28,8 +28,8 @@ import shst.companydataloaders.SIPRPPropertiesLoader;
import shst.initializer.SHSTORMInitializer;
import shst.initializer.SHSTUIInitializer;
import shst.lembretes.LembretesDaemon;
import shst.update.SHSTUpdateList;
import siprp.initializer.SIPRPLoggerInit;
import siprp.update.UpdateList;
import com.evolute.module.updater.UpdateListener;
import com.evolute.module.updater.Updater;
@ -167,7 +167,7 @@ public class Main implements com.evolute.utils.ui.window.Connector
}
}
} );
Updater.getInstance().executeUpdates( UpdateList.getUpdates() );
Updater.getInstance().executeUpdates( SHSTUpdateList.getUpdatesOnly() );
}
catch( Exception ex )
{

@ -1,31 +0,0 @@
/*
* Updater.java
*
* Created on 26 de Setembro de 2006, 11:49
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package siprp.update;
import java.util.List;
import shst.update.SHSTUpdateList;
import com.evolute.module.updater.AbstractUpdate;
/**
*
* @author fpalma
*/
public class UpdateList
{
public static List<AbstractUpdate> getUpdates()
{
return SHSTUpdateList.getUpdatesOnly();
}
}
Loading…
Cancel
Save