Repository: flex-asjs Updated Branches: refs/heads/develop 284c837ca -> e2601d0b0
Added quotes (") in launch configs to remedy spaces-in-path issues. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e2601d0b Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e2601d0b Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e2601d0b Branch: refs/heads/develop Commit: e2601d0b00aa9029db0a05a03784ef9c64e9711c Parents: 284c837 Author: Peter Ent <[email protected]> Authored: Mon Jun 20 16:33:00 2016 -0400 Committer: Peter Ent <[email protected]> Committed: Mon Jun 20 16:33:00 2016 -0400 ---------------------------------------------------------------------- ide/flashbuilder/FlexJS (Cordova Build).launch | 2 +- ide/flashbuilder/FlexJS (Cordova Run).launch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e2601d0b/ide/flashbuilder/FlexJS (Cordova Build).launch ---------------------------------------------------------------------- diff --git a/ide/flashbuilder/FlexJS (Cordova Build).launch b/ide/flashbuilder/FlexJS (Cordova Build).launch index c7e64af..cfe3754 100644 --- a/ide/flashbuilder/FlexJS (Cordova Build).launch +++ b/ide/flashbuilder/FlexJS (Cordova Build).launch @@ -14,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/cordova-build.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/e2601d0b/ide/flashbuilder/FlexJS (Cordova Run).launch ---------------------------------------------------------------------- diff --git a/ide/flashbuilder/FlexJS (Cordova Run).launch b/ide/flashbuilder/FlexJS (Cordova Run).launch index e87f8f3..b7c277b 100644 --- a/ide/flashbuilder/FlexJS (Cordova Run).launch +++ b/ide/flashbuilder/FlexJS (Cordova Run).launch @@ -16,6 +16,6 @@ <stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="run,"/> <booleanAttribute key="org.eclipse.ui.externaltools.ATTR_HIDE_INTERNAL_TARGETS" value="true"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="$FLEXJS_HOME/cordova-build.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>
