Cleanup
authorjlahoda
Sat, 29 Oct 2016 08:45:16 +0200
changeset 10227e646b89a2ab
parent 1021 bd16abcadca1
child 1023 ad92d8aa2ce5
Cleanup
cmdline/compiler/build.xml
     1.1 --- a/cmdline/compiler/build.xml	Sat Oct 29 08:34:03 2016 +0200
     1.2 +++ b/cmdline/compiler/build.xml	Sat Oct 29 08:45:16 2016 +0200
     1.3 @@ -4,7 +4,6 @@
     1.4  <!-- If you delete this file and reopen the project it will be recreated. -->
     1.5  <project name="org.netbeans.modules.jackpot30.compiler" default="netbeans" basedir=".">
     1.6      <description>Builds, tests, and runs the project org.netbeans.modules.jackpot30.compiler.</description>
     1.7 -    <property name="retouche.javac.impl" value="" />
     1.8      <import file="nbproject/build-impl.xml"/>
     1.9      <import file="${suite.dir}/../findbugs-import.xml"/>
    1.10  
    1.11 @@ -65,7 +64,7 @@
    1.12      
    1.13      <target name="test-build" depends="projectized-common.test-build,-prepare-scripted-tests" />
    1.14      <target name="build-init" depends="harness.build-init">
    1.15 -        <condition property="run.bootclasspath.prepend" value="${bootclasspath.prepend}${path.separator}${retouche.javac.impl}">
    1.16 +        <condition property="run.bootclasspath.prepend" value="${bootclasspath.prepend}">
    1.17              <istrue value="${requires.nb.javac}"/>
    1.18          </condition>
    1.19      </target>