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 2013/12/19 08:57:17 UTC

git commit: [flex-asjs] [refs/heads/develop] - add ide folder (was in .gitignore

Updated Branches:
  refs/heads/develop a071498e6 -> 74a997e82


add ide folder (was in .gitignore


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

Branch: refs/heads/develop
Commit: 74a997e820d8460a0e86e0432f23569d9f89919a
Parents: a071498
Author: Alex Harui <ah...@apache.org>
Authored: Wed Dec 18 23:56:44 2013 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Dec 18 23:56:44 2013 -0800

----------------------------------------------------------------------
 .gitignore                                                |  1 -
 ide/flashbuilder/FlexJS (COMPC).launch                    | 10 ++++++++++
 ide/flashbuilder/FlexJS (Debug Build).launch              | 10 ++++++++++
 .../FlexJS (FalconJX Debug and Release Build).launch      | 10 ++++++++++
 ide/flashbuilder/FlexJS (JS COMPC).launch                 | 10 ++++++++++
 ide/flashbuilder/FlexJS (Release Build).launch            | 10 ++++++++++
 6 files changed, 50 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/74a997e8/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 0c85db5..5eaeec6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,7 +38,6 @@ lib/
 libs/
 in/
 swfobject/
-ide/
 flex2/
 thirdparty/
 META-INF/

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/74a997e8/ide/flashbuilder/FlexJS (COMPC).launch
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/FlexJS (COMPC).launch b/ide/flashbuilder/FlexJS (COMPC).launch
new file mode 100644
index 0000000..6d0f89d
--- /dev/null
+++ b/ide/flashbuilder/FlexJS (COMPC).launch	
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8' standalone='no'?>
+<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='$JAVA_EXEC'/>
+<stringAttribute key='org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS' value='-Xmx384m -Dsun.io.useCanonCaches=false -Dflexcompiler=&quot;$FLEXJS_HOME&quot; -Dflexlib=&quot;$FLEXJS_HOME/frameworks&quot; -jar &quot;$FLEXJS_HOME/lib/falcon-compc.jar&quot; -debug -compiler.mxml.children-as-data -compiler.binding-value-change-event=org.apache.flex.events.ValueChangeEvent -compiler.binding-value-change-event-kind=org.apache.flex.events.ValueChangeEvent -compiler.binding-value-change-event-type=valueChange -fb &quot;${project_loc}&quot;' />
+</launchConfiguration>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/74a997e8/ide/flashbuilder/FlexJS (Debug Build).launch
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/FlexJS (Debug Build).launch b/ide/flashbuilder/FlexJS (Debug Build).launch
new file mode 100644
index 0000000..e614ce7
--- /dev/null
+++ b/ide/flashbuilder/FlexJS (Debug Build).launch	
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8' standalone='no'?>
+<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='$JAVA_EXEC'/>
+<stringAttribute key='org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS' value='-Xmx384m -Dsun.io.useCanonCaches=false -Dflexcompiler=&quot;$FLEXJS_HOME&quot; -Dflexlib=&quot;$FLEXJS_HOME/frameworks&quot; -jar &quot;$FLEXJS_HOME/lib/falcon-mxmlc.jar&quot; -compiler.mxml.children-as-data -debug -compiler.binding-value-change-event=org.apache.flex.events.ValueChangeEvent -compiler.binding-value-change-event-kind=org.apache.flex.events.ValueChangeEvent -compiler.binding-value-change-event-type=valueChange -fb &quot;${project_loc}&quot;'/>
+</launchConfiguration>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/74a997e8/ide/flashbuilder/FlexJS (FalconJX Debug and Release Build).launch
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/FlexJS (FalconJX Debug and Release Build).launch b/ide/flashbuilder/FlexJS (FalconJX Debug and Release Build).launch
new file mode 100644
index 0000000..42fc85e
--- /dev/null
+++ b/ide/flashbuilder/FlexJS (FalconJX Debug and Release Build).launch	
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8' standalone='no'?>
+<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='$JAVA_EXEC'/>
+<stringAttribute key='org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS' value='-Xmx384m -Dfile.encoding=UTF8 -Dsun.io.useCanonCaches=false -Dflexcompiler=&quot;$FLEXJS_HOME&quot; -Dflexlib=&quot;$FLEXJS_HOME/frameworks&quot; -jar &quot;$FLEXJS_HOME/js/lib/mxmlc.jar&quot; -compiler.mxml.children-as-data -compiler.binding-value-change-event-type=valueChange -js-output-type=FLEXJS -sdk-js-lib=&quot;$FLEXJS_HOME/frameworks/js/FlexJS/src&quot; -fb &quot;${project_loc}&quot;'/>
+</launchConfiguration>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/74a997e8/ide/flashbuilder/FlexJS (JS COMPC).launch
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/FlexJS (JS COMPC).launch b/ide/flashbuilder/FlexJS (JS COMPC).launch
new file mode 100644
index 0000000..557fcba
--- /dev/null
+++ b/ide/flashbuilder/FlexJS (JS COMPC).launch	
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8' standalone='no'?>
+<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='$JAVA_EXEC'/>
+<stringAttribute key='org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS' value='-Xmx384m -Dfile.encoding=UTF8 -Dsun.io.useCanonCaches=false -Dflexcompiler=&quot;$FLEXJS_HOME&quot; -Dflexlib=&quot;$FLEXJS_HOME/frameworks&quot; -jar &quot;$FLEXJS_HOME/js/lib/compc.jar&quot; -compiler.mxml.children-as-data -compiler.binding-value-change-event-type=valueChange -js-output-type=FLEXJS -sdk-js-lib=$FLEXJS_HOME/frameworks/js/FlexJS/src -fb &quot;${project_loc}&quot;' />
+</launchConfiguration>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/74a997e8/ide/flashbuilder/FlexJS (Release Build).launch
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/FlexJS (Release Build).launch b/ide/flashbuilder/FlexJS (Release Build).launch
new file mode 100644
index 0000000..de03eae
--- /dev/null
+++ b/ide/flashbuilder/FlexJS (Release Build).launch	
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8' standalone='no'?>
+<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='$JAVA_EXEC'/>
+<stringAttribute key='org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS' value='-Xmx384m -Dsun.io.useCanonCaches=false -Dflexcompiler=&quot;$FLEXJS_HOME&quot; -Dflexlib=&quot;$FLEXJS_HOME/frameworks&quot; -jar &quot;$FLEXJS_HOME/lib/falcon-mxmlc.jar&quot; -compiler.mxml.children-as-data -compiler.binding-value-change-event=org.apache.flex.events.ValueChangeEvent -compiler.binding-value-change-event-kind=org.apache.flex.events.ValueChangeEvent -compiler.binding-value-change-event-type=valueChange -fb &quot;${project_loc}&quot;'/>
+</launchConfiguration>