From: <an...@us...> - 2007-07-26 14:23:15
|
Revision: 665 http://magicmap.svn.sourceforge.net/magicmap/?rev=665&view=rev Author: anweiss Date: 2007-07-26 07:23:14 -0700 (Thu, 26 Jul 2007) Log Message: ----------- added iso encoding to build.xml and added wifistumblerplugin to svn.ignore Modified Paths: -------------- trunk/magicmapclient/build.xml Property Changed: ---------------- trunk/magicmapclient/plugins/ Modified: trunk/magicmapclient/build.xml =================================================================== --- trunk/magicmapclient/build.xml 2007-07-26 14:17:01 UTC (rev 664) +++ trunk/magicmapclient/build.xml 2007-07-26 14:23:14 UTC (rev 665) @@ -94,7 +94,7 @@ </target> <target name="compile" depends="axis"> - <javac destdir="${build}" target="1.5" debug="true" deprecation="true" debuglevel="lines,vars,source" fork="true"> + <javac destdir="${build}" target="1.5" debug="true" deprecation="true" debuglevel="lines,vars,source" fork="true" encoding="ISO-8859-1"> <classpath refid="build.classpath" /> <src path="${src}" /> <src path="${src.gen}" /> @@ -102,7 +102,7 @@ </target> <target name="compile-tests" depends="compile"> - <javac destdir="${build-test}" debug="true" deprecation="true" debuglevel="lines,vars,source" fork="true"> + <javac destdir="${build-test}" target="1.5" debug="true" deprecation="true" debuglevel="lines,vars,source" fork="true" encoding="ISO-8859-1"> <classpath refid="test.classpath" /> <src path="${test}" /> </javac> Property changes on: trunk/magicmapclient/plugins ___________________________________________________________________ Name: svn:ignore + wifiscannerplugin-1.0.jar This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |