Move netbeans harness out of version specific, it's needed earlier for bootstrap

This commit is contained in:
adam-m 2012-06-21 09:37:37 -04:00
parent 3cd14f21f1
commit a36985b81b

View File

@ -8,7 +8,8 @@
<!-- Netbeans RCP platform -->
<property name="netbeans-plat.version" value="7.0.1"/>
<property name="nbplatform.active.dir" value="${basedir}/thirdparty/netbeans-plat/${netbeans-plat.version}"/>
<property name="harness.dir" value="${nbplatform.active.dir}/harness"/>
<!-- harness for bootstrapping -->
<property name="harness.dir" value="${basedir}/thirdparty/netbeans-plat/harness"/>
<import file="nbproject/build-impl.xml"/>