1 <?xml version="1.0" encoding="UTF-8"?>
   2 <project name="javafx-embed-swing" default="jar" basedir=".">
   3     <description>Builds, tests, and jars the closed version of the javafx-embed-swing project.</description>
   4     
   5     <property name="rt.dist.root.dir" value="../../rt" />
   6     <property name="runtime.dist.root.dir" value="../../rt-closed" />    
   7     <path id="javac.closed.classpath.path" path="
   8         ${rt.dist.root.dir}/javafx-common/dist/javafx-common.jar:
   9         ${rt.dist.root.dir}/javafx-ui-common/dist/javafx-ui-common.jar:
  10         ${rt.dist.root.dir}/javafx-geom/dist/javafx-geom.jar:
  11         ${rt.dist.root.dir}/javafx-sg-common/dist/javafx-sg-common.jar:
  12         ${rt.dist.root.dir}/javafx-beans/dist/javafx-beans.jar"
  13      />
  14     <property name="javac.classpath" refid="javac.closed.classpath.path"/>
  15     
  16     <import file="../build-defs.xml"/>
  17     <import file="build-common.xml"/>
  18 </project>