Changeset: ae1408a0cf50
Author:    shemnon
Date:      2014-04-22 11:36 -0600
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ae1408a0cf50

RT-36739: Mac App bundler ignores classpath
Summary: inside the plist it is expecting space delimitation, which is counter 
to the classical classpath on a CLI but consistent with the manifest entry.  So 
if we see colons (the mac path separator) we will replace it with space during 
packaging so the binary doesn't have to change.

! 
modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/bundlers/MacAppBundler.java

Reply via email to