Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6
flexdock
flexdock-1.2.4-jdk9.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File flexdock-1.2.4-jdk9.patch of Package flexdock
--- flexdock-1.2.4/build.xml 2017-09-18 09:47:31.454613558 +0200 +++ flexdock-1.2.4/build.xml 2017-09-18 09:49:13.118615294 +0200 @@ -110,7 +110,7 @@ <target name="compile" depends="init, resources" description="Compile java sources for the framework, demos, and tests"> - <javac classpathref="javac.classpath" destdir="${bin.dir}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"> + <javac classpathref="javac.classpath" destdir="${bin.dir}" debug="true" source="1.6" target="1.6" includeAntRuntime="no"> <compilerarg value="-Xlint"/> <src path="${java.src.core}" /> <!-- the next 3 are interdependent --> @@ -120,8 +120,8 @@ <src path="${java.src.drag}"/> <src path="${java.src.perspective}"/> </javac> - <javac classpathref="javac.classpath.demo" srcdir="${java.src.demo}" destdir="${bin.dir.demo}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/> - <javac classpathref="javac.classpath.test" srcdir="${java.src.test}" destdir="${bin.dir.test}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/> + <javac classpathref="javac.classpath.demo" srcdir="${java.src.demo}" destdir="${bin.dir.demo}" debug="true" source="1.6" target="1.6" includeAntRuntime="no"/> + <javac classpathref="javac.classpath.test" srcdir="${java.src.test}" destdir="${bin.dir.test}" debug="true" source="1.6" target="1.6" includeAntRuntime="no"/> </target> @@ -213,7 +213,7 @@ <packageset dir="${java.src.drag}" /> <packageset dir="${java.src.perspective}" /> <packageset dir="${java.src.view}" /> - <link href="http://java.sun.com/j2se/1.5.0/docs/api/" /> + <link href="http://java.sun.com/j2se/1.6.0/docs/api/" /> <!-- add links to the j2se 1.4 docs --> </javadoc> </target>
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