This is an automated email from the ASF dual-hosted git repository.
jsorel pushed a commit to branch feat/javafx-on-11
in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/feat/javafx-on-11 by this push:
new 8f5d781 chore(*): remove special profil for javafx
8f5d781 is described below
commit 8f5d781a3819cf1d4b45d00b313a7fb9aa673c32
Author: jsorel <johann.sorel@geomatys.com>
AuthorDate: Mon Apr 27 11:50:09 2020 +0200
chore(*): remove special profil for javafx
---
application/pom.xml | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/application/pom.xml b/application/pom.xml
index a6ef1c1..b866cd8 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -120,17 +120,6 @@
<module>sis-console</module>
<module>sis-webapp</module>
<module>sis-openoffice</module>
+ <module>sis-javafx</module>
</modules>
- <profiles>
- <profile>
- <activation>
- <property>
- <name>env.PATH_TO_FX</name>
- </property>
- </activation>
- <modules>
- <module>sis-javafx</module>
- </modules>
- </profile>
- </profiles>
</project>
|