tune the launch scripts
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e1f00809 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e1f00809 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e1f00809 Branch: refs/heads/spark Commit: e1f008094279996310f8ab5d358ffa251e92d8a3 Parents: b86f09bd Author: Alex Harui <[email protected]> Authored: Tue Jun 14 11:37:27 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Jun 14 11:37:38 2016 -0700 ---------------------------------------------------------------------- .../Convert New Flex Project to FlexJS MVC Project.launch | 4 +++- .../Convert New Flex Project to FlexJS Project.launch | 6 ++++-- ide/flashbuilder/FlexJS (Cordova Build).launch | 5 +++-- ide/flashbuilder/FlexJS (Cordova Run).launch | 5 +++-- 4 files changed, 13 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e1f00809/ide/flashbuilder/Convert New Flex Project to FlexJS MVC Project.launch ---------------------------------------------------------------------- diff --git a/ide/flashbuilder/Convert New Flex Project to FlexJS MVC Project.launch b/ide/flashbuilder/Convert New Flex Project to FlexJS MVC Project.launch index 98b6498..8f682af 100644 --- a/ide/flashbuilder/Convert New Flex Project to FlexJS MVC Project.launch +++ b/ide/flashbuilder/Convert New Flex Project to FlexJS MVC Project.launch @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> -<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"/> +<listAttribute key='org.eclipse.debug.ui.favoriteGroups'> +<listEntry value='org.eclipse.ui.externaltools.launchGroup'/> +</listAttribute><listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"/> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"/> <mapAttribute key="org.eclipse.debug.core.environmentVariables"> <mapEntry key="ANT_HOME" value="/Applications/Adobe Flash Builder 4.7/eclipse/plugins/org.apache.ant_1.8.2.v20110505-1300"/> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e1f00809/ide/flashbuilder/Convert New Flex Project to FlexJS Project.launch ---------------------------------------------------------------------- diff --git a/ide/flashbuilder/Convert New Flex Project to FlexJS Project.launch b/ide/flashbuilder/Convert New Flex Project to FlexJS Project.launch index 0224b51..6d52970 100644 --- a/ide/flashbuilder/Convert New Flex Project to FlexJS Project.launch +++ b/ide/flashbuilder/Convert New Flex Project to FlexJS Project.launch @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> -<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"/> +<listAttribute key='org.eclipse.debug.ui.favoriteGroups'> +<listEntry value='org.eclipse.ui.externaltools.launchGroup'/> +</listAttribute><listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"/> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"/> <mapAttribute key="org.eclipse.debug.core.environmentVariables"> <mapEntry key="PATH" value="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"/> @@ -12,6 +14,6 @@ <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> <booleanAttribute key="org.eclipse.ui.externaltools.ATTR_HIDE_INTERNAL_TARGETS" value="true"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="$FLEXJS_HOME/ide/flashbuilder/antscripts.xml"/> -<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-DprojectDir=""{project_loc}""/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-DprojectDir="{project_loc}""/> <stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/> </launchConfiguration> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e1f00809/ide/flashbuilder/FlexJS (Cordova Build).launch ---------------------------------------------------------------------- diff --git a/ide/flashbuilder/FlexJS (Cordova Build).launch b/ide/flashbuilder/FlexJS (Cordova Build).launch index f7223d1..c7e64af 100644 --- a/ide/flashbuilder/FlexJS (Cordova Build).launch +++ b/ide/flashbuilder/FlexJS (Cordova Build).launch @@ -1,13 +1,14 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> -<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"/> +<listAttribute key='org.eclipse.debug.ui.favoriteGroups'> +<listEntry value='org.eclipse.ui.externaltools.launchGroup'/> +</listAttribute><listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"/> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"/> <mapAttribute key="org.eclipse.debug.core.environmentVariables"> <mapEntry key="PATH" value="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"/> </mapAttribute> <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> -<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 8 (MacOS X Default)"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.launching.remote.InternalAntRunner"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value=""/> <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e1f00809/ide/flashbuilder/FlexJS (Cordova Run).launch ---------------------------------------------------------------------- diff --git a/ide/flashbuilder/FlexJS (Cordova Run).launch b/ide/flashbuilder/FlexJS (Cordova Run).launch index a71cdee..e87f8f3 100644 --- a/ide/flashbuilder/FlexJS (Cordova Run).launch +++ b/ide/flashbuilder/FlexJS (Cordova Run).launch @@ -1,14 +1,15 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> -<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"/> +<listAttribute key='org.eclipse.debug.ui.favoriteGroups'> +<listEntry value='org.eclipse.ui.externaltools.launchGroup'/> +</listAttribute><listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"/> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"/> <mapAttribute key="org.eclipse.debug.core.environmentVariables"> <mapEntry key="ANT_HOME" value="/Applications/Adobe Flash Builder 4.7/eclipse/plugins/org.apache.ant_1.8.2.v20110505-1300"/> <mapEntry key="PATH" value="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"/> </mapAttribute> <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> -<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 8 (MacOS X Default)"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.launching.remote.InternalAntRunner"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value=""/> <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
