project can build again. oops -/ BLD200607181800
authorhair@netbeans.org
Mon, 17 Jul 2006 16:31:52 +0000
changeset 7341fc600aa9122e
parent 7340 70fd10d73c58
child 7342 3308f28a58e4
project can build again. oops -/
tasklist.checkstyle/build.xml
     1.1 --- a/tasklist.checkstyle/build.xml	Mon Jul 17 15:14:35 2006 +0000
     1.2 +++ b/tasklist.checkstyle/build.xml	Mon Jul 17 16:31:52 2006 +0000
     1.3 @@ -51,10 +51,6 @@
     1.4          <fail unless="commons-collections.present">Missing library.
     1.5              ${readme.txt} 
     1.6          </fail>
     1.7 -        <available file="../external/checkstyle_checks.xml" property="checkstyle-rule.present" />
     1.8 -        <fail unless="checkstyle-rule.present">Missing library.
     1.9 -            ${readme.txt}
    1.10 -        </fail>
    1.11          
    1.12          <mkdir dir="${cluster}/modules/ext"/>
    1.13          <copy todir="${cluster}/modules/ext">
    1.14 @@ -66,8 +62,6 @@
    1.15                  <include name="commons-collections.jar"/>
    1.16              </fileset>
    1.17          </copy>
    1.18 -       <mkdir dir="${cluster}/configs"/>
    1.19 -       <copy tofile="${cluster}/configs/checkstyle.xml" file="../external/checkstyle_checks.xml"/>
    1.20      </target>
    1.21      
    1.22      <target name="changelog">