Repository: incubator-ignite Updated Branches: refs/heads/ignite-488 748f7bde2 -> b28b2ab1e
# ignite-488 Removed excess profile. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b28b2ab1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b28b2ab1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b28b2ab1 Branch: refs/heads/ignite-488 Commit: b28b2ab1ed2f9c013bf75bebca3cd536e8dcf8f4 Parents: 748f7bd Author: anovikov <anovi...@gridgain.com> Authored: Thu Mar 19 10:24:27 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Thu Mar 19 10:24:27 2015 +0700 ---------------------------------------------------------------------- modules/schema-import/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b28b2ab1/modules/schema-import/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-import/pom.xml b/modules/schema-import/pom.xml index fff562d..ace3d50 100644 --- a/modules/schema-import/pom.xml +++ b/modules/schema-import/pom.xml @@ -97,23 +97,5 @@ </dependency> </dependencies> </profile> - <profile> - <id>jfxrt8.jar</id> - <activation> - <activeByDefault>false</activeByDefault> - <jdk> - [1.8,) - </jdk> - </activation> - <dependencies> - <dependency> - <groupId>javafx</groupId> - <artifactId>jfxrt</artifactId> - <version>${java.version}</version> - <scope>system</scope> - <systemPath>${java.home}/lib/ext/jfxrt.jar</systemPath> - </dependency> - </dependencies> - </profile> </profiles> </project>