root/trunk/ProjectFortress/nbproject/project.xml

Revision 787, 3.2 KB (checked in by chf, 2 years ago)

Concurrent Read sets, parallelism inside transactions, transaction tests, a new contention manager, new atomic arrays with single element transaction granularity.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://www.netbeans.org/ns/project/1">
3    <type>org.netbeans.modules.ant.freeform</type>
4    <configuration>
5        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
6            <!-- Do not use Project Properties customizer when editing this file manually. -->
7            <name>Fortress</name>
8            <properties/>
9            <folders>
10                <source-folder>
11                    <label>Sources</label>
12                    <type>java</type>
13                    <location>src</location>
14                </source-folder>
15            </folders>
16            <ide-actions>
17                <action name="build">
18                    <target>compile</target>
19                </action>
20                <action name="clean">
21                    <target>clean</target>
22                </action>
23                <action name="test">
24                    <target>test</target>
25                </action>
26                <action name="rebuild">
27                    <target>clean</target>
28                    <target>compile</target>
29                </action>
30                <action name="run">
31                    <target>test</target>
32                </action>
33                <action name="debug">
34                    <script>nbproject/ide-file-targets.xml</script>
35                    <target>debug-nb</target>
36                </action>
37            </ide-actions>
38            <export>
39                <type>folder</type>
40                <location>build</location>
41                <build-target>compile</build-target>
42            </export>
43            <view>
44                <items>
45                    <source-folder style="tree">
46                        <label>Demos</label>
47                        <location>demos</location>
48                    </source-folder>
49                    <source-folder style="tree">
50                        <label>Tests</label>
51                        <location>tests</location>
52                    </source-folder>
53                    <source-folder style="packages">
54                        <label>Sources</label>
55                        <location>src</location>
56                    </source-folder>
57                    <source-file>
58                        <location>build.xml</location>
59                    </source-file>
60                </items>
61                <context-menu>
62                    <ide-action name="build"/>
63                    <ide-action name="clean"/>
64                    <ide-action name="test"/>
65                    <ide-action name="rebuild"/>
66                    <ide-action name="run"/>
67                    <ide-action name="debug"/>
68                </context-menu>
69            </view>
70            <subprojects/>
71        </general-data>
72        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
73            <compilation-unit>
74                <package-root>src</package-root>
75                <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>
76                <built-to>build</built-to>
77                <source-level>1.5</source-level>
78            </compilation-unit>
79        </java-data>
80    </configuration>
81</project>
Note: See TracBrowser for help on using the browser.