Changeset 13 for trunk/ProjectFortress/nbproject
- Timestamp:
- 01/11/07 11:55:18 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/nbproject/project.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/nbproject/project.xml
r8 r13 9 9 <folders> 10 10 <source-folder> 11 <label> src</label>11 <label>Sources</label> 12 12 <type>java</type> 13 13 <location>src</location> … … 29 29 </action> 30 30 </ide-actions> 31 <export> 32 <type>folder</type> 33 <location>build</location> 34 <build-target>compile</build-target> 35 </export> 31 36 <view> 32 37 <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> 33 46 <source-folder style="packages"> 34 <label> src</label>47 <label>Sources</label> 35 48 <location>src</location> 36 49 </source-folder> … … 51 64 <compilation-unit> 52 65 <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> 54 68 <source-level>1.5</source-level> 55 69 </compilation-unit>

