source: sdks/mediaprovider-sdk/build/build.properties @ 787

Revision 787, 1.7 KB checked in by zach, 3 years ago (diff)
  • Adding LTAS, Skinning, and MediaProvider SDKs
Line 
1# -----------------------------------------------------------------
2# User-Defined
3#
4# Modify these path values to reflect paths on your system
5# -----------------------------------------------------------------
6
7# The plugin version
8version=0.1
9
10# The location of the Flex SDK on your sytem.
11flexsdk = C:/Program Files/Adobe/Flex Builder 3/sdks/3.2.0
12
13flexsdk.bin.dir = ${flexsdk}/bin
14flexsdk.lib.dir = ${flexsdk}/frameworks/libs
15
16browser = C:/Program Files/Mozilla Firefox/firefox.exe
17
18# Note that the locale dir uses the {locale} token at the end to specify the directory
19# of language-specific files.  This is replaced by the compiler with the locale defined
20# by the locale property below.
21flexsdk.locale = en_US
22flexsdk.locale.dir = ${flexsdk}/frameworks/locale/{locale}
23
24execextention = .exe
25
26asdoc.exe = ${flexsdk.bin.dir}/asdoc${execextention}
27compc.exe = ${flexsdk.bin.dir}/compc${execextention}
28mxmlc.exe = ${flexsdk.bin.dir}/mxmlc${execextention}
29
30flashDebugPlayer.exe = C:/Program Files/Adobe/Flex Builder 3/Player/win/FlashPlayer.exe
31
32# -----------------------------------------------------------------
33# Project Files - DO NOT MODIFY
34# -----------------------------------------------------------------
35application.package =
36application.class = MyMediaProvider
37application.name = mymediaprovider
38
39# -----------------------------------------------------------------
40# Project Paths - DO NOT MODIFY
41# -----------------------------------------------------------------
42build.dir = ${basedir}/build
43src.dir = ${basedir}/src
44lib.dir = ${basedir}/lib
45release.dir = ${basedir}/bin-release
46debug.dir = ${basedir}/bin-debug
47debug-template.dir = ${basedir}/debug-template
48docs.dir = ${basedir}/asdoc
49includes.dir = ${basedir}/includes
Note: See TracBrowser for help on using the repository browser.