Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2042 / extensions / org.gvsig.installer / org.gvsig.installer.swing / org.gvsig.installer.swing.impl / src / main / java / org / gvsig / installer / swing / impl / creation / wizard / ProgressWizard.java @ 37479

History | View | Annotate | Download (4.92 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.

36702 10/10/2011 02:41 AM Cesar Ordiñana

Prepare and copy external files and ant build file only when called from the wizard, as it is not needed when called from the maven plugin.

34974 05/04/2011 07:13 AM Nadal Francisco

FIxed wrong spell in setAntScript().
Fixed bug in Advanced Mode for creating package installer.

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.

34471 02/03/2011 02:35 AM Cesar Ordiñana

Create a package instead of a package set

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

Add support to generate the installer index package

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)

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

Format according to the gvSIG code conventions

33260 08/10/2010 02:56 AM Jorge Piera

Using the wizard from libUIComponents

32632 05/12/2010 05:19 AM Jorge Piera

Adding cancel and finish actions to the wizard

32565 05/10/2010 06:18 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

32433 04/28/2010 06:30 AM Jorge Piera

Updating the text using the properties file

32406 04/27/2010 05:51 AM Jorge Piera

Adding "reading" for the creation installer service

32401 04/26/2010 05:58 AM Jorge Piera
32296 03/18/2010 11:47 AM Jorge Piera

Adding the ant capability

32286 03/17/2010 07:40 AM Jorge Piera

Adding implementation to compress an extension

32285 03/17/2010 05:10 AM Jorge Piera

Updating the creation interface

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

First commit