diff options
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index ca56777..5eff858 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -2,9 +2,15 @@ <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> - <data xmlns="http://www.netbeans.org/ns/j2se-project/1"> + <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> <name>typecast</name> - <minimum-ant-version>1.6</minimum-ant-version> + <minimum-ant-version>1.6.5</minimum-ant-version> + <source-roots> + <root id="src.dir"/> + </source-roots> + <test-roots> + <root id="test.src.dir"/> + </test-roots> </data> </configuration> </project> |