Repository: flex-asjs
Updated Branches:
  refs/heads/develop 5984b1b9f -> 7dd59490f


this example needs to run in desktop profile (no htmlloader in mobile profile)


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d76d60e6
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d76d60e6
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d76d60e6

Branch: refs/heads/develop
Commit: d76d60e68f2f8d8a75e6690a4126fd642a6564a4
Parents: bc25fb9
Author: Alex Harui <aha...@apache.org>
Authored: Wed May 14 14:20:58 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Wed May 14 14:31:38 2014 -0700

----------------------------------------------------------------------
 examples/DesktopMap/DesktopMap-app.xml | 2 +-
 examples/DesktopMap/build.xml          | 8 +-------
 2 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d76d60e6/examples/DesktopMap/DesktopMap-app.xml
----------------------------------------------------------------------
diff --git a/examples/DesktopMap/DesktopMap-app.xml 
b/examples/DesktopMap/DesktopMap-app.xml
index 3d87eaa..8beb581 100644
--- a/examples/DesktopMap/DesktopMap-app.xml
+++ b/examples/DesktopMap/DesktopMap-app.xml
@@ -134,7 +134,7 @@
        <!-- (i.e., to only mobile devices) then add this element and list -->
        <!-- only the profiles which your application does support. -->
        <!-- <supportedProfiles>desktop extendedDesktop mobileDevice 
extendedMobileDevice</supportedProfiles> -->
-       <supportedProfiles>extendedDesktop desktop 
mobileDevice</supportedProfiles>
+       <supportedProfiles>extendedDesktop desktop</supportedProfiles>
 
        <!-- The subpath of the standard default installation location to use. 
Optional. -->
        <installFolder>Apache Flex</installFolder>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d76d60e6/examples/DesktopMap/build.xml
----------------------------------------------------------------------
diff --git a/examples/DesktopMap/build.xml b/examples/DesktopMap/build.xml
index 280e789..0fc85fc 100644
--- a/examples/DesktopMap/build.xml
+++ b/examples/DesktopMap/build.xml
@@ -69,14 +69,8 @@
         <exec executable="${AIR_HOME}/bin/${adl}" dir="${basedir}/bin-debug" 
failonerror="true">
             <arg value="-runtime" />
             <arg value="${AIR_HOME}/runtimes/air/${runtime}" />
-            <arg value="-screensize" />
-            <arg value="640x960:640x960" />
             <arg value="-profile" />
-            <arg value="mobileDevice" />
-            <arg value="-XscreenDPI" />
-            <arg value="240" />
-            <arg value="-XversionPlatform" />
-            <arg value="AND" />
+            <arg value="extendedDesktop" />
             <arg value="${basedir}/bin-debug/${example}-app.xml" />
         </exec>
     </target>

Reply via email to