Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # IMPORTANT Change to your local system paths before using ANT
  2.  
  3. #Toggle on/off specific targets
  4. #run.test = true
  5. #run.asdoc = true
  6. #autolaunch.url = true
  7.  
  8. #compiler mode: debug, optimize, apparat
  9. compile.type = debug
  10.  
  11.  
  12.  
  13. compile.debug = true
  14. compile.timestamp = timestamp generated by build
  15. compile.info = debug
  16. compile.release = Version aasdf goes here
  17. compile.geoprotected = false
  18.  
  19. # Build paths
  20. FLEX_HOME = C:/sdks/flex_sdk_3.4.0.9271
  21.  
  22. #Properties file for build.xml
  23. project.name = SiteMain
  24.  
  25. #Version number
  26. ver.num=1.0.0
  27. project.name.versioned=${project.name}
  28.  
  29. #browser
  30. browser = Safari
  31. report.url = ${report.loc}/html/index.html
  32.  
  33. ## Don't change these settings ###
  34.  
  35. #build locations
  36. asdoc.loc=${FLEX_HOME}/bin/asdoc
  37. main.src.loc=${basedir}/src
  38. test.src.loc=${basedir}/test
  39. doc.loc=${basedir}/doc
  40. lib.loc=${basedir}/build/libs
  41. bin.loc=${basedir}/web
  42. report.loc=${basedir}/report
  43. template.loc=${basedir}/build/templates
  44. includes.loc=${basedir}/build/build-includes
  45. swf.loc= ${bin.loc}/bin
  46.  
  47. #html properties
  48. dev = /config/dev/
  49. beta = /config/beta/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement