diff options
author | kcr <kcr> | 2007-06-28 22:20:25 +0000 |
---|---|---|
committer | kcr <kcr> | 2007-06-28 22:20:25 +0000 |
commit | dbaf3a158787fb183c669a68921b2bf7e336e107 (patch) | |
tree | ba2f2ba62cdc453962f6fc35d47016f3725d7e07 | |
parent | da5994c7e7c7e2847b3ad49bf617549130006558 (diff) |
Fixed the nbproject to be consistent with the source= tag in the build.xml file
-rw-r--r-- | nbproject/project.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index df2ba34..8c4b9c6 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -54,7 +54,7 @@ <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> <compilation-unit> <package-root>src</package-root> - <source-level>1.5</source-level> + <source-level>1.4</source-level> </compilation-unit> </java-data> </configuration> |