From: Joern K. <joe...@us...> - 2010-09-06 20:36:45
|
Update of /cvsroot/maxent/maxent In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv15108 Modified Files: pom.xml Log Message: Specified encoding to ensure that build works on all platforms. Index: pom.xml =================================================================== RCS file: /cvsroot/maxent/maxent/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pom.xml 6 Sep 2010 09:37:48 -0000 1.3 --- pom.xml 6 Sep 2010 20:36:34 -0000 1.4 *************** *** 29,32 **** --- 29,37 ---- <name>OpenNLP Maxent</name> <url>http://maven.apache.org</url> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <licenses> <license> |