devel cursos

git-svn-id: https://svn.coded.pt/svn/SIPRP@1374 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Luis Flores 15 years ago
parent 06da5a7665
commit fe1675b26c

Binary file not shown.

Binary file not shown.

@ -1,22 +0,0 @@
/*
* Update.java
*
* Created on 26 de Setembro de 2006, 12:13
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package siprp.update;
/**
*
* @author fpalma
*/
public interface Update
{
public double getStartVersion();
public double getEndVersion();
public String[] listChanges();
public void doUpdate() throws Exception;
}

@ -78,6 +78,7 @@ import siprp.update.updates.V9_8_To_V9_9;
import siprp.update.updates.V9_9_To_V10_0;
import com.evolute.module.updater.AbstractUpdate;
import shst.update.updates.SHSTUpdate9;
/**
@ -123,7 +124,8 @@ public class UpdateList
new EvoCursosInstallUpdate( 13.4, 13.5 ),
new EvoCursosUpdate1( 13.5, 13.6 ),
new EvoCursosUpdate2( 13.6, 13.7 ),
new V13_7_To_V13_8()
new V13_7_To_V13_8(),
new SHSTUpdate9( 13.8, 13.9 ),
};
//
// protected static Executer EXECUTER;

Loading…
Cancel
Save