Ignore:
Timestamp:
05/15/10 16:33:15 (13 years ago)
Author:
Mark Evenson
Message:

Backport r1267[14]: Site specific initialization code can be named by 'abcl.startup.file'.

Builds of ABCL can now be customized with "site specific" startup code
by setting the Ant property 'abcl.startup.file' to the path of a file
containing the custom code. This code is merged into 'system.lisp'
which is loaded during the boot process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.20.x/abcl/abcl.properties.in

    r12543 r12684  
    1212# java.options sets the Java options in the abcl wrapper scripts
    1313#java.options=-Xmx1g
     14
     15# Additional site specific startup code to be merged in 'system.lisp'
     16#abcl.startup.file=${basedir}/startup.lisp
Note: See TracChangeset for help on using the changeset viewer.