#63 add to radiobutton API
[fanfix.git] / build.xml
index 613ea03180d643465f140c84b620d4556ab76197..6f0c1ab8089d1174469a211da6e47accb5297c42 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -51,7 +51,9 @@
            debuglevel="lines,vars,source"
            target="1.6"
            source="1.6"
-           />
+           >
+      <compilerarg value="-Xlint:deprecation" />
+    </javac>
   </target>
 
   <target name="jar" depends="compile">