blob: 4bc857948afd110760262db49c632ffe44379049 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- build.xml
+++ build.xml
@@ -219,8 +219,6 @@
debug="on"
includes="**/*.java"
excludes="${excludes},**/bak/**"
- source="1.6"
- target="1.6"
>
<classpath>
<fileset refid="lib-fileset"/>
|