Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2042 / extensions / org.gvsig.installer / org.gvsig.installer.lib / org.gvsig.installer.lib.impl / src / main / java / org / gvsig / installer / lib / impl / DefaultInstallerManager.java @ 37479

History | View | Annotate | Download (9.05 KB)

  • svn:mime-type: text/plain
# Date Author Comment
37479 11/24/2011 04:07 AM Francisco Díaz Carsí

gvsig-desktop build 2042 (alpha2)

37169 11/04/2011 09:48 AM Nadal Francisco

Added some API features to allow installation and creation of different types of packages.

36041 08/12/2011 03:20 AM Francisco Díaz Carsí

Fixed package name format.

35979 08/01/2011 06:22 AM Joaquín del Cerro Murciano

Add support to manage dependencies in packages

35945 07/26/2011 04:47 AM Nadal Francisco

Added the possibility to install a package at gvSIG start up when it is not possible to do it as ususal.

35937 07/22/2011 08:17 AM Joaquín del Cerro Murciano

Add support to query the OS type

34444 01/28/2011 11:39 AM Cesar Ordiñana

Add support to generate the installer index package

34157 11/23/2010 08:37 AM Cesar Ordiñana

Source code format

34005 11/03/2010 09:29 AM Cesar Ordiñana

New option to create simple packages from a plugin, as well as the option to create a package set.
Also set the default file extensions:
- gvspkg: single plugin package
- gvspks: package set, contains one or more packages (gvspkg files)

33743 10/25/2010 09:05 AM Cesar Ordiñana

Show already installed packages also in the list of available packages to install.

33704 10/20/2010 08:47 AM Cesar Ordiñana

The build into the bundle file name message format was being formatted as a number, using he thousands separator (ex: 2020 -> 2.020)

33686 10/18/2010 09:43 AM Cesar Ordiñana

New package info fields and bundle files naming using the gvSIG standards as of document:

http://www.gvsig.org/web/projects/gvsig-desktop/docs/devel/gvsig-devel-guide/2.0.0/anexos/proyectos-oficiales-en-gvsig/nombrado-de-binarios-para-un-plugin-de-gvsig

33680 10/15/2010 07:53 AM Cesar Ordiñana

Format according to the gvSIG code conventions

32562 05/10/2010 06:14 AM Jorge Piera

Refactoring the name of the services

32451 04/28/2010 08:56 AM Jorge Piera

Adding source code comments and removing not-used imports

32400 04/26/2010 05:57 AM Jorge Piera

Adding ProviderServices to the API

32269 03/17/2010 04:11 AM Jorge Piera

First commit