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      />
  11     <property name="javac.classpath" refid="javac.closed.classpath.path"/>
  12     
  13     <import file="../build-defs.xml"/>
  14     <import file="build-common.xml"/>
  15 </project>