[armedbear-devel] examples in abcl-src ?
Mario Lang
mlang at delysid.org
Tue Jun 8 12:00:05 UTC 2010
Hi.
Currently, the examples/ subdirectory is not included with the
abcl source distribution. If this is not on purpose, I'd like
to suggest the following change to build.xml:
Index: build.xml
===================================================================
--- build.xml (revision 12738)
+++ build.xml (working copy)
@@ -463,7 +463,8 @@
<include name="CHANGES"/>
<include name="abcl.in"/>
<include name="abcl.bat.in"/>
-
+ <include name="examples/**"/>
+
<!-- The remainder of these files are used by the Lisp hosted
build in 'build-abcl.lisp' but not used by Ant, so include
them in the source distribution. -->
--
Thanks,
Mario
More information about the armedbear-devel
mailing list