Opened 12 years ago

Closed 12 years ago

#321 closed task (fixed)

Release 1.0 supported libraries

Reported by: adube Owned by:
Priority: major Milestone: 1.0.0
Component: packaging/scripts/config Version:
Keywords: Cc:

Description

  • We need to list the supported libraries in GeoPrisma 1.0 and their version.
  • We should make the samples use them by adjusting any external libraries to point to the according revision instead of trunk.
  • We should make sure that they can be easily packaged as well.

Change History (9)

comment:1 by adube, 12 years ago

Each library and its release number must be documented :

  • in the wiki
  • in the gp-info.php file

comment:2 by adube, 12 years ago

r1179, featuring :

  • ./lib/ext-3.3.1 moved to ./lib/client/ext
  • ./lib/proj4js moved to ./lib/client/proj4js
  • samples now using "g_lib_url" equal to ./lib/client instead of ./lib
  • widgets loading files from ./lib/externals now using ./lib/client instead

comment:3 by adube, 12 years ago

r1178 & r1180 featuring all required libraries now added in ./lib/client, each containing a VERSION file.

comment:4 by adube, 12 years ago

Wiki page about the releases now containing the list of libraries packaged with GeoPrisma :

http://trac.osgeo.org/geoprisma/wiki/WikiStart/releases

comment:5 by adube, 12 years ago

The externals will no longer be used, so they can now be removed.

comment:6 by adube, 12 years ago

r1181 : all externals in ./lib/externals were removed. There is still the src/client/widgets/attributefilterpanel/js/lib that should be moved as well.

comment:7 by adube, 12 years ago

r1182, featuring :

  • new ./lib/client/geoext-ux-attributefilterpanel/
  • attributefilterpanel now loading from this directory

comment:8 by adube, 12 years ago

r1183 : attributefilterpanel externals removed.

comment:9 by adube, 12 years ago

Resolution: fixed
Status: newclosed

r1184 : lib/externals removed.

That completes the last task related to this ticket. Done.

Note: See TracTickets for help on using tickets.