# ----------------------------------------------------------------- # User-Defined Paths # # Modify these path values to reflect paths on your system # ----------------------------------------------------------------- # The path to the flexunit.swc -- Required when trying to build/run unit # tests for this library. flexunit.swc = ${lib.dir}/flexunit.swc # The location of the Flex 2 SDK on your sytem. flex2sdk.bin.dir = C:/Program Files/Adobe/Flex Builder 2 Plug-in/Flex SDK 2/bin flex2sdk.lib.dir = C:/Program Files/Adobe/Flex Builder 2 Plug-in/Flex SDK 2/frameworks/libs # Note that the locale dir uses the {locale} token at the end to specify the directory # of language-specific files. This is replaced by the compiler with the locale defined # by the locale property below. flex2sdk.locale = en_US flex2sdk.locale.dir = C:/Program Files/Adobe/Flex Builder 2 Plug-in/Flex SDK 2/frameworks/locale/{locale} asdoc.exe = ${flex2sdk.bin.dir}/asdoc.exe compc.exe = ${flex2sdk.bin.dir}/compc.exe mxmlc.exe = ${flex2sdk.bin.dir}/mxmlc.exe # Location of the command-line SVN client. Mine happens to be in my system path. svn.exe = svn # The debug player is necessary here because it writes trace statements to a flashlog.txt # file. This allows us to examine the .txt file and determine the status of unit tests # in an automated fashion. flashDebugPlayer.exe = C:/Program Files/Adobe/Flex Builder 2 Plug-in/Player/debug/SAFlashPlayer.exe # ----------------------------------------------------------------- # File Names - DO NOT MODIFY # ----------------------------------------------------------------- testRunner.dir = . testRunner.name = FlexLibTestRunner library.name = flexlib # ----------------------------------------------------------------- # Project Paths - DO NOT MODIFY # ----------------------------------------------------------------- bin.dir = ${basedir}/bin build.dir = ${basedir}/build docs.dir = ${basedir}/docs examples.dir = ${basedir}/examples lib.dir = ${basedir}/lib src.dir = ${basedir}/src tests.dir = ${basedir}/tests