Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2055 / extensions / org.gvsig.installer / org.gvsig.installer.swing / org.gvsig.installer.swing.api / src / main / java / org / gvsig / installer / swing / api / SwingInstallerManager.java @ 38980

History | View | Annotate | Download (5.29 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38980 10/02/2012 08:09 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2055 (devel)

38439 06/20/2012 11:40 AM Cesar Ordiñana

Take into account the gvSIG version passed as parameter in the installer urls, and pass the parameter to the addons manager in the installation process.

37822 01/27/2012 08:46 AM Nadal Francisco

Added a list of add-on repositories to the installer manager, and methods to use it. Removed all pluginFolder arguments on the installer.
Fixed a bug when creating a plugin installation package that modified original plugin properties (package.info) when creating the package

37599 01/12/2012 06:59 AM Nadal Francisco

Formated and cleaned up.

37498 11/29/2011 04:14 AM Francisco Díaz Carsí

gvsig-desktop#16018 Done "Add installURLFile parameter to gvSIG launcher"

37417 11/22/2011 10:32 AM Francisco Díaz Carsí
37169 11/04/2011 09:48 AM Nadal Francisco

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

35767 07/15/2011 12:54 PM Joaquín del Cerro Murciano

Modify the package installation process to just ask once if they have packages that are not final or unofficial verson. Before asking once for each package that was.

34925 04/20/2011 06:43 AM Nadal Francisco

gvsig-desktop#1014

A progress bar has been added to show download progress.
A progress bar has been added to Andami.

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)

34003 11/02/2010 01:33 PM Cesar Ordiñana

Add default package download URL

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

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

33735 10/21/2010 07:20 AM Cesar Ordiñana

Remove compiler warnings

33729 10/21/2010 07:13 AM Cesar Ordiñana

Format according to the gvSIG code conventions

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

32598 05/11/2010 06:08 AM Jorge Piera

Refactoring of names

32565 05/10/2010 06:18 AM Jorge Piera

Refactoring the name of the services

32512 04/30/2010 04:31 AM Jorge Piera

Adding comments to the API

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

First commit