OpenJDK / openjfx / jfx-dev / rt
view modules/jmx/.classpath @ 8148:6b242a49e749
RT-34893: [Media] Use of QuickTime prevents Mac AppStore Submission
Summary: Added new media platform module which uses AVFoundation instead of QTKit
Reviewed-by: almatvee, stayer, kcr, flar
author | ddehaven |
---|---|
date | Mon, 06 Oct 2014 09:32:41 -0700 |
parents | 882650a79868 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="output" path="bin"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="src" exported="true" path="src/main/java"/> <classpathentry kind="src" exported="true" path="src/main/resources"/> <classpathentry kind="src" exported="true" path="src/test/java"/> <classpathentry kind="src" exported="true" path="/graphics"/> <classpathentry kind="src" exported="true" path="/media"/> <classpathentry kind="src" exported="true" path="/swing"/> </classpath>