################################################################################ ## ## ADOBE SYSTEMS INCORPORATED ## Copyright 2006-2007 Adobe Systems Incorporated ## All Rights Reserved. ## ## NOTICE: Adobe permits you to use, modify, and distribute this file ## in accordance with the terms of the license agreement accompanying it. ## ################################################################################ frameworks.dir = ${basedir}/../../../.. project.dir = ${basedir}/../.. # compc options for compiling the resource bundle SWC # sdk/frameworks/locale/ja_JP/framework_rb.swc. # Some standard options are set in sdk/frameworks/build.xml. # Must be able to find source for mx.core.ResourceBundle. bundle.options = \ -include-namespaces= \ -include-classes= \ -source-path \ "${basedir}/src" \ "${frameworks.dir}/projects/framework/src" \ -locale ja_JP \ -include-libraries= \ -library-path= \ -external-library-path \ "${frameworks.dir}/libs/player/playerglobal.swc" \ -output "${frameworks.dir}/locale/ja_JP/framework_rb.swc"