Show
Ignore:
Timestamp:
01/11/07 11:55:18 (3 years ago)
Author:
dc12360
Message:

Patches from Jesse Glick (issues 2 and 3)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/nbproject/project.xml

    r8 r13  
    99            <folders> 
    1010                <source-folder> 
    11                     <label>src</label> 
     11                    <label>Sources</label> 
    1212                    <type>java</type> 
    1313                    <location>src</location> 
     
    2929                </action> 
    3030            </ide-actions> 
     31            <export> 
     32                <type>folder</type> 
     33                <location>build</location> 
     34                <build-target>compile</build-target> 
     35            </export> 
    3136            <view> 
    3237                <items> 
     38                    <source-folder style="tree"> 
     39                        <label>Demos</label> 
     40                        <location>demos</location> 
     41                    </source-folder> 
     42                    <source-folder style="tree"> 
     43                        <label>Tests</label> 
     44                        <location>tests</location> 
     45                    </source-folder> 
    3346                    <source-folder style="packages"> 
    34                         <label>src</label> 
     47                        <label>Sources</label> 
    3548                        <location>src</location> 
    3649                    </source-folder> 
     
    5164            <compilation-unit> 
    5265                <package-root>src</package-root> 
    53                 <classpath mode="compile">third_party/xtc/xtc.jar:third_party/FJ/concurrent.jar</classpath> 
     66                <classpath mode="compile">third_party/xtc/xtc.jar:third_party/FJ/concurrent.jar:third_party/junit/junit.jar</classpath> 
     67                <built-to>build</built-to> 
    5468                <source-level>1.5</source-level> 
    5569            </compilation-unit>