Skip to content

Commit

Permalink
Changed project setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
gasi committed Aug 29, 2009
1 parent f127433 commit ea75ddc
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 23 deletions.
36 changes: 19 additions & 17 deletions .actionScriptProperties
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<actionScriptProperties mainApplicationPath="GigaPanDesktop.mxml" version="3">
<compiler additionalCompilerArguments="-locale en_US -default-background-color #121212" copyDependentFiles="false" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersion="9.0.124" htmlPlayerVersionCheck="true" outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" useApolloConfig="true" verifyDigests="true" warn="true">
<compilerSourcePath>
<compilerSourcePathEntry kind="1" linkType="1" path="${OPENZOOM_SDK}/src"/>
<compilerSourcePathEntry kind="1" linkType="1" path="${OPENZOOM_SDK}/lib/as3corelib/src"/>
</compilerSourcePath>
<libraryPath defaultLinkType="1">
<libraryPathEntry kind="4" path=""/>
<libraryPathEntry kind="1" linkType="1" path="${OPENZOOM_SDK}/lib"/>
</libraryPath>
<sourceAttachmentPath/>
</compiler>
<applications>
<application path="GigaPanDesktop.mxml"/>
</applications>
<modules/>
<buildCSSFiles/>
<actionScriptProperties mainApplicationPath="GigaPanDesktop.mxml" version="6">
<compiler additionalCompilerArguments="-locale en_US -default-background-color #121212" autoRSLOrdering="true" copyDependentFiles="false" flexSDK="Flex 3.4" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="true" useDebugRSLSwfs="true" verifyDigests="true" warn="true">
<compilerSourcePath>
<compilerSourcePathEntry kind="1" linkType="1" path="${OPENZOOM_HOME}/src"/>
<compilerSourcePathEntry kind="1" linkType="1" path="${OPENZOOM_HOME}/lib/as3corelib/src"/>
</compilerSourcePath>
<libraryPath defaultLinkType="1">
<libraryPathEntry kind="4" path=""/>
<libraryPathEntry kind="1" linkType="1" path="${OPENZOOM_HOME}/lib"/>
</libraryPath>
<sourceAttachmentPath/>
</compiler>
<applications>
<application path="GigaPanDesktop.mxml">
<airExcludes/>
</application>
</applications>
<modules/>
<buildCSSFiles/>
</actionScriptProperties>
2 changes: 1 addition & 1 deletion .flexProperties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<flexProperties flexServerType="0" toolCompile="true" useServerFlexSDK="false" version="1"/>
<flexProperties flexServerFeatures="0" flexServerType="0" toolCompile="true" useServerFlexSDK="false" version="1"/>
10 changes: 8 additions & 2 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.adobe.flexbuilder.project.apollobuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.adobe.flexbuilder.project.flexbuilder</name>
<arguments>
Expand All @@ -17,6 +22,7 @@
</buildCommand>
</buildSpec>
<natures>
<nature>com.adobe.flexbuilder.project.apollonature</nature>
<nature>com.adobe.flexbuilder.apollo.apollonature</nature>
<nature>com.adobe.flexbuilder.project.flexnature</nature>
<nature>com.adobe.flexbuilder.project.actionscriptnature</nature>
Expand All @@ -25,12 +31,12 @@
<link>
<name>[source path] OpenZoom SDK</name>
<type>2</type>
<locationURI>OPENZOOM_SDK/src</locationURI>
<locationURI>OPENZOOM_HOME/src</locationURI>
</link>
<link>
<name>[source path] as3corelib</name>
<type>2</type>
<locationURI>OPENZOOM_SDK/lib/as3corelib/src</locationURI>
<locationURI>OPENZOOM_HOME/lib/as3corelib/src</locationURI>
</link>
</linkedResources>
</projectDescription>
6 changes: 3 additions & 3 deletions src/org/openzoom/gigapan/ui/Viewer.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
]]>
</mx:Script>
<openzoom:MultiScaleImage2
<openzoom:MultiScaleImage
id="image"
top="0"
right="0"
Expand All @@ -100,5 +100,5 @@
<constraints:VisibilityConstraint/>
</constraints:CompositeConstraint>
</openzoom:constraint>
</openzoom:MultiScaleImage2>
</mx:Canvas>
</openzoom:MultiScaleImage>
</mx:Canvas>

0 comments on commit ea75ddc

Please sign in to comment.