# ignite-330 Added source folder.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1653cb74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1653cb74 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1653cb74 Branch: refs/heads/ignite-45 Commit: 1653cb74949f83db96e89c23ed10c7aee87d8bb5 Parents: 94270c2 Author: anovikov <anovi...@gridgain.com> Authored: Mon Mar 23 10:15:20 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Mon Mar 23 10:15:20 2015 +0700 ---------------------------------------------------------------------- examples/pom.xml | 1 + modules/schema-import/pom.xml | 23 +---------------------- 2 files changed, 2 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1653cb74/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index c44fc24..b2df50e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -278,6 +278,7 @@ <configuration> <sources> <source>src/main/java8</source> + <source>schema-import/src/main/java</source> </sources> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1653cb74/modules/schema-import/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-import/pom.xml b/modules/schema-import/pom.xml index fff562d..61a99a8 100644 --- a/modules/schema-import/pom.xml +++ b/modules/schema-import/pom.xml @@ -82,10 +82,7 @@ <profile> <id>jfxrt.jar</id> <activation> - <activeByDefault>false</activeByDefault> - <jdk> - [1.7,1.8) - </jdk> + <jdk>[1.7,1.8)</jdk> </activation> <dependencies> <dependency> @@ -97,23 +94,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>