Changes between Version 3 and Version 4 of GSoc2013Tests


Ignore:
Timestamp:
Sep 3, 2013, 1:46:47 PM (11 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoc2013Tests

    v3 v4  
     1'''1. Adding license in Server Side :'''
     2[[BR]]
     3     * In order to add a license for a especific package, you need to create a .txt license file under path of a directory of package on
     4       [http://download.osgeo.org/osgeo4w] server, for example:
     5        {{{
     6         svn someuser@download.osgeo.org   # log in into server
     7         cd osgeo/download/osgeo4w/release/gdal/gdal-ecw
     8         touch gdal-ecw-1.9.1-0.txt        # you need to create a .txt license file
     9         echo "some terms of the restrictive package"
     10         
     11       }}}
    112
    2 '''1. Steps for Testing extend Features of OSGeo4W :'''
     13'''2. Steps for Testing extend Features of OSGeo4W :'''
    314[[BR]]
    415     * Before you follow this steps you should do all configurations and build the setup.exe at [http://trac.osgeo.org/osgeo4w/wiki/SetupDevelopment]