Ignore:
Timestamp:
Mar 19, 2008, 3:01:41 PM (15 years ago)
Author:
Nicklas Nordborg
Message:

References #103: Create example extensions

ant package now also includes source code in the tar.gz file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.examples/trunk/build.xml

    r636 r637  
    4242    >
    4343    <copy todir="${dist}">
    44       <fileset dir="." includes="README*,LICENSE,INSTALL" />
     44      <fileset dir="." includes="README,LICENSE,RELEASE,build.xml" />
     45      <fileset dir="." includes="src/**,resources/**,META-INF/**" />
     46      <fileset dir="." includes="lib/compile/readme.txt" />
    4547    </copy>
    4648  </target>
Note: See TracChangeset for help on using the changeset viewer.