cont. improve setup of plsql builds broken_builds_release701
authorJiri Rechtacek <jrechtacek@netbeans.org>
Tue, 25 Sep 2012 19:08:50 +0200
branchbroken_builds_release701
changeset 2925d62dfb3f3ef
parent 291 d02a587495ad
child 297 9c273eaeb653
cont. improve setup of plsql builds
build.xml
     1.1 --- a/build.xml	Tue Sep 25 18:13:23 2012 +0200
     1.2 +++ b/build.xml	Tue Sep 25 19:08:50 2012 +0200
     1.3 @@ -40,6 +40,7 @@
     1.4                  <uptodate targetfile="${timestamp.file}">
     1.5                      <srcfiles dir="." includes="*.zip"/>
     1.6                  </uptodate>
     1.7 +                <available file="ide" type="dir"/>
     1.8              </and>            
     1.9          </condition>
    1.10       </target>     
    1.11 @@ -79,9 +80,8 @@
    1.12      <target name="build" depends="netbeans"/>
    1.13      
    1.14      <target name="clean">
    1.15 -        <echo>nbplatform.default.netbeans.dest.dir resolved to ${nbplatform.default.netbeans.dest.dir}</echo>
    1.16 -        <echo>nbplatform.default.harness.dir resolved to ${nbplatform.default.harness.dir}</echo>
    1.17          <ant antfile="build-suite.xml" target="clean" inheritAll="false"/>
    1.18 +        <delete dir="ide"/>
    1.19      </target>
    1.20      
    1.21      <target name="real-clean" depends="clean">