Guest User

Flash builder without ant dump

a guest
Nov 3rd, 2012
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.58 KB | None | 0 0
  1. <flex-config>
  2. <!-- benchmark: output performance benchmark-->
  3. <!-- benchmark usage:
  4. <benchmark>boolean</benchmark>
  5. -->
  6. <compiler>
  7. <!-- compiler.accessible: generate an accessible SWF-->
  8. <accessible>false</accessible>
  9. <!-- compiler.actionscript-file-encoding: specifies actionscript file encoding. If there is no BOM in the AS3 source files, the compiler will use this file encoding.-->
  10. <!-- compiler.actionscript-file-encoding usage:
  11. <actionscript-file-encoding>string</actionscript-file-encoding>
  12. -->
  13. <!-- compiler.allow-source-path-overlap: checks if a source-path entry is a subdirectory of another source-path entry. It helps make the package names of MXML components unambiguous.-->
  14. <allow-source-path-overlap>false</allow-source-path-overlap>
  15. <!-- compiler.as3: use the ActionScript 3 class based object model for greater performance and better error reporting. In the class based object model most built-in functions are implemented as fixed methods of classes.-->
  16. <as3>true</as3>
  17. <!-- compiler.compress usage:
  18. <compress>boolean</compress>
  19. -->
  20. <!-- compiler.context-root: path to replace {context.root} tokens for service channel endpoints-->
  21. <!-- compiler.context-root usage:
  22. <context-root>context-path</context-root>
  23. -->
  24. <!-- compiler.debug: generates a movie that is suitable for debugging-->
  25. <debug>true</debug>
  26. <!-- compiler.defaults-css-files usage:
  27. <defaults-css-files>
  28. <filename>string</filename>
  29. <filename>string</filename>
  30. </defaults-css-files>
  31. -->
  32. <!-- compiler.defaults-css-url: defines the location of the default style sheet. Setting this option overrides the implicit use of the defaults.css style sheet in the framework.swc file.-->
  33. <!-- compiler.defaults-css-url usage:
  34. <defaults-css-url>string</defaults-css-url>
  35. -->
  36. <!-- compiler.define: define a global AS3 conditional compilation definition, e.g. -define=CONFIG::debugging,true or -define+=CONFIG::debugging,true (to append to existing definitions in flex-config.xml) -->
  37. <!-- compiler.define usage:
  38. <define>
  39. <name>string</name>
  40. <value>string</value>
  41. <value>string</value>
  42. </define>
  43. -->
  44. <!-- compiler.enable-runtime-design-layers usage:
  45. <enable-runtime-design-layers>boolean</enable-runtime-design-layers>
  46. -->
  47. <!-- compiler.es: use the ECMAScript edition 3 prototype based object model to allow dynamic overriding of prototype properties. In the prototype based object model built-in functions are implemented as dynamic properties of prototype objects.-->
  48. <es>false</es>
  49. <extensions>
  50. <!-- compiler.extensions.extension usage:
  51. <extension>
  52. <extension>string</extension>
  53. <parameters>string</parameters>
  54. </extension>
  55. -->
  56. </extensions>
  57. <!-- compiler.external-library-path: list of SWC files or directories to compile against but to omit from linking-->
  58. <external-library-path>
  59. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\player\11.1\playerglobal.swc</path-element>
  60. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\framework.swc</path-element>
  61. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\textLayout.swc</path-element>
  62. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\spark.swc</path-element>
  63. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\sparkskins.swc</path-element>
  64. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\rpc.swc</path-element>
  65. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\charts.swc</path-element>
  66. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\spark_dmv.swc</path-element>
  67. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\osmf.swc</path-element>
  68. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\mx\mx.swc</path-element>
  69. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\advancedgrids.swc</path-element>
  70. </external-library-path>
  71. <fonts>
  72. <!-- compiler.fonts.advanced-anti-aliasing: enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small fonts.-->
  73. <advanced-anti-aliasing>true</advanced-anti-aliasing>
  74. <!-- compiler.fonts.flash-type: enables FlashType for embedded fonts, which provides greater clarity for small fonts.-->
  75. <!-- compiler.fonts.flash-type usage:
  76. <flash-type>boolean</flash-type>
  77. -->
  78. <languages>
  79. <!-- compiler.fonts.languages.language-range: a range to restrict the number of font glyphs embedded into the SWF-->
  80. <!-- compiler.fonts.languages.language-range usage:
  81. <language-range>
  82. <lang>string</lang>
  83. <range>string</range>
  84. <range>string</range>
  85. </language-range>
  86. -->
  87. </languages>
  88. <!-- compiler.fonts.local-font-paths usage:
  89. <local-font-paths>
  90. <path-element>string</path-element>
  91. <path-element>string</path-element>
  92. </local-font-paths>
  93. -->
  94. <!-- compiler.fonts.local-fonts-snapshot: File containing system font data produced by flex2.tools.FontSnapshot.-->
  95. <local-fonts-snapshot>${flexlib}/localFonts.ser</local-fonts-snapshot>
  96. <!-- compiler.fonts.managers: Compiler font manager classes, in policy resolution order-->
  97. <managers>
  98. <manager-class>flash.fonts.JREFontManager</manager-class>
  99. <manager-class>flash.fonts.BatikFontManager</manager-class>
  100. <manager-class>flash.fonts.AFEFontManager</manager-class>
  101. <manager-class>flash.fonts.CFFFontManager</manager-class>
  102. </managers>
  103. <!-- compiler.fonts.max-cached-fonts: sets the maximum number of fonts to keep in the server cache. The default value is 20.-->
  104. <max-cached-fonts>20</max-cached-fonts>
  105. <!-- compiler.fonts.max-glyphs-per-face: sets the maximum number of character glyph-outlines to keep in the server cache for each font face. The default value is 1000.-->
  106. <max-glyphs-per-face>1000</max-glyphs-per-face>
  107. </fonts>
  108. <!-- compiler.headless-server: a flag to set when Flex is running on a server without a display-->
  109. <!-- compiler.headless-server usage:
  110. <headless-server>boolean</headless-server>
  111. -->
  112. <!-- compiler.include-libraries: a list of libraries (SWCs) to completely include in the SWF-->
  113. <!-- compiler.include-libraries usage:
  114. <include-libraries>
  115. <library>string</library>
  116. <library>string</library>
  117. </include-libraries>
  118. -->
  119. <!-- compiler.incremental: enables incremental compilation-->
  120. <!-- compiler.incremental usage:
  121. <incremental>boolean</incremental>
  122. -->
  123. <!-- compiler.isolate-styles: enables the compiled application or module to set styles that only affect itself and its children-->
  124. <!-- compiler.isolate-styles usage:
  125. <isolate-styles>boolean</isolate-styles>
  126. -->
  127. <!-- compiler.keep-all-type-selectors: disables the pruning of unused CSS type selectors-->
  128. <!-- compiler.keep-all-type-selectors usage:
  129. <keep-all-type-selectors>boolean</keep-all-type-selectors>
  130. -->
  131. <!-- compiler.keep-as3-metadata: keep the specified metadata in the SWF-->
  132. <!-- compiler.keep-as3-metadata usage:
  133. <keep-as3-metadata>
  134. <name>string</name>
  135. <name>string</name>
  136. </keep-as3-metadata>
  137. -->
  138. <!-- compiler.keep-generated-actionscript: save temporary source files generated during MXML compilation-->
  139. <keep-generated-actionscript>false</keep-generated-actionscript>
  140. <!-- compiler.library-path: list of SWC files or directories that contain SWC files-->
  141. <library-path>
  142. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\authoringsupport.swc</path-element>
  143. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\libs\flash-integration.swc</path-element>
  144. <path-element>C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.6.0\frameworks\locale\{locale}</path-element>
  145. <path-element>E:\Akshay\flexspace\imanager\framework\libs</path-element>
  146. </library-path>
  147. <!-- compiler.locale: specifies the locale for internationalization-->
  148. <locale>
  149. <locale-element>en_US</locale-element>
  150. </locale>
  151. <!-- compiler.minimum-supported-version usage:
  152. <minimum-supported-version>string</minimum-supported-version>
  153. -->
  154. <!-- compiler.mobile: specifies the target runtime is a mobile device-->
  155. <mobile>false</mobile>
  156. <mxml>
  157. <!-- compiler.mxml.compatibility-version: specifies a compatibility version. e.g. -compatibility-version=2.0.1-->
  158. <!-- compiler.mxml.compatibility-version usage:
  159. <compatibility-version>version</compatibility-version>
  160. -->
  161. <!-- compiler.mxml.minimum-supported-version usage:
  162. <minimum-supported-version>string</minimum-supported-version>
  163. -->
  164. <!-- compiler.mxml.qualified-type-selectors usage:
  165. <qualified-type-selectors>boolean</qualified-type-selectors>
  166. -->
  167. </mxml>
  168. <namespaces>
  169. <!-- compiler.namespaces.namespace: Specify a URI to associate with a manifest of components for use as MXML elements-->
  170. <namespace>
  171. <uri>http://ns.adobe.com/mxml/2009</uri>
  172. <manifest>mxml-2009-manifest.xml</manifest>
  173. </namespace>
  174. <namespace>
  175. <uri>library://ns.adobe.com/flex/spark</uri>
  176. <manifest>spark-manifest.xml</manifest>
  177. </namespace>
  178. <namespace>
  179. <uri>library://ns.adobe.com/flex/mx</uri>
  180. <manifest>mx-manifest.xml</manifest>
  181. </namespace>
  182. <namespace>
  183. <uri>http://www.adobe.com/2006/mxml</uri>
  184. <manifest>mxml-manifest.xml</manifest>
  185. </namespace>
  186. </namespaces>
  187. <!-- compiler.omit-trace-statements: toggle whether trace statements are omitted-->
  188. <omit-trace-statements>true</omit-trace-statements>
  189. <!-- compiler.optimize: Enable post-link SWF optimization-->
  190. <optimize>true</optimize>
  191. <!-- compiler.preloader: Specifies the default value for the Application's preloader attribute. If not specified, the default preloader value is mx.preloaders.SparkDownloadProgressBar when -compatibility-version >= 4.0 and mx.preloaders.DownloadProgressBar when -compatibility-version < 4.0.-->
  192. <!-- compiler.preloader usage:
  193. <preloader>string</preloader>
  194. -->
  195. <!-- compiler.report-invalid-styles-as-warnings: enables reporting of invalid styles as warnings-->
  196. <!-- compiler.report-invalid-styles-as-warnings usage:
  197. <report-invalid-styles-as-warnings>boolean</report-invalid-styles-as-warnings>
  198. -->
  199. <!-- compiler.report-missing-required-skin-parts-as-warnings: Use this option to generate a warning instead of an error when a missing required skin part is detected.-->
  200. <!-- compiler.report-missing-required-skin-parts-as-warnings usage:
  201. <report-missing-required-skin-parts-as-warnings>boolean</report-missing-required-skin-parts-as-warnings>
  202. -->
  203. <!-- compiler.services: path to Flex Data Services configuration file-->
  204. <!-- compiler.services usage:
  205. <services>filename</services>
  206. -->
  207. <!-- compiler.show-actionscript-warnings: runs the AS3 compiler in a mode that detects legal but potentially incorrect code-->
  208. <show-actionscript-warnings>true</show-actionscript-warnings>
  209. <!-- compiler.show-binding-warnings: toggle whether warnings generated from data binding code are displayed-->
  210. <show-binding-warnings>true</show-binding-warnings>
  211. <!-- compiler.show-invalid-css-property-warnings: toggle whether invalid css property warnings are reported-->
  212. <!-- compiler.show-invalid-css-property-warnings usage:
  213. <show-invalid-css-property-warnings>boolean</show-invalid-css-property-warnings>
  214. -->
  215. <!-- compiler.show-shadowed-device-font-warnings: toggles whether warnings are displayed when an embedded font name shadows a device font name-->
  216. <show-shadowed-device-font-warnings>false</show-shadowed-device-font-warnings>
  217. <!-- compiler.show-unused-type-selector-warnings: toggle whether warnings generated from unused CSS type selectors are displayed-->
  218. <show-unused-type-selector-warnings>true</show-unused-type-selector-warnings>
  219. <!-- compiler.source-path: list of path elements that form the roots of ActionScript class hierarchies-->
  220. <source-path>
  221. <path-element>E:\Akshay\flexspace\imanager\framework\src</path-element>
  222. <path-element>E:\Akshay\flexspace\imanager\framework\src</path-element>
  223. </source-path>
  224. <!-- compiler.strict: runs the AS3 compiler in strict error checking mode.-->
  225. <strict>true</strict>
  226. <!-- compiler.theme: list of CSS or SWC files to apply as a theme-->
  227. <theme>
  228. <filename>themes/Spark/spark.css</filename>
  229. </theme>
  230. <!-- compiler.use-resource-bundle-metadata: determines whether resources bundles are included in the application.-->
  231. <use-resource-bundle-metadata>false</use-resource-bundle-metadata>
  232. <!-- compiler.verbose-stacktraces: save callstack information to the SWF for debugging-->
  233. <verbose-stacktraces>false</verbose-stacktraces>
  234. <!-- compiler.warn-array-tostring-changes: Array.toString() format has changed.-->
  235. <warn-array-tostring-changes>false</warn-array-tostring-changes>
  236. <!-- compiler.warn-assignment-within-conditional: Assignment within conditional.-->
  237. <warn-assignment-within-conditional>true</warn-assignment-within-conditional>
  238. <!-- compiler.warn-bad-array-cast: Possibly invalid Array cast operation.-->
  239. <warn-bad-array-cast>true</warn-bad-array-cast>
  240. <!-- compiler.warn-bad-bool-assignment: Non-Boolean value used where a Boolean value was expected.-->
  241. <warn-bad-bool-assignment>true</warn-bad-bool-assignment>
  242. <!-- compiler.warn-bad-date-cast: Invalid Date cast operation.-->
  243. <warn-bad-date-cast>true</warn-bad-date-cast>
  244. <!-- compiler.warn-bad-es3-type-method: Unknown method.-->
  245. <warn-bad-es3-type-method>true</warn-bad-es3-type-method>
  246. <!-- compiler.warn-bad-es3-type-prop: Unknown property.-->
  247. <warn-bad-es3-type-prop>true</warn-bad-es3-type-prop>
  248. <!-- compiler.warn-bad-nan-comparison: Illogical comparison with NaN. Any comparison operation involving NaN will evaluate to false because NaN != NaN.-->
  249. <warn-bad-nan-comparison>true</warn-bad-nan-comparison>
  250. <!-- compiler.warn-bad-null-assignment: Impossible assignment to null.-->
  251. <warn-bad-null-assignment>true</warn-bad-null-assignment>
  252. <!-- compiler.warn-bad-null-comparison: Illogical comparison with null.-->
  253. <warn-bad-null-comparison>true</warn-bad-null-comparison>
  254. <!-- compiler.warn-bad-undefined-comparison: Illogical comparison with undefined. Only untyped variables (or variables of type *) can be undefined.-->
  255. <warn-bad-undefined-comparison>true</warn-bad-undefined-comparison>
  256. <!-- compiler.warn-boolean-constructor-with-no-args: Boolean() with no arguments returns false in ActionScript 3.0. Boolean() returned undefined in ActionScript 2.0.-->
  257. <warn-boolean-constructor-with-no-args>false</warn-boolean-constructor-with-no-args>
  258. <!-- compiler.warn-changes-in-resolve: __resolve is no longer supported.-->
  259. <warn-changes-in-resolve>false</warn-changes-in-resolve>
  260. <!-- compiler.warn-class-is-sealed: Class is sealed. It cannot have members added to it dynamically.-->
  261. <warn-class-is-sealed>true</warn-class-is-sealed>
  262. <!-- compiler.warn-const-not-initialized: Constant not initialized.-->
  263. <warn-const-not-initialized>true</warn-const-not-initialized>
  264. <!-- compiler.warn-constructor-returns-value: Function used in new expression returns a value. Result will be what the function returns, rather than a new instance of that function.-->
  265. <warn-constructor-returns-value>false</warn-constructor-returns-value>
  266. <!-- compiler.warn-deprecated-event-handler-error: EventHandler was not added as a listener.-->
  267. <warn-deprecated-event-handler-error>false</warn-deprecated-event-handler-error>
  268. <!-- compiler.warn-deprecated-function-error: Unsupported ActionScript 2.0 function.-->
  269. <warn-deprecated-function-error>true</warn-deprecated-function-error>
  270. <!-- compiler.warn-deprecated-property-error: Unsupported ActionScript 2.0 property.-->
  271. <warn-deprecated-property-error>true</warn-deprecated-property-error>
  272. <!-- compiler.warn-duplicate-argument-names: More than one argument by the same name.-->
  273. <warn-duplicate-argument-names>true</warn-duplicate-argument-names>
  274. <!-- compiler.warn-duplicate-variable-def: Duplicate variable definition -->
  275. <warn-duplicate-variable-def>true</warn-duplicate-variable-def>
  276. <!-- compiler.warn-for-var-in-changes: ActionScript 3.0 iterates over an object's properties within a "for x in target" statement in random order.-->
  277. <warn-for-var-in-changes>false</warn-for-var-in-changes>
  278. <!-- compiler.warn-import-hides-class: Importing a package by the same name as the current class will hide that class identifier in this scope.-->
  279. <warn-import-hides-class>true</warn-import-hides-class>
  280. <!-- compiler.warn-instance-of-changes: Use of the instanceof operator.-->
  281. <warn-instance-of-changes>true</warn-instance-of-changes>
  282. <!-- compiler.warn-internal-error: Internal error in compiler.-->
  283. <warn-internal-error>true</warn-internal-error>
  284. <!-- compiler.warn-level-not-supported: _level is no longer supported. For more information, see the flash.display package.-->
  285. <warn-level-not-supported>true</warn-level-not-supported>
  286. <!-- compiler.warn-missing-namespace-decl: Missing namespace declaration (e.g. variable is not defined to be public, private, etc.).-->
  287. <warn-missing-namespace-decl>true</warn-missing-namespace-decl>
  288. <!-- compiler.warn-negative-uint-literal: Negative value will become a large positive value when assigned to a uint data type.-->
  289. <warn-negative-uint-literal>true</warn-negative-uint-literal>
  290. <!-- compiler.warn-no-constructor: Missing constructor.-->
  291. <warn-no-constructor>false</warn-no-constructor>
  292. <!-- compiler.warn-no-explicit-super-call-in-constructor: The super() statement was not called within the constructor.-->
  293. <warn-no-explicit-super-call-in-constructor>false</warn-no-explicit-super-call-in-constructor>
  294. <!-- compiler.warn-no-type-decl: Missing type declaration.-->
  295. <warn-no-type-decl>true</warn-no-type-decl>
  296. <!-- compiler.warn-number-from-string-changes: In ActionScript 3.0, white space is ignored and '' returns 0. Number() returns NaN in ActionScript 2.0 when the parameter is '' or contains white space.-->
  297. <warn-number-from-string-changes>false</warn-number-from-string-changes>
  298. <!-- compiler.warn-scoping-change-in-this: Change in scoping for the this keyword. Class methods extracted from an instance of a class will always resolve this back to that instance. In ActionScript 2.0 this is looked up dynamically based on where the method is invoked from.-->
  299. <warn-scoping-change-in-this>false</warn-scoping-change-in-this>
  300. <!-- compiler.warn-slow-text-field-addition: Inefficient use of += on a TextField.-->
  301. <warn-slow-text-field-addition>true</warn-slow-text-field-addition>
  302. <!-- compiler.warn-unlikely-function-value: Possible missing parentheses.-->
  303. <warn-unlikely-function-value>true</warn-unlikely-function-value>
  304. <!-- compiler.warn-xml-class-has-changed: Possible usage of the ActionScript 2.0 XML class.-->
  305. <warn-xml-class-has-changed>false</warn-xml-class-has-changed>
  306. </compiler>
  307. <!-- compute-digest: writes a digest to the catalog.xml of a library. This is required when the library will be used in the -runtime-shared-libraries-path option.-->
  308. <!-- compute-digest usage:
  309. <compute-digest>boolean</compute-digest>
  310. -->
  311. <!-- debug-password: the password to include in debuggable SWFs-->
  312. <!-- debug-password usage:
  313. <debug-password>string</debug-password>
  314. -->
  315. <!-- default-background-color: default background color (may be overridden by the application code)-->
  316. <default-background-color>0xFFFFFF</default-background-color>
  317. <!-- default-frame-rate: default frame rate to be used in the SWF.-->
  318. <default-frame-rate>24</default-frame-rate>
  319. <!-- default-script-limits: default script execution limits (may be overridden by root attributes)-->
  320. <default-script-limits>
  321. <max-recursion-depth>1000</max-recursion-depth>
  322. <max-execution-time>60</max-execution-time>
  323. </default-script-limits>
  324. <!-- default-size: default application size (may be overridden by root attributes in the application)-->
  325. <default-size>
  326. <width>500</width>
  327. <height>375</height>
  328. </default-size>
  329. <!-- directory: output the library as an open directory instead of a SWC file-->
  330. <!-- directory usage:
  331. <directory>boolean</directory>
  332. -->
  333. <!-- externs: a list of symbols to omit from linking when building a SWF-->
  334. <!-- externs usage:
  335. <externs>
  336. <symbol>string</symbol>
  337. <symbol>string</symbol>
  338. </externs>
  339. -->
  340. <frames>
  341. <!-- frames.frame: A SWF frame label with a sequence of classnames that will be linked onto the frame.-->
  342. <!-- frames.frame usage:
  343. <frame>
  344. <label>string</label>
  345. <classname>string</classname>
  346. </frame>
  347. -->
  348. </frames>
  349. <framework>halo</framework>
  350. <!-- include-classes: a list of classes to include in the output SWC-->
  351. <!-- include-classes usage:
  352. <include-classes>
  353. <class>string</class>
  354. <class>string</class>
  355. </include-classes>
  356. -->
  357. <!-- include-file: a list of named files to include in the output SWC-->
  358. <!-- include-file usage:
  359. <include-file>
  360. <name>string</name>
  361. <path>string</path>
  362. <path>string</path>
  363. </include-file>
  364. -->
  365. <!-- include-inheritance-dependencies-only: only include inheritance dependencies of classes specified with include-classes -->
  366. <!-- include-inheritance-dependencies-only usage:
  367. <include-inheritance-dependencies-only>boolean</include-inheritance-dependencies-only>
  368. -->
  369. <!-- include-lookup-only: if true, manifest entries with lookupOnly=true are included in SWC catalog. Default is false.-->
  370. <!-- include-lookup-only usage:
  371. <include-lookup-only>boolean</include-lookup-only>
  372. -->
  373. <!-- include-namespaces: all classes in the listed namespaces are included in the output SWC-->
  374. <!-- include-namespaces usage:
  375. <include-namespaces>
  376. <uri>string</uri>
  377. <uri>string</uri>
  378. </include-namespaces>
  379. -->
  380. <!-- include-resource-bundles: a list of resource bundles to include in the output SWC-->
  381. <!-- include-resource-bundles usage:
  382. <include-resource-bundles>
  383. <bundle>string</bundle>
  384. <bundle>string</bundle>
  385. </include-resource-bundles>
  386. -->
  387. <!-- include-sources: a list of directories and source files to include in the output SWC-->
  388. <!-- include-sources usage:
  389. <include-sources>
  390. <path-element>string</path-element>
  391. <path-element>string</path-element>
  392. </include-sources>
  393. -->
  394. <!-- include-stylesheet: a list of named stylesheet resources to include in the output SWC-->
  395. <!-- include-stylesheet usage:
  396. <include-stylesheet>
  397. <name>string</name>
  398. <path>string</path>
  399. <path>string</path>
  400. </include-stylesheet>
  401. -->
  402. <!-- includes: a list of symbols to always link in when building a SWF-->
  403. <!-- includes usage:
  404. <includes>
  405. <symbol>string</symbol>
  406. <symbol>string</symbol>
  407. </includes>
  408. -->
  409. <!-- link-report: Output a XML-formatted report of all definitions linked into the application.-->
  410. <!-- link-report usage:
  411. <link-report>filename</link-report>
  412. -->
  413. <!-- load-config: load a file containing configuration options-->
  414. <load-config>${flexlib}/${configname}-config.xml</load-config>
  415. <!-- load-externs: an XML file containing <def>, <pre>, and <ext> symbols to omit from linking when building a SWF-->
  416. <!-- load-externs usage:
  417. <load-externs>filename</load-externs>
  418. -->
  419. <metadata>
  420. <!-- metadata.contributor: A contributor's name to store in the SWF metadata-->
  421. <!-- metadata.contributor usage:
  422. <contributor>name</contributor>
  423. -->
  424. <!-- metadata.creator: A creator's name to store in the SWF metadata-->
  425. <creator>unknown</creator>
  426. <!-- metadata.date: The creation date to store in the SWF metadata-->
  427. <!-- metadata.date usage:
  428. <date>text</date>
  429. -->
  430. <!-- metadata.description: The default description to store in the SWF metadata-->
  431. <description>http://www.adobe.com/products/flex</description>
  432. <!-- metadata.language: The language to store in the SWF metadata (i.e. EN, FR)-->
  433. <language>EN</language>
  434. <!-- metadata.localized-description: A localized RDF/XMP description to store in the SWF metadata-->
  435. <!-- metadata.localized-description usage:
  436. <localized-description>
  437. <text>string</text>
  438. <lang>string</lang>
  439. <lang>string</lang>
  440. </localized-description>
  441. -->
  442. <!-- metadata.localized-title: A localized RDF/XMP title to store in the SWF metadata-->
  443. <!-- metadata.localized-title usage:
  444. <localized-title>
  445. <title>string</title>
  446. <lang>string</lang>
  447. <lang>string</lang>
  448. </localized-title>
  449. -->
  450. <!-- metadata.publisher: A publisher's name to store in the SWF metadata-->
  451. <publisher>unknown</publisher>
  452. <!-- metadata.title: The default title to store in the SWF metadata-->
  453. <title>Adobe Flex 4 Application</title>
  454. </metadata>
  455. <!-- output: the filename of the SWF movie to create-->
  456. <!-- output usage:
  457. <output>filename</output>
  458. -->
  459. <!-- raw-metadata: XML text to store in the SWF metadata (overrides metadata.* configuration)-->
  460. <!-- raw-metadata usage:
  461. <raw-metadata>text</raw-metadata>
  462. -->
  463. <!-- remove-unused-rsls: remove RSLs that are not being used by the application-->
  464. <remove-unused-rsls>true</remove-unused-rsls>
  465. <!-- resource-bundle-list: prints a list of resource bundles to a file for input to the compc compiler to create a resource bundle SWC file. -->
  466. <!-- resource-bundle-list usage:
  467. <resource-bundle-list>filename</resource-bundle-list>
  468. -->
  469. <!-- runtime-shared-libraries: a list of runtime shared library URLs to be loaded before the application starts-->
  470. <!-- runtime-shared-libraries usage:
  471. <runtime-shared-libraries>
  472. <url>string</url>
  473. <url>string</url>
  474. </runtime-shared-libraries>
  475. -->
  476. <!-- runtime-shared-library-path: specifies a SWC to link against, an RSL URL to load, with an optional policy file URL and optional failover URLs -->
  477. <!-- runtime-shared-library-path usage:
  478. <runtime-shared-library-path>
  479. <path-element>string</path-element>
  480. <rsl-url>string</rsl-url>
  481. <policy-file-url>string</policy-file-url>
  482. </runtime-shared-library-path>
  483. -->
  484. <runtime-shared-library-settings>
  485. <!-- runtime-shared-library-settings.application-domain: override the application domain an RSL is loaded into. The supported values are 'current', 'default', 'parent', or 'top-level'.-->
  486. <!-- runtime-shared-library-settings.application-domain usage:
  487. <application-domain>
  488. <path-element>string</path-element>
  489. <application-domain-target>string</application-domain-target>
  490. </application-domain>
  491. -->
  492. <!-- runtime-shared-library-settings.force-rsls: force an RSL to be loaded, overriding the removal caused by using the remove-unused-rsls option-->
  493. <!-- runtime-shared-library-settings.force-rsls usage:
  494. <force-rsls>
  495. <path-element>string</path-element>
  496. <path-element>string</path-element>
  497. </force-rsls>
  498. -->
  499. </runtime-shared-library-settings>
  500. <!-- size-report: Output an XML-formatted report detailing the size of all code and data linked into the application.-->
  501. <!-- size-report usage:
  502. <size-report>filename</size-report>
  503. -->
  504. <!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
  505. <static-link-runtime-shared-libraries>false</static-link-runtime-shared-libraries>
  506. <!-- swf-version: specifies the version of the compiled SWF file.-->
  507. <swf-version>14</swf-version>
  508. <!-- target-player: specifies the version of the player the application is targeting. Features requiring a later version will not be compiled into the application. The minimum value supported is "9.0.0".-->
  509. <target-player>11.1.0</target-player>
  510. <!-- tools-locale: specifies the locale used by the compiler when reporting errors and warnings.-->
  511. <!-- tools-locale usage:
  512. <tools-locale>string</tools-locale>
  513. -->
  514. <!-- use-direct-blit: Use hardware acceleration to blit graphics to the screen, where such acceleration is available.-->
  515. <!-- use-direct-blit usage:
  516. <use-direct-blit>boolean</use-direct-blit>
  517. -->
  518. <!-- use-gpu: Use GPU compositing features when drawing graphics, where such acceleration is available.-->
  519. <!-- use-gpu usage:
  520. <use-gpu>boolean</use-gpu>
  521. -->
  522. <!-- use-network: toggle whether the SWF is flagged for access to network resources-->
  523. <use-network>true</use-network>
  524. <!-- verify-digests: verifies the libraries loaded at runtime are the correct ones.-->
  525. <verify-digests>false</verify-digests>
  526. <!-- version: display the build version of the program-->
  527. <!-- version usage:
  528. <version>boolean</version>
  529. -->
  530. <!-- warnings: toggle the display of warnings-->
  531. <!-- warnings usage:
  532. <warnings>boolean</warnings>
  533. -->
  534. </flex-config>
Advertisement
Add Comment
Please, Sign In to add comment