download task updated (licenses and version info is now added to the zip) BLD200308010100
authormmatula@netbeans.org
Thu, 31 Jul 2003 08:25:55 +0000
changeset 1321ed39f8a256f1
parent 1320 821a16e47b38
child 1322 fb0987a0eb5a
download task updated (licenses and version info is now added to the zip)
mdr/build.xml
     1.1 --- a/mdr/build.xml	Wed Jul 30 20:54:51 2003 +0000
     1.2 +++ b/mdr/build.xml	Thu Jul 31 08:25:55 2003 +0000
     1.3 @@ -132,7 +132,10 @@
     1.4          <fileset dir="${build.dir}/netbeans/modules/autoload/ext" includes="*.jar"/>
     1.5          <fileset dir="${build.dir}/netbeans/modules/autoload" includes="mdrapi.jar"/>
     1.6          <fileset dir="../openide/standalone" includes="openide-lookup.jar"/>
     1.7 +        <fileset dir="external" includes="licenses.txt"/>
     1.8      </copy>
     1.9 +    <echo file="download/versioninfo.txt" append="false">Build number: ${buildnumber}
    1.10 +    </echo>
    1.11      <zip destfile="mdr-standalone.zip" basedir="download"/>
    1.12    </target>
    1.13