Changeset 12449


Ignore:
Timestamp:
02/12/10 08:27:34 (13 years ago)
Author:
Mark Evenson
Message:

Include manifest in Netbeans build so that abcl.jar is executable.

Found by Paul Griffioen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/nbproject/project.properties

    r12404 r12449  
    3333    ${javac.classpath}:\
    3434    ${build.classes.dir}:\
    35     ${libs.junit.classpath}:\
    36     ${libs.junit_4.classpath}
     35    ${libs.junit_4.classpath}:\
     36    ${libs.junit.classpath}
    3737javadoc.additionalparam=
    3838javadoc.author=false
     
    5353jnlp.signed=false
    5454main.class=org.armedbear.lisp.Main
    55 manifest.file=manifest.mf
     55manifest.file=src/manifest-abcl
    5656meta.inf.dir=${src.dir}/META-INF
    5757platform.active=default_platform
Note: See TracChangeset for help on using the changeset viewer.