Repository: incubator-ignite Updated Branches: refs/heads/ignite-32 d62123b2f -> 003299516
# IGNITE-32 WIP: fixed build. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/71737a71 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/71737a71 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/71737a71 Branch: refs/heads/ignite-32 Commit: 71737a717179e1d22a220ba91958ba91be5e2f1c Parents: d62123b Author: AKuznetsov <akuznet...@gridgain.com> Authored: Tue Dec 30 10:11:37 2014 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Tue Dec 30 10:11:37 2014 +0700 ---------------------------------------------------------------------- modules/schema-load/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/71737a71/modules/schema-load/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-load/pom.xml b/modules/schema-load/pom.xml index 22962d7..8a34b6f 100644 --- a/modules/schema-load/pom.xml +++ b/modules/schema-load/pom.xml @@ -89,4 +89,25 @@ </plugin> </plugins> </build> + + <profiles> + <profile> + <id>jfxrt.jar</id> + <activation> + <property> + <name>java.vendor</name> + <value>Oracle Corporation</value> + </property> + </activation> + <dependencies> + <dependency> + <groupId>javafx</groupId> + <artifactId>jfxrt</artifactId> + <version>${java.version}</version> + <scope>system</scope> + <systemPath>${java.home}/lib/jfxrt.jar</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> </project>