You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/08/03 12:19:16 UTC

[2/3] git commit: [flex-asjs] [refs/heads/develop] - Add VF2JS Flash Builder launch config.

Add VF2JS Flash Builder launch config.


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

Branch: refs/heads/develop
Commit: 4838cdffc34b756d0b31bdeef31b8743921190d2
Parents: 6b7ba06
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sun Aug 3 12:15:36 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Sun Aug 3 12:15:36 2014 +0200

----------------------------------------------------------------------
 ...JS (FalconJX Debug and Release Build).launch | 28 ++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4838cdff/vf2js/ide/flashbuilder/launch/VF2JS (FalconJX Debug and Release Build).launch
----------------------------------------------------------------------
diff --git a/vf2js/ide/flashbuilder/launch/VF2JS (FalconJX Debug and Release Build).launch b/vf2js/ide/flashbuilder/launch/VF2JS (FalconJX Debug and Release Build).launch
new file mode 100644
index 0000000..6b56fd9
--- /dev/null
+++ b/vf2js/ide/flashbuilder/launch/VF2JS (FalconJX Debug and Release Build).launch	
@@ -0,0 +1,28 @@
+<?xml version='1.0' encoding='UTF-8' standalone='no'?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<launchConfiguration type='org.eclipse.ui.externaltools.ProgramLaunchConfigurationType'>
+<booleanAttribute key='org.eclipse.debug.core.appendEnvironmentVariables' value='false'/>
+<listAttribute key='org.eclipse.debug.ui.favoriteGroups'>
+<listEntry value='org.eclipse.ui.externaltools.launchGroup'/>
+</listAttribute>
+<stringAttribute key='org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE' value='${project}'/>
+<stringAttribute key='org.eclipse.ui.externaltools.ATTR_LOCATION' value='$VF2JS_HOME/js/vf2js/falconjx/bin/$MXMLC'/>
+<stringAttribute key='org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS' value='-fb &quot;${project_loc}&quot;'/>
+</launchConfiguration>