rails_generators/rx_config/templates/actionscript.properties in restfulx-1.2.1 vs rails_generators/rx_config/templates/actionscript.properties in restfulx-1.2.2

- old
+ new

@@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<actionScriptProperties mainApplicationPath="<%= project_name %>.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="public/bin" rootURL="http://localhost:3000/bin" sourceFolderPath="app/flex" strict="true" useApolloConfig="false" verifyDigests="true" warn="true"> +<actionScriptProperties mainApplicationPath="<%= flex_project_name %>.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="public/bin" rootURL="http://localhost:3000/bin" sourceFolderPath="<%= flex_root %>" strict="true" useApolloConfig="false" verifyDigests="true" warn="true"> <compilerSourcePath/> <libraryPath defaultLinkType="1"> <libraryPathEntry kind="4" path=""/> <libraryPathEntry kind="1" linkType="1" path="lib"/> </libraryPath> <sourceAttachmentPath/> </compiler> <applications> - <application path="<%= project_name %>.mxml"/> + <application path="<%= flex_project_name %>.mxml"/> </applications> <modules/> <buildCSSFiles/> </actionScriptProperties>