Revision: 14642
          http://gate.svn.sourceforge.net/gate/?rev=14642&view=rev
Author:   valyt
Date:     2011-12-02 11:31:41 +0000 (Fri, 02 Dec 2011)
Log Message:
-----------
Make sure source files are read as UTF-8 during compilation.

Modified Paths:
--------------
    mimir/branches/3.4/mimir-client/build.xml
    mimir/branches/3.4/mimir-core/build.xml
    mimir/branches/3.4/mimir-test/build.xml
    mimir/branches/3.4/plugins/db-h2/build.xml
    mimir/branches/3.4/plugins/measurements/build.xml
    mimir/branches/3.4/plugins/sesame/build.xml
    mimir/branches/3.4/plugins/sparql/build.xml

Modified: mimir/branches/3.4/mimir-client/build.xml
===================================================================
--- mimir/branches/3.4/mimir-client/build.xml   2011-12-02 11:27:52 UTC (rev 
14641)
+++ mimir/branches/3.4/mimir-client/build.xml   2011-12-02 11:31:41 UTC (rev 
14642)
@@ -40,6 +40,7 @@
            debug="true"
            target="1.6"
            source="1.6"
+            encoding="UTF-8"
            classpathref="compile.classpath" />
   </target>
   

Modified: mimir/branches/3.4/mimir-core/build.xml
===================================================================
--- mimir/branches/3.4/mimir-core/build.xml     2011-12-02 11:27:52 UTC (rev 
14641)
+++ mimir/branches/3.4/mimir-core/build.xml     2011-12-02 11:31:41 UTC (rev 
14642)
@@ -35,6 +35,7 @@
            debug="true"
            target="1.6"
            source="1.6"
+           encoding="UTF-8"
            classpathref="compile.classpath" />
   </target>
   

Modified: mimir/branches/3.4/mimir-test/build.xml
===================================================================
--- mimir/branches/3.4/mimir-test/build.xml     2011-12-02 11:27:52 UTC (rev 
14641)
+++ mimir/branches/3.4/mimir-test/build.xml     2011-12-02 11:31:41 UTC (rev 
14642)
@@ -39,6 +39,7 @@
            debug="true"
            target="1.6"
            source="1.6"
+            encoding="UTF-8"
            classpathref="compile.classpath" />
   </target>
   

Modified: mimir/branches/3.4/plugins/db-h2/build.xml
===================================================================
--- mimir/branches/3.4/plugins/db-h2/build.xml  2011-12-02 11:27:52 UTC (rev 
14641)
+++ mimir/branches/3.4/plugins/db-h2/build.xml  2011-12-02 11:31:41 UTC (rev 
14642)
@@ -47,6 +47,7 @@
            debug="true"
            target="1.6"
            source="1.6"
+            encoding="UTF-8"
            classpathref="compile.classpath" />
   </target>
 

Modified: mimir/branches/3.4/plugins/measurements/build.xml
===================================================================
--- mimir/branches/3.4/plugins/measurements/build.xml   2011-12-02 11:27:52 UTC 
(rev 14641)
+++ mimir/branches/3.4/plugins/measurements/build.xml   2011-12-02 11:31:41 UTC 
(rev 14642)
@@ -46,6 +46,7 @@
            debug="true"
            target="1.6"
            source="1.6"
+            encoding="UTF-8"
            classpathref="compile.classpath" />
   </target>
   

Modified: mimir/branches/3.4/plugins/sesame/build.xml
===================================================================
--- mimir/branches/3.4/plugins/sesame/build.xml 2011-12-02 11:27:52 UTC (rev 
14641)
+++ mimir/branches/3.4/plugins/sesame/build.xml 2011-12-02 11:31:41 UTC (rev 
14642)
@@ -48,6 +48,7 @@
            debug="true"
            target="1.6"
            source="1.6"
+            encoding="UTF-8"
            classpathref="compile.classpath" />
   </target>
   

Modified: mimir/branches/3.4/plugins/sparql/build.xml
===================================================================
--- mimir/branches/3.4/plugins/sparql/build.xml 2011-12-02 11:27:52 UTC (rev 
14641)
+++ mimir/branches/3.4/plugins/sparql/build.xml 2011-12-02 11:31:41 UTC (rev 
14642)
@@ -37,6 +37,7 @@
            debug="true"
            target="1.6"
            source="1.6"
+            encoding="UTF-8"
            classpathref="compile.classpath" />
   </target>
   

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to