Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
bea-stax
bea-stax-target8.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bea-stax-target8.patch of Package bea-stax
--- build.xml +++ build.xml @@ -70,7 +70,7 @@ <!--mkdir dir="${api_src_dir}"/--> <!--unjar src="${jar_api}" dest="${class_dir}"/--> <javac srcdir="${src_api}" - source="1.2" target="1.2" + source="8" target="8" includes="${api_dirs}" destdir="${class_dir}" debug="true"> @@ -104,9 +104,10 @@ <target name="compile" depends="init,api"> <!--javac srcdir="${src}:${api_src_dir}"--> <javac srcdir="${src}" - source="1.2" target="1.2" + source="8" target="8" includes="${topdirs}" destdir="${class_dir}" + encoding="ISO-8859-1" debug="true"> <classpath> <pathelement path="${java.class.path}"/> @@ -124,7 +125,7 @@ </target> <target name="test_compile" depends="api, test_init"> <javac srcdir="${src}" includes="org/codehaus/stax/test/**/*.java" - source="1.2" target="1.2" + source="8" target="8" destdir="${test_class_dir}" debug="true"> <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