source: branches/0.18.x/abcl/netbeans-build.xml

Last change on this file was 12364, checked in by ehuelsmann, 14 years ago

Backport r12350 upto 12355 and 12359:

fixes to recently added functionality (attempt 2).

File size: 378 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="antlib:org.apache.tools.ant"
3    name="abcl" default="default" basedir=".">
4
5<!-- XXX need way to autodetect NetBeans as installed, as this will
6     probably fail otherwise.  -->
7  <import file="nbproject/build-impl.xml"/>
8
9  <target name="-post-compile">
10    <antcall target="abcl.compile.lisp"/>
11  </target>
12</project>
13
Note: See TracBrowser for help on using the repository browser.