Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
jdepend
jdepend-target16.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jdepend-target16.patch of Package jdepend
--- build.xml +++ build.xml @@ -38,7 +38,7 @@ <target name="compile" depends="prepare" description="Compiles the source code"> - <javac srcdir="${src.dir}" + <javac source="1.6" target="1.6" srcdir="${src.dir}" destdir="${build.dir}" debug="${build.debug}"> <classpath refid="project.classpath"/> @@ -47,7 +47,7 @@ <target name="compile-sample" depends="prepare" description="Compiles the sample code"> - <javac srcdir="sample" + <javac source="1.6" target="1.6" srcdir="sample" destdir="${build.dir}" debug="${build.debug}"> <classpath refid="project.classpath"/> @@ -57,7 +57,7 @@ <target name="compile-tests" depends="compile" if="junit.available" description="Compiles the test code"> - <javac srcdir="${test.dir}" + <javac source="1.6" target="1.6" srcdir="${test.dir}" destdir="${build.dir}" debug="${build.debug}"> <classpath refid="project.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