Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2021 / extensions / org.gvsig.installer / org.gvsig.installer.lib / org.gvsig.installer.lib.impl / src / main / java / org / gvsig / installer / lib / impl / utils / Compress.java @ 34107

History | View | Annotate | Download (5.49 KB)

  • svn:mime-type: text/plain
# Date Author Comment
34107 11/08/2010 11:15 AM Cesar Ordiñana

Build 2021

34019 11/05/2010 06:39 AM Cesar Ordiñana

Correct gvspkg file contents

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

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

Refactoring of names

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

Refactoring the name of the services

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

Moving completely the compress and decompress utilities to the provider services

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

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

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

Adding source code comments and removing not-used imports

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

Adding implementation to compress an extension

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

First commit