Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
bytelist
bytelist-sourcetarget.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bytelist-sourcetarget.patch of Package bytelist
--- bytelist-bytelist-1.0.14/build.xml 2015-04-22 22:59:59.000000000 +0200 +++ bytelist-bytelist-1.0.14/build.xml 2017-09-15 13:20:49.184911178 +0200 @@ -10,13 +10,13 @@ </target> <target name="compile" depends="init"> - <javac destdir="build/classes" debug="true" source="1.5" target="1.5" deprecation="true" encoding="UTF-8"> + <javac destdir="build/classes" debug="true" source="1.6" target="1.6" deprecation="true" encoding="UTF-8"> <src path="src"/> </javac> </target> <target name="compile-tests" depends="compile"> - <javac destdir="build/test-classes" debug="true" source="1.5" target="1.5" deprecation="true" encoding="UTF-8"> + <javac destdir="build/test-classes" debug="true" source="1.6" target="1.6" deprecation="true" encoding="UTF-8"> <classpath> <pathelement location="build/classes"/> </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