Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.library / org.gvsig.installer / org.gvsig.installer.lib / org.gvsig.installer.lib.impl / src / main / java / org / gvsig / installer / lib / impl / DependenciesCalculatorV2.java @ 42395

History | View | Annotate | Download (11.8 KB)

  • svn:mime-type: text/plain
# Date Author Comment
40967 12/05/2013 12:15 PM Joaquín del Cerro Murciano

sorts the results so that the operation be as predictable and repeatable as possible

40926 11/21/2013 07:07 AM Joaquín del Cerro Murciano

- Add Comparable to DefaultVersion
- modify message in DependenciesCalculatorV2 when need to add a new package not selected by the user.
- when multiple versions of a dependency gets the newest (need comparable in version)

40634 08/22/2013 02:35 PM Joaquín del Cerro Murciano

Corregidos errores en el calculo de dependencias y la deteccion de plugins
incompatibles. Se ha reescrito desde cero la implementacion del calculador
de dependencias.

Se ha añadido al asistente del instalador de complementos la avilidad
de consultar si hay plugins incompatibles seleccionados o instalados y...