Download 6.9 on demand.
authorJesse Glick <jglick@netbeans.org>
Wed, 23 Mar 2011 15:55:05 -0400
changeset 320991d0cef8937d
parent 3208 a7af157566dd
child 3210 013a9dae7485
Download 6.9 on demand.
build.xml
nbproject/platform.properties
     1.1 --- a/build.xml	Wed Mar 23 14:24:30 2011 -0400
     1.2 +++ b/build.xml	Wed Mar 23 15:55:05 2011 -0400
     1.3 @@ -1,5 +1,8 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5  <project name="visualweb" basedir=".">
     1.6 +    <mkdir dir=".hg"/> <!-- just in case -->
     1.7 +    <get src="http://dlc.sun.com.edgesuite.net/netbeans/6.9/final/zip/netbeans-6.9-201006101454-ml-java.zip" dest=".hg" skipexisting="true" verbose="true"/>
     1.8 +    <unzip src=".hg/netbeans-6.9-201006101454-ml-java.zip" dest=".hg"/>
     1.9      <import file="nbproject/build-impl.xml"/>
    1.10      <target name="downloadbinaries" description="Download external binaries not stored in Mercurial sources.">
    1.11          <!-- XXX as of NB 7.0 (a5514d070c77) this will be standard; until then need our own copy: -->
     2.1 --- a/nbproject/platform.properties	Wed Mar 23 14:24:30 2011 -0400
     2.2 +++ b/nbproject/platform.properties	Wed Mar 23 15:55:05 2011 -0400
     2.3 @@ -7,3 +7,6 @@
     2.4      ${nbplatform.active.dir}/enterprise:\
     2.5      ${nbplatform.active.dir}/ide
     2.6  nbplatform.active=nb69
     2.7 +nbplatform.nb69.netbeans.dest.dir=${suite.dir}/.hg/netbeans
     2.8 +nbplatform.nb69.harness.dir=${nbplatform.nb69.netbeans.dest.dir}/harness
     2.9 +suite.dir=${basedir}