Author: desruisseaux
Date: Thu Sep 7 08:19:56 2017
New Revision: 1807569
URL: http://svn.apache.org/viewvc?rev=1807569&view=rev
Log:
Bring back an empty JavaFX module on JDK8.
Added:
sis/branches/JDK8/application/sis-javafx/
- copied from r1807568, sis/branches/JDK9/application/sis-javafx/
Modified:
sis/branches/JDK8/application/pom.xml
sis/branches/JDK8/application/sis-javafx/pom.xml
Modified: sis/branches/JDK8/application/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/application/pom.xml?rev=1807569&r1=1807568&r2=1807569&view=diff
==============================================================================
--- sis/branches/JDK8/application/pom.xml (original)
+++ sis/branches/JDK8/application/pom.xml Thu Sep 7 08:19:56 2017
@@ -115,6 +115,7 @@
=========================================================== -->
<modules>
<module>sis-console</module>
+ <module>sis-javafx</module>
<module>sis-webapp</module>
<!--<module>sis-openoffice</module> Omitted for now because of the
numerous warnings emitted by Pack200. -->
</modules>
Modified: sis/branches/JDK8/application/sis-javafx/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-javafx/pom.xml?rev=1807569&r1=1807568&r2=1807569&view=diff
==============================================================================
--- sis/branches/JDK8/application/sis-javafx/pom.xml (original)
+++ sis/branches/JDK8/application/sis-javafx/pom.xml Thu Sep 7 08:19:56 2017
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>application</artifactId>
- <version>0.8-jdk9-SNAPSHOT</version>
+ <version>0.8-jdk8-SNAPSHOT</version>
</parent>