Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
xml-im-exporter
encoding.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File encoding.patch of Package xml-im-exporter
From: mvyskocil@suse.com Subject: Specify encoding of source files java7 does expect only ascii by default --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: xml-im-exporter/build.xml =================================================================== --- xml-im-exporter.orig/build.xml +++ xml-im-exporter/build.xml @@ -72,7 +72,8 @@ <javac destdir="${build.classes}" debug="${debug}" deprecation="${deprecation}" - optimize="${optimize}" > + optimize="${optimize}" + encoding="ISO-8859-1" > <src path="${src.dir}/main"/> <src path="${src.dir}/test"/> <classpath refid="classpath" />
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor