You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/06/15 04:05:42 UTC

git commit: [flex-asjs] [refs/heads/develop] - missing a $

Repository: flex-asjs
Updated Branches:
  refs/heads/develop e1f008094 -> 818c8ca55


missing a $


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

Branch: refs/heads/develop
Commit: 818c8ca55d71a7167128ee31e9f6230a5f6c7b64
Parents: e1f0080
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 14 21:05:37 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 14 21:05:37 2016 -0700

----------------------------------------------------------------------
 ide/flashbuilder/Convert New Flex Project to FlexJS Project.launch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/818c8ca5/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 6d52970..9302d94 100644
--- a/ide/flashbuilder/Convert New Flex Project to FlexJS Project.launch	
+++ b/ide/flashbuilder/Convert New Flex Project to FlexJS Project.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/ide/flashbuilder/antscripts.xml"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-DprojectDir=&quot;{project_loc}&quot;"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-DprojectDir=&quot;${project_loc}&quot;"/>
 <stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
 </launchConfiguration>