Revision: 5740
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5740&view=rev
Author: manningr
Date: 2010-07-18 16:08:06 +0000 (Sun, 18 Jul 2010)
Log Message:
-----------
To ensure that builds are not platform-specific, set a property that tells plugins when filtering resource files to always use the same encoding (UTF-8) no matter where they are built.
Modified Paths:
--------------
trunk/sql12/pom.xml
Modified: trunk/sql12/pom.xml
===================================================================
--- trunk/sql12/pom.xml 2010-07-18 14:03:32 UTC (rev 5739)
+++ trunk/sql12/pom.xml 2010-07-18 16:08:06 UTC (rev 5740)
@@ -82,6 +82,9 @@
<!-- Other -->
<surefire-parallel-type>classes</surefire-parallel-type>
<surefire-thread-count>4</surefire-thread-count>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
</properties>
<modules>
<module>squirrelsql-test-utils</module>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|