Changeset 856
- Timestamp:
- 02/26/10 11:17:21 (3 years ago)
- Location:
- tags/mediaplayer-5.0
- Files:
-
- 2 edited
-
build/build.properties (modified) (4 diffs)
-
player.swf (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
tags/mediaplayer-5.0/build/build.properties
r855 r856 6 6 7 7 # The location of the Flex SDK on your sytem. 8 flexsdk = /Developer/SDKs/flex_sdk_38 flexsdk = C:/Program Files/Adobe/Flex Builder 3/sdks/3.3.0 9 9 10 10 flexsdk.bin.dir = ${flexsdk}/bin … … 14 14 flexsdk.target = 10.0.0 15 15 16 browser = /Applications/Firefox.app/Contents/MacOS/firefox16 browser = C:/Program Files/Mozilla Firefox/firefox.exe 17 17 18 18 # Note that the locale dir uses the {locale} token at the end to specify the directory … … 20 20 # by the locale property below. 21 21 flexsdk.locale = en_US 22 flexsdk.locale.dir = ${flexsdk}/frameworks/locale/ {locale}22 flexsdk.locale.dir = ${flexsdk}/frameworks/locale/${flexsdk.locale} 23 23 24 asdoc.exe = ${flexsdk.bin.dir}/asdoc 25 compc.exe = ${flexsdk.bin.dir}/compc 26 mxmlc.exe = ${flexsdk.bin.dir}/mxmlc 24 execextention = .exe 25 26 asdoc.exe = ${flexsdk.bin.dir}/asdoc${execextention} 27 compc.exe = ${flexsdk.bin.dir}/compc${execextention} 28 mxmlc.exe = ${flexsdk.bin.dir}/mxmlc${execextention} 27 29 28 30 # The location of Flex Unit on your sytem. 29 flexunit = /Developer/SDKs/FlexUnit31 flexunit = C:/Program Files/Adobe/FlexUnit 30 32 31 33 flexunit.lib.dir = ${flexunit}/libs 32 34 33 #flashDebugPlayer.exe = /Applications/Adobe Flash Builder Beta 2/Player/mac/Flash Player.app/Contents/MacOS/Flash Player 35 flashDebugPlayer.exe = C:/Program Files/Adobe/Flex Builder 3/Player/win/FlashPlayer.exe 34 36 35 37 # ----------------------------------------------------------------- … … 51 53 test.bin.dir = ${basedir}/bin-test 52 54 sdk.dir = ${release.dir}/sdk 53 54 # -----------------------------------------------------------------55 # iFac stuff - DO NOT MODIFY56 # -----------------------------------------------------------------57 iFac.ant = ${ant.home}/../com.netTrek.iFac.eclipse_0.2.1/antbuild/iFac-ant.jar58 iFac.delay = 0
Note: See TracChangeset
for help on using the changeset viewer.
