This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Add this snippet to your build.xml to get flex ant tasks to work without having to copy the jar into the ant/lib folder --> | |
| <!-- Optional: define these two values in your build.properties file. --> | |
| <!--The version of the Flex SDK you are using. --> | |
| <property name="flex.sdkVersion" value="3.4.0" /> | |
| <!-- The home directory for flex on your computer. --> | |
| <property name="flex.path" location="/Applications/Adobe\ Flex\ Builder\ 3\ Plug-in" /> | |
| <!-- The Location of FlexSDK on your Computer --> | |
| <property name="flex.sdkPath" location="${flex.path}/sdks/${flex.sdkVersion}"/> |
NewerOlder