Skip to content

Commit

Permalink
Project configuration and Ant build script updated (reference #449)
Browse files Browse the repository at this point in the history
  • Loading branch information
rat-moonshine committed Feb 26, 2019
1 parent db48b26 commit a2ec4ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ide/MoonshineDESKTOPevolved/.actionScriptProperties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<compilerSourcePath>
<compilerSourcePathEntry kind="1" linkType="1" path="/Users/santanu/Documents/Adobe Flash Builder 4.7/ProminicGITBranch/ide/MoonshineSharedCore/src"/>
<compilerSourcePathEntry kind="1" linkType="1" path="/Users/santanu/Documents/Adobe Flash Builder 4.7/ProminicGITBranch/ide/MoonshineSharedCore/src/locale/{locale}"/>
<compilerSourcePathEntry kind="1" linkType="1" path="/Users/santanu/Documents/Adobe Flash Builder 4.7/ProminicGITBranch/Moonshine-SDK-Installer/MoonshineHelperSharedCore/src"/>
<compilerSourcePathEntry kind="1" linkType="1" path="/Users/santanu/Documents/Adobe Flash Builder 4.7/ProminicGITBranch/Moonshine-SDK-Installer/InstallerSharedCore/src"/>
</compilerSourcePath>
<libraryPath defaultLinkType="0">
<libraryPathEntry kind="4" path="">
Expand Down
4 changes: 2 additions & 2 deletions ide/MoonshineDESKTOPevolved/.project
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
</natures>
<linkedResources>
<link>
<name>[source path] MoonshineHelperSharedCore-src</name>
<name>[source path] InstallerSharedCore-src</name>
<type>2</type>
<location>/Users/santanu/Documents/Adobe Flash Builder 4.7/ProminicGITBranch/Moonshine-SDK-Installer/MoonshineHelperSharedCore/src</location>
<location>/Users/santanu/Documents/Adobe Flash Builder 4.7/ProminicGITBranch/Moonshine-SDK-Installer/InstallerSharedCore/src</location>
</link>
<link>
<name>[source path] MoonshineSharedCore-src</name>
Expand Down
4 changes: 1 addition & 3 deletions ide/MoonshineSharedCore/build/build-lib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,8 @@
<property name="background_dir" value="../src/backgrounds"/>
<property name="swfFilename" value="${debug_dir}/Moonshine.swf" />
<property name="LibraryMoonshineCore" value="../../MoonshineSharedCore"/>
<property name="LibraryHelperSharedCore" value="../../../../ProminicSVNBranch/MoonshineHelperSharedCore"/>
<property name="LibraryHelperSharedCore" value="../../../Moonshine-SDK-Installer/InstallerSharedCore"/>
<property name="applicationSourceDirectory" value="../src"/>
<property name="LibraryApacheFlexSDK" value="../../ApacheFlexSDKInstaller/ApacheFlexSDKInstallerLib"/>
<property name="LibraryApacheFlexSDKHelperSourceA" value="../../ApacheFlexSDKInstaller/apache-flex-sdk-installer-3.2.0-src"/>
<property name="desktopMainSource" value="${applicationSourceDirectory}/MoonshineDESKTOP.mxml" />
<property name="webMainSource" value="${applicationSourceDirectory}/MoonshineWEB.mxml" />
<property name="desktopApplicationDescriptor" value="${debug_dir}/MoonshineDESKTOP-app.xml" />
Expand Down

0 comments on commit a2ec4ce

Please sign in to comment.