diff options
author | Michael Bien <[email protected]> | 2010-03-28 19:34:19 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-28 19:34:19 +0200 |
commit | 5e8ea5f4a96d05920c071d1c933f38b6b9f41edc (patch) | |
tree | fb1939a1e8f556944a35d9931e35d7e3ea056429 | |
parent | be3ddc922fda13c0ba344909b3639a2c78c4b809 (diff) |
updated netbeans project files (added new test folder into path).
-rwxr-xr-x | nbproject/project.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 84bdc44..054a6bc 100755 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -47,6 +47,12 @@ <location>build/test/gensrc/java</location> <encoding>UTF-8</encoding> </source-folder> + <source-folder> + <label>src/junit</label> + <type>java</type> + <location>src/junit</location> + <encoding>UTF-8</encoding> + </source-folder> </folders> <ide-actions> <action name="build"> @@ -172,6 +178,10 @@ <label>build/test/gensrc/java</label> <location>build/test/gensrc/java</location> </source-folder> + <source-folder style="packages"> + <label>src/junit</label> + <location>src/junit</location> + </source-folder> <source-file> <location>${ant.script}</location> </source-file> @@ -214,6 +224,12 @@ <unit-tests/> <source-level>1.5</source-level> </compilation-unit> + <compilation-unit> + <package-root>src/junit</package-root> + <unit-tests/> + <classpath mode="compile">build/classes:build/test/build/classes:lib/antlr-3.2.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}:make/lib/junit-4.5.jar</classpath> + <source-level>1.5</source-level> + </compilation-unit> </java-data> <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1"> <module name="org-netbeans-modules-editor-indent"/> |