Statistics
| Revision:

root / tags / v2_0_0_Build_2050 / extensions / org.gvsig.installer / org.gvsig.installer.lib / org.gvsig.installer.lib.impl / src / main / java / org / gvsig / installer / lib / impl / DefaultInstallerProviderServices.java @ 38692

History | View | Annotate | Download (6.14 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38692 08/09/2012 02:25 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2050

37822 01/27/2012 02:46 PM 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 12:59 PM Nadal Francisco

Formated and cleaned up.

35946 07/26/2011 10:48 AM Nadal Francisco

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

35189 05/20/2011 01:43 PM Nadal Francisco

Installer: Added a typical or custom installation process. Some bug fixes.
Launcher: Notification messages and default installation default settings.

34925 04/20/2011 12:43 PM Nadal Francisco

gvsig-desktop#1014

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

34444 01/28/2011 05:39 PM Cesar Ordiñana

Add support to generate the installer index package

34158 11/23/2010 02:38 PM Cesar Ordiñana

Source code format

34027 11/08/2010 02:39 PM Cesar Ordiñana

Solve package info reading bug

34020 11/08/2010 08:59 AM Cesar Ordiñana

Solve gvspkg (package) file creation and installation support

34005 11/03/2010 02:29 PM 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 06:33 PM Cesar Ordiñana

Add default package download URL

33982 10/27/2010 11:03 AM Cesar Ordiñana

Add option to install packages from a URL

33729 10/21/2010 01:13 PM Cesar Ordiñana

Format according to the gvSIG code conventions

32627 05/12/2010 09:30 AM Jorge Piera

Adding a listener for the finish action

32602 05/11/2010 12:33 PM Jorge Piera

Refactoring the name of the services and adding java docs

32598 05/11/2010 12:08 PM Jorge Piera

Refactoring of names

32585 05/11/2010 09:08 AM Jorge Piera

Refactoring of names

32562 05/10/2010 12:14 PM Jorge Piera

Refactoring the name of the services

32516 04/30/2010 11:39 AM Jorge Piera

Moving completely the compress and decompress utilities to the provider services

32500 04/30/2010 09:54 AM Jorge Piera

Adding comments to the API and movving methods to the provider services

32498 04/30/2010 09:41 AM Jorge Piera

Adding comments to the API and movving methods to the provider services

32451 04/28/2010 02:56 PM Jorge Piera

Adding source code comments and removing not-used imports

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

Adding ProviderServices to the API