Ignore:
Timestamp:
Nov 2, 2011, 11:20:27 AM (12 years ago)
Author:
Nicklas Nordborg
Message:

Preparing 'Example code 1.3' release.

Location:
extensions/net.sf.basedb.examples/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.examples/trunk/META-INF/extensions.xml

    r1392 r1433  
    2929      code example.
    3030    </description>
    31     <version>1.3-dev</version>
     31    <version>1.3</version>
    3232    <min-base-version>3.0.0</min-base-version>
    3333    <copyright>BASE development team</copyright>
  • extensions/net.sf.basedb.examples/trunk/README

    r1392 r1433  
    5555 6. The ''Hello X-JSP world'' example requires that the X-JSP compiler is installed
    5656    on the server. Read in the documentation how to do this.
    57     http://base.thep.lu.se/chrome/site/3.0-alfa/html/admin/plugins.installation.html
     57    http://base.thep.lu.se/chrome/site/latest/html/admin/plugins.installation.html
    5858 7. Done. You may have to use 'BASE->Reload permissions' from the menu to see the
    5959    'Extensions' menu.
     
    6464To compile this package you also need:
    6565 
    66  1. Ant 1.6
     66 1. Ant 1.8
    6767 2. Java 1.6
    6868
  • extensions/net.sf.basedb.examples/trunk/build.xml

    r1393 r1433  
    3030  <!-- variables used -->
    3131  <property name="name" value="base-examples" />
    32   <property name="version" value="1.3-alfa" />
     32  <property name="version" value="1.3" />
    3333  <property name="src" location="src" description="Location of source files" />
    3434  <property name="build" location="build" description="Location of compiled files" />
Note: See TracChangeset for help on using the changeset viewer.