[jetrix-cvs] SF.net SVN: jetrix:[841] jetrix/trunk/pom.xml
Brought to you by:
smanux
From: <sm...@us...> - 2010-04-13 08:27:12
|
Revision: 841 http://jetrix.svn.sourceforge.net/jetrix/?rev=841&view=rev Author: smanux Date: 2010-04-13 08:27:06 +0000 (Tue, 13 Apr 2010) Log Message: ----------- Specified the source encoding for Maven 2.0.x Modified Paths: -------------- jetrix/trunk/pom.xml Modified: jetrix/trunk/pom.xml =================================================================== --- jetrix/trunk/pom.xml 2010-04-12 23:48:14 UTC (rev 840) +++ jetrix/trunk/pom.xml 2010-04-13 08:27:06 UTC (rev 841) @@ -192,6 +192,7 @@ <configuration> <source>1.5</source> <target>1.5</target> + <encoding>ISO-8859-1</encoding> </configuration> </plugin> <plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |