This repository was archived by the owner on Dec 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11language : java
22jdk :
3- - oraclejdk7
4- - oraclejdk8
5-
6- install : ant deps
7-
3+ - oraclejdk7
4+ - oraclejdk8
5+ install :
6+ ant build
87branches :
98 only :
109 - master
Original file line number Diff line number Diff line change 2121 <target name =" build-init" depends =" -getAntContrib,harness.build-init" >
2222 <property name =" versionProperties" value =" ${ src.dir } /org/nbstudio/version.properties" />
2323 <propertyfile file =" ${ versionProperties } " >
24- <entry key =" BUILD" value =" 1" type =" int" operation =" +" />
24+ <entry pattern = " 0000 " key =" BUILD" value =" 1" type =" int" operation =" +" />
2525 </propertyfile >
2626 <property file =" ${ versionProperties } " />
2727 <propertyfile file =" ${ versionProperties } " >
Original file line number Diff line number Diff line change @@ -5,4 +5,16 @@ cluster.path=\
55 ${nbplatform.active.dir}/platform
66disabled.modules =\
77
8- nbplatform.active =default
8+ # nbplatform.active=default
9+
10+ nbplatform.active =custom
11+ nbplatform =8.0.2
12+
13+ suite.dir =${basedir}
14+
15+ harness.dir =${nbplatform.custom.netbeans.dest.dir}/harness
16+
17+ nbplatform.custom.netbeans.dest.dir =${suite.dir}/../netbeans_platform_${nbplatform}
18+
19+ bootstrap.url =http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/netbeans/harness/tasks.jar
20+ autoupdate.catalog.url =http://updates.netbeans.org/netbeans/updates/${nbplatform}/uc/final/distribution/catalog.xml.gz
You can’t perform that action at this time.
0 commit comments