Changes between Version 9 and Version 10 of net.sf.basedb.examplecode


Ignore:
Timestamp:
Nov 2, 2011, 11:31:22 AM (12 years ago)
Author:
Nicklas Nordborg
Comment:

Releasing 'Example code 1.3'

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.examplecode

    v9 v10  
    55= Documentation =
    66
    7 [source:/extensions/net.sf.basedb.examples/tags/1.2/README README (1.2)] ([source:/extensions/net.sf.basedb.examples/tags/1.3-alfa/README 1.3-alfa]) contains information about this package, how to install it and how to compile it.
     7[source:/extensions/net.sf.basedb.examples/tags/1.3/README README] contains information about this package, how to install it and how to compile it.
    88
    99
     
    1515= Download =
    1616
    17 || Version || Revision || Date           || Binary (tar.gz) || BASE Version ||  ||
    18 || 1.3-alfa     || 1394     || September 15, 2011 || [attachment:wiki:net.sf.basedb.examplecode:base-examples-1.3-alfa.tar.gz?format=raw base-examples-1.3-alfa.tar.gz] (2.6MB) || 3.0-alfa or later || [query:"group=resolution&milestone=Example code v1.3&order=priority" changelog] ||
    19 || 1.2     || 1151     || August 31, 2009 || [attachment:wiki:net.sf.basedb.examplecode:extension-examples-1.2.tar.gz?format=raw extension-examples-1.2.tar.gz] (2.2MB) || 2.13.0 or later || [query:"status=closed&group=resolution&milestone=Extension examples v1.2&order=priority" changelog] ||
    20 || 1.1     || 1095     || May 28, 2009 || [attachment:wiki:net.sf.basedb.examplecode:extension-examples-1.1.tar.gz?format=raw extension-examples-1.1.tar.gz] (2.1MB) || 2.12.0 or later || [query:"status=closed&group=resolution&milestone=Extension examples v1.1&order=priority" changelog] ||
    21 || 1.0     || 693      || May 13, 2008 || [attachment:wiki:net.sf.basedb.examplecode:extension-examples-1.0.tar.gz?format=raw extension-examples-1.0.tar.gz] (19kB) || 2.7.0 or later || [query:"status=closed&group=resolution&milestone=Extension examples v1.0&order=priority" changelog] ||
     17|| '''Version''' || '''Revision''' || '''Date'''           || '''Binary (tar.gz)''' || '''BASE Version'''* ||  ||
     18|| 1.3     || 1434     || November 2, 2011 || [attachment:wiki:net.sf.basedb.examplecode:base-examples-1.3.tar.gz?format=raw base-examples-1.3.tar.gz] (2.7MB) || 3.0 || [query:"group=resolution&milestone=Example code v1.3&order=priority" changelog] ||
     19|| 1.2     || 1151     || August 31, 2009 || [attachment:wiki:net.sf.basedb.examplecode:extension-examples-1.2.tar.gz?format=raw extension-examples-1.2.tar.gz] (2.2MB) || 2.13 || [query:"status=closed&group=resolution&milestone=Extension examples v1.2&order=priority" changelog] ||
     20|| 1.1     || 1095     || May 28, 2009 || [attachment:wiki:net.sf.basedb.examplecode:extension-examples-1.1.tar.gz?format=raw extension-examples-1.1.tar.gz] (2.1MB) || 2.12 || [query:"status=closed&group=resolution&milestone=Extension examples v1.1&order=priority" changelog] ||
     21|| 1.0     || 693      || May 13, 2008 || [attachment:wiki:net.sf.basedb.examplecode:extension-examples-1.0.tar.gz?format=raw extension-examples-1.0.tar.gz] (19kB) || 2.7 || [query:"status=closed&group=resolution&milestone=Extension examples v1.0&order=priority" changelog] ||
    2222
    23 Source code can be downloaded from the subversion repository. Use the following command to get source code for the 1.1 version:
     23'''*''' In general, each release works with the specified and later BASE versions, except that releases for BASE 2 do not work with BASE 3.
    2424
    25  `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/tags/1.1 extensions-1.1`
     25'''Source code''' is included in the downloads, but can also retrieved from the subversion repository. Use the following command to get source code for the 1.3 version:
     26
     27 `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/tags/1.3 examples-1.3`
    2628
    2729
    2830The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command:
    2931
    30  `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/trunk extensions-devel`
     32 `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/trunk examples-devel`
    3133
    3234=== Contribute ===