rt/launcher/pom.xml
branchfx
changeset 844 023cda5b8b0b
parent 821 60caf5806aa8
child 845 859804c78010
     1.1 --- a/rt/launcher/pom.xml	Thu Mar 07 23:34:33 2013 +0100
     1.2 +++ b/rt/launcher/pom.xml	Wed Mar 13 16:20:03 2013 +0100
     1.3 @@ -48,6 +48,13 @@
     1.4        <version>2.2.19</version>
     1.5      </dependency>
     1.6      <dependency>
     1.7 +      <groupId>com.oracle</groupId>
     1.8 +      <artifactId>javafx</artifactId>
     1.9 +      <version>2.2</version>
    1.10 +      <scope>system</scope>
    1.11 +      <systemPath>${java.home}/lib/jfxrt.jar</systemPath>
    1.12 +    </dependency>
    1.13 +    <dependency>
    1.14        <groupId>${project.groupId}</groupId>
    1.15        <artifactId>vm4brwsr</artifactId>
    1.16        <version>${project.version}</version>