Sha256: 7f22332617cf7503eb91d9464aaa05114c231891811e90fd18a47390bcab9070

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<actionScriptProperties mainApplicationPath="<%= name %>Shell.mxml" version="3">
<compiler additionalCompilerArguments="-locale en_US -keep-as3-metadata+=Resource,HasOne,HasMany,BelongsTo,DateTime,Lazy,Ignored" copyDependentFiles="true" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderPath="bin" sourceFolderPath="src/main/flex" strict="true" useApolloConfig="false" verifyDigests="true" warn="true">
  <compilerSourcePath/>
  <libraryPath defaultLinkType="1">
    <libraryPathEntry kind="4" path=""/>
    <libraryPathEntry kind="1" linkType="1" path="libs"/>
  </libraryPath>
  <sourceAttachmentPath/>
</compiler>
<applications>
  <application path="<%= name %>Shell.mxml"/>
</applications>
<modules>
<% for modul in modules -%>
	<module application="<%= base_src_folder%><%= name %>Shell.mxml" destPath="<%=base_package_folder%>/modules/<%=modul.downcase%>/<%=modul%>Module.swf" optimize="true" sourcePath="<%=base_src_folder%><%=modul%>Module.mxml"/>
<% end -%>
</modules>
<buildCSSFiles/>
</actionScriptProperties>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
fabricator-0.0.5 app_generators/pureapp/templates/actionscript.properties
fabricator-0.0.5 generators/pure_module/templates/actionscript.properties