Ignore:
Timestamp:
May 12, 2008, 1:54:21 PM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #103: Create example extensions

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

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.examples/trunk

    • Property svn:ignore
      •  

        old new  
        66extension-examples.jar
        77extension-examples*.tar.gz
         8build.properties
  • extensions/net.sf.basedb.examples/trunk/README

    r683 r691  
    3939Follow these instructions:
    4040
    41  1. Copy the BASE2Core.jar and BASE2Webclient.jar from the BASE installation
    42     directory (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory.
    43 
    44  2. Type 'ant' to compile the code and generate the 'extension-example.jar' file
     41 1. Type `ant download-lib` to automatically download the BASE core JAR file that
     42    are neeed for compilation. You can also do this manually by copying the
     43    BASE2Core.jar and BASE2Webclient.jar files from the BASE installation directory
     44    (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory.
     45 
     46 2. Type 'ant' to compile the code and generate the 'extension-examples.jar' file
    4547    in the project directory.
    4648
Note: See TracChangeset for help on using the changeset viewer.