fixed obvious bug in build.xml: build_system_27199_base
authorhkrug@netbeans.org
Thu, 19 Sep 2002 07:21:08 +0000
changeset 10518c96bd9cda40
parent 1050 cbe27fcc7162
child 1052 418b63edea1d
fixed obvious bug in build.xml:
${build.dir} must be placed in front of all created directories
mdr/build.xml
     1.1 --- a/mdr/build.xml	Wed Sep 18 16:15:48 2002 +0000
     1.2 +++ b/mdr/build.xml	Thu Sep 19 07:21:08 2002 +0000
     1.3 @@ -146,7 +146,7 @@
     1.4    <target name="jars" depends="init,jars-all"/>
     1.5  
     1.6    <target name="release" depends="init">
     1.7 -    <mkdir dir="netbeans/modules/autoload"/>
     1.8 +    <mkdir dir="${build.dir}/netbeans/modules/autoload"/>
     1.9      <copy todir="${build.dir}/netbeans/modules/autoload">
    1.10        <fileset dir="${jmi.jar.dir}">
    1.11          <include name="*.jar"/>