devel/flexdock:

- fix build with modern JDK
- Update WWW
This commit is contained in:
Max Brazhnikov 2020-11-18 11:15:49 +00:00
parent 5e0c5cc9ca
commit 5049552d91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555630
2 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,22 @@
--- build.xml.orig 2013-08-05 12:27:30 UTC
+++ build.xml
@@ -112,7 +112,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 -->
@@ -122,8 +122,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>

View file

@ -9,4 +9,4 @@
* Collapsible Containers to Save Real Estate
* Layout Persistence
WWW: http://forge.scilab.org/index.php/p/flexdock/
WWW: https://forge.scilab.org/index.php/p/flexdock/