Revision: 17199
          http://sourceforge.net/p/gate/code/17199
Author:   ian_roberts
Date:     2013-12-20 17:10:05 +0000 (Fri, 20 Dec 2013)
Log Message:
-----------
Added explicit encoding parameter to <javac> as source files contain non-ASCII
characters.

Modified Paths:
--------------
    gate/trunk/plugins/Lang_Bulgarian/build.xml

Modified: gate/trunk/plugins/Lang_Bulgarian/build.xml
===================================================================
--- gate/trunk/plugins/Lang_Bulgarian/build.xml 2013-12-20 16:55:00 UTC (rev 
17198)
+++ gate/trunk/plugins/Lang_Bulgarian/build.xml 2013-12-20 17:10:05 UTC (rev 
17199)
@@ -44,6 +44,7 @@
            destdir="${classes.dir}"
            debug="true"
            debuglevel="lines,source"
+           encoding="UTF-8"
            source="1.6"
            target="1.6" />
        </target>

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


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to