fixed broken builds with NB7.0.1 release701
authorJiri Rechtacek <jrechtacek@netbeans.org>
Tue, 09 Oct 2012 20:25:25 +0200
branchrelease701
changeset 298772c9847bda0
parent 275 91fef9e631aa
parent 297 9c273eaeb653
fixed broken builds with NB7.0.1
     1.1 --- a/PLSQL/Debugging/nbproject/project.xml	Wed Aug 15 19:42:47 2012 +0200
     1.2 +++ b/PLSQL/Debugging/nbproject/project.xml	Tue Oct 09 20:25:25 2012 +0200
     1.3 @@ -123,7 +123,7 @@
     1.4                      <build-prerequisite/>
     1.5                      <compile-dependency/>
     1.6                      <run-dependency>
     1.7 -                        <specification-version>7.31.2</specification-version>
     1.8 +                        <specification-version>7.31.1</specification-version>
     1.9                      </run-dependency>
    1.10                  </dependency>
    1.11                  <dependency>
     2.1 --- a/PLSQL/Navigator/nbproject/project.xml	Wed Aug 15 19:42:47 2012 +0200
     2.2 +++ b/PLSQL/Navigator/nbproject/project.xml	Tue Oct 09 20:25:25 2012 +0200
     2.3 @@ -116,7 +116,7 @@
     2.4                      <compile-dependency/>
     2.5                      <run-dependency>
     2.6                          <release-version>1</release-version>
     2.7 -                        <specification-version>1.51.2.8</specification-version>
     2.8 +                        <specification-version>1.51.1</specification-version>
     2.9                      </run-dependency>
    2.10                  </dependency>
    2.11                  <dependency>
    2.12 @@ -150,7 +150,7 @@
    2.13                      <build-prerequisite/>
    2.14                      <compile-dependency/>
    2.15                      <run-dependency>
    2.16 -                        <specification-version>7.31.2</specification-version>
    2.17 +                        <specification-version>7.31.1</specification-version>
    2.18                      </run-dependency>
    2.19                  </dependency>
    2.20                  <dependency>
     3.1 --- a/build.xml	Wed Aug 15 19:42:47 2012 +0200
     3.2 +++ b/build.xml	Tue Oct 09 20:25:25 2012 +0200
     3.3 @@ -40,6 +40,7 @@
     3.4                  <uptodate targetfile="${timestamp.file}">
     3.5                      <srcfiles dir="." includes="*.zip"/>
     3.6                  </uptodate>
     3.7 +                <available file="ide" type="dir"/>
     3.8              </and>            
     3.9          </condition>
    3.10       </target>     
    3.11 @@ -56,7 +57,7 @@
    3.12      <target name="check-harness">
    3.13          <echo>nbplatform.default.netbeans.dest.dir resolved to ${nbplatform.default.netbeans.dest.dir}</echo>
    3.14          <echo>nbplatform.default.harness.dir resolved to ${nbplatform.default.harness.dir}</echo>
    3.15 -        <fail message="Harness is missing. Specify nbplatform.default.netbeans.dest.dir={path-to-your-sources-root}/ide/netbeans in nbproject/private/platform-private.propetries">
    3.16 +        <fail message="Harness is missing. Specify nbplatform.default.netbeans.dest.dir={path-to-your-sources-root}/ide/netbeans in nbproject/private/platform-private.properties">
    3.17              <condition>
    3.18                  <not>
    3.19                      <available file="${nbplatform.default.harness.dir}" type="dir"/>
    3.20 @@ -79,9 +80,8 @@
    3.21      <target name="build" depends="netbeans"/>
    3.22      
    3.23      <target name="clean">
    3.24 -        <echo>nbplatform.default.netbeans.dest.dir resolved to ${nbplatform.default.netbeans.dest.dir}</echo>
    3.25 -        <echo>nbplatform.default.harness.dir resolved to ${nbplatform.default.harness.dir}</echo>
    3.26          <ant antfile="build-suite.xml" target="clean" inheritAll="false"/>
    3.27 +        <delete dir="ide"/>
    3.28      </target>
    3.29      
    3.30      <target name="real-clean" depends="clean">
     4.1 --- a/nbproject/genfiles.properties	Wed Aug 15 19:42:47 2012 +0200
     4.2 +++ b/nbproject/genfiles.properties	Tue Oct 09 20:25:25 2012 +0200
     4.3 @@ -8,4 +8,4 @@
     4.4  nbproject/build-impl.xml.stylesheet.CRC32=196c7090
     4.5  nbproject/platform.xml.data.CRC32=fd65edd3
     4.6  nbproject/platform.xml.script.CRC32=db9e1f43
     4.7 -nbproject/platform.xml.stylesheet.CRC32=df8ac4dd@2.47.1
     4.8 +nbproject/platform.xml.stylesheet.CRC32=df8ac4dd@2.53.1