r9801 - helma-ng/trunk
[email protected] Mon, 18 May 2009 10:08:41 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090518080841.640773D0D6@mia> |
Author: hannes Date: 2009-05-18 10:08:41 +0200 (Mon, 18 May 2009) New Revision: 9801 Modified: helma-ng/trunk/build.xml Log: Add app skeleton to Debian package Fixes #32. From: Andreas Bolka <[email protected]> Details at http://dev.helma.org/trac/helma/changeset/9801 Modified: helma-ng/trunk/build.xml =================================================================== --- helma-ng/trunk/build.xml 2009-05-17 05:07:37 UTC (rev 9800) +++ helma-ng/trunk/build.xml 2009-05-18 08:08:41 UTC (rev 9801) @@ -156,6 +156,9 @@ </filterset> <fileset dir="${dpkg.src}"/> </copy> + <copy todir="${dpkg.tmp}/usr/share/helma/apps/skeleton"> + <fileset dir="${home}/apps/skeleton"/> + </copy> <copy todir="${dpkg.tmp}/usr/share/helma/modules"> <fileset dir="${home}/modules"/> </copy>