Statistics
| Revision:

root / tags / v2_0_0_Build_2051 / extensions / org.gvsig.installer / org.gvsig.installer.lib / org.gvsig.installer.lib.impl / src / main / java / org / gvsig / installer / lib / impl / info @ 38753

# Date Author Comment
38753 08/14/2012 01:56 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2051 (devel)

37922 02/14/2012 04:48 PM Cesar Ordiñana

Solve bug #316

37882 02/07/2012 06:39 PM Cesar Ordiñana

Solve some errors in the package generation process

37857 02/06/2012 02:37 PM Joaquín del Cerro Murciano

Añade soporte para firmar paquetes.
Refactor de OsAndArchitectureCellRenderer para mostrar el tooltip e icono de plataforma adecuados.

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

37601 01/13/2012 11:07 AM Nadal Francisco

Added the field Owner URL to the PackageInfo.
Added the field Owner URL to the package info panel on the packages creation.
Added a few translations.

37599 01/12/2012 12:59 PM Nadal Francisco

Formated and cleaned up.

37550 12/30/2011 02:33 PM Nadal Francisco

Different improvements in the package selection panel.

37169 11/04/2011 02:48 PM Nadal Francisco

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

36759 10/19/2011 03:46 PM Cesar Ordiñana

Allow reading and writing the new webURL package info attribute

36758 10/19/2011 03:38 PM Cesar Ordiñana

Check for a null owner value

36756 10/19/2011 02:53 PM Cesar Ordiñana

Added new package info attributes: owner, sourcesURL and webURL

36678 10/03/2011 10:36 AM Cesar Ordiñana

Better warn message with the plugin name.

36677 10/03/2011 10:22 AM Cesar Ordiñana

Check for null version value

35982 08/02/2011 01:43 PM Nadal Francisco

Fixed some bugs in dependencies.

35979 08/01/2011 12:22 PM Joaquín del Cerro Murciano

Add support to manage dependencies in packages

35966 07/29/2011 11:06 AM Nadal Francisco

Added three new fields to the package.info file (owner, dependencies and source files url).

34437 01/25/2011 05:10 PM Cesar Ordiñana

Take into account the build property may be empty in the package.info file

34425 01/24/2011 05:47 PM Cesar Ordiñana

Change package.info build property name with buildNumber, as build is already used as a property by maven an it doesn't allow to be loaded easily.
The old build property will be supported only while reading.

34159 11/23/2010 02:39 PM Cesar Ordiñana

Remove required properties checks, they will be filled with default values

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)

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

Add option to install packages from a URL

33731 10/21/2010 01:16 PM Cesar Ordiñana

Remove compiler warnings

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

Format according to the gvSIG code conventions

33711 10/20/2010 03:19 PM Cesar Ordiñana

Use a better tag name

33710 10/20/2010 03:18 PM Cesar Ordiñana

Correct jvm tag

33686 10/18/2010 03:43 PM 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

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

Refactoring the name of the services

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

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

32333 03/29/2010 09:54 AM Jorge Piera

Adding some comments to the source code

32287 03/17/2010 12:40 PM Jorge Piera

Adding implementation to compress an extension

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

First commit