Show
Ignore:
Timestamp:
08/29/07 10:58:31 (2 years ago)
Author:
dr2chase
Message:

Fixed netbeans project classpath

Location:
trunk/ProjectFortress
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress

    • Property svn:ignore
      •  

        old new  
        1 *.aux 
        2 *.bbl 
        3 *.blg 
         1*.dvi 
         2junit.jar 
         3FortressLibrary.ast 
         4*.tfs 
         5*.elc 
         6*.log 
         7fortress_742.zip 
         8parser_ops.txt 
         9FortressLibrary.tfs 
         10fortress.zip 
        411*.class 
        5 *.dvi 
        6 *.elc 
        7 *.hprof 
        8 *.jst 
        9 *.log 
         12parser_right.txt 
         13precedence.txt 
         14lexer.txt 
         15syryu 
         16.settings 
         17small.ast 
         18.dependencies 
         19*.toc 
         20parser_match.txt 
         21fortress_586.zip 
         22*.tfi 
        1023*.out 
        1124*.sexp 
        12 *.toc 
        13 .cvsignore 
        14 .dependencies 
        15 .hg 
        16 .settings 
        17 FortressLibrary.ast 
         25*.jst 
         26tokens.txt 
         27junit*.properties 
         28docs 
         29hello.ast 
         30parser_left.txt 
        1831TEST-RESULTS 
        1932TestHashCode.java 
         33small.fss 
         34testSerializationScratch 
         35*.bbl 
         36sr.fss 
         37.hg 
         38diffs.* 
         39fortress_648.zip 
         40*.aux 
         41fortress_588.zip 
        2042build 
        21 diffs.* 
        22 hello.ast 
        23 junit.jar 
        24 lexer.txt 
         43*.mine 
        2544overloadTest1.ast 
         45.cvsignore 
         46*.blg 
         47*.hprof 
        2648parser_enc.txt 
        27 parser_left.txt 
        28 parser_match.txt 
        29 parser_ops.txt 
        30 parser_right.txt 
        31 precedence.txt 
        32 small.ast 
        33 small.fss 
        34 sr.fss 
        35 syryu 
        36 tokens.txt 
        37 FortressLibrary.tfs 
        38 *.tfi 
        39 *.tfs 
        4049testFile.txt 
        41 docs 
        42 *.mine 
        43 junit*.properties 
        44 testSerializationScratch 
  • trunk/ProjectFortress/nbproject/project.xml

    r703 r766  
    6464            <compilation-unit> 
    6565                <package-root>src</package-root> 
    66                 <classpath mode="compile">third_party/xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/junit/junit.jar:third_party/plt/plt.jar</classpath> 
     66                <classpath mode="compile">third_party/xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/junit/junit.jar:third_party/plt/plt.jar:third_party/ant/ant.jar</classpath> 
    6767                <built-to>build</built-to> 
    6868                <source-level>1.5</source-level>