You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/05/28 07:22:38 UTC

git commit: [flex-sdk] [refs/heads/develop] - fixed newlines (license section had unix style new lines)

Updated Branches:
  refs/heads/develop 5b94467df -> 84ae071d1


fixed newlines (license section had unix style new lines)


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/84ae071d
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/84ae071d
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/84ae071d

Branch: refs/heads/develop
Commit: 84ae071d1658208114674d9812cbca243000c179
Parents: 5b94467
Author: Justin Mclean <jm...@apache.org>
Authored: Tue May 28 15:22:15 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue May 28 15:22:15 2013 +1000

----------------------------------------------------------------------
 bin/aasdoc.bat     |   66 +++++++++++++++++++++++-----------------------
 bin/acompc.bat     |   66 +++++++++++++++++++++++-----------------------
 bin/amxmlc.bat     |   66 +++++++++++++++++++++++-----------------------
 bin/asdoc.bat      |   48 +++++++++++++++++-----------------
 bin/compc.bat      |   50 +++++++++++++++++-----------------
 bin/copylocale.bat |   36 +++++++++++++-------------
 bin/digest.bat     |   36 +++++++++++++-------------
 bin/fcsh.bat       |   36 +++++++++++++-------------
 bin/fdb.bat        |   36 +++++++++++++-------------
 bin/fontswf.bat    |   48 +++++++++++++++++-----------------
 bin/mxmlc.bat      |   50 +++++++++++++++++-----------------
 bin/optimizer.bat  |   36 +++++++++++++-------------
 bin/swcdepends.bat |   36 +++++++++++++-------------
 bin/swfdump.bat    |   36 +++++++++++++-------------
 14 files changed, 323 insertions(+), 323 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/aasdoc.bat
----------------------------------------------------------------------
diff --git a/bin/aasdoc.bat b/bin/aasdoc.bat
index 1087d70..0daad06 100755
--- a/bin/aasdoc.bat
+++ b/bin/aasdoc.bat
@@ -1,33 +1,33 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-rem
-rem aasdoc.bat script for Windows.
-rem This simply executes asdoc.jar in the same directory,
-rem inserting the option +configname=air, which makes
-rem asdoc use air-config.xml instead of flex-config.xml.
-rem On Unix, aasdoc is used instead.
-rem
-
-rem
-rem Either the AIR_HOME environment variable must be set or
-rem or the env.AIR_HOME property must be set in %FLEX_HOME%\env.properties.
-rem If both are set the property takes precedence.
-rem
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
-java -Xmx1024m -Dsun.io.useCanonCaches=false -Xbootclasspath/p:"%FLEX_HOME%\lib\xalan.jar" -classpath "%FLEX_HOME%\lib\asdoc.jar" flex2.tools.ASDoc +configname=air +flexlib="%FLEX_HOME%\frameworks" %*
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+rem
+rem aasdoc.bat script for Windows.
+rem This simply executes asdoc.jar in the same directory,
+rem inserting the option +configname=air, which makes
+rem asdoc use air-config.xml instead of flex-config.xml.
+rem On Unix, aasdoc is used instead.
+rem
+
+rem
+rem Either the AIR_HOME environment variable must be set or
+rem or the env.AIR_HOME property must be set in %FLEX_HOME%\env.properties.
+rem If both are set the property takes precedence.
+rem
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
+java -Xmx1024m -Dsun.io.useCanonCaches=false -Xbootclasspath/p:"%FLEX_HOME%\lib\xalan.jar" -classpath "%FLEX_HOME%\lib\asdoc.jar" flex2.tools.ASDoc +configname=air +flexlib="%FLEX_HOME%\frameworks" %*

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/acompc.bat
----------------------------------------------------------------------
diff --git a/bin/acompc.bat b/bin/acompc.bat
index 05a67ee..4ecf1a4 100755
--- a/bin/acompc.bat
+++ b/bin/acompc.bat
@@ -1,33 +1,33 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-rem
-rem acompc.bat script for Windows.
-rem This simply executes compc.jar in the same directory,
-rem inserting the option +configname=air, which makes
-rem compc use air-config.xml instead of flex-config.xml.
-rem On Unix, acompc is used instead.
-rem
-
-rem
-rem Either the AIR_HOME environment variable must be set or
-rem or the env.AIR_HOME property must be set in %FLEX_HOME%\env.properties.
-rem If both are set the property takes precedence.
-rem
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
-java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\compc.jar" +configname=air +flexlib="%FLEX_HOME%\frameworks" %*
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+rem
+rem acompc.bat script for Windows.
+rem This simply executes compc.jar in the same directory,
+rem inserting the option +configname=air, which makes
+rem compc use air-config.xml instead of flex-config.xml.
+rem On Unix, acompc is used instead.
+rem
+
+rem
+rem Either the AIR_HOME environment variable must be set or
+rem or the env.AIR_HOME property must be set in %FLEX_HOME%\env.properties.
+rem If both are set the property takes precedence.
+rem
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
+java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\compc.jar" +configname=air +flexlib="%FLEX_HOME%\frameworks" %*

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/amxmlc.bat
----------------------------------------------------------------------
diff --git a/bin/amxmlc.bat b/bin/amxmlc.bat
index 61212f4..6f3d3bd 100755
--- a/bin/amxmlc.bat
+++ b/bin/amxmlc.bat
@@ -1,33 +1,33 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-rem
-rem amxmlc.bat script for Windows.
-rem This simply executes mxmlc.jar in the same directory,
-rem inserting the option +configname=air, which makes
-rem mxmlc use air-config.xml instead of flex-config.xml.
-rem On Unix, amxmlc is used instead.
-rem
-
-rem
-rem Either the AIR_HOME environment variable must be set or
-rem or the env.AIR_HOME property must be set in %FLEX_HOME%\env.properties.
-rem If both are set the property takes precedence.
-rem
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
-java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\mxmlc.jar" +configname=air +flexlib="%FLEX_HOME%\frameworks" %*
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+rem
+rem amxmlc.bat script for Windows.
+rem This simply executes mxmlc.jar in the same directory,
+rem inserting the option +configname=air, which makes
+rem mxmlc use air-config.xml instead of flex-config.xml.
+rem On Unix, amxmlc is used instead.
+rem
+
+rem
+rem Either the AIR_HOME environment variable must be set or
+rem or the env.AIR_HOME property must be set in %FLEX_HOME%\env.properties.
+rem If both are set the property takes precedence.
+rem
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
+java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\mxmlc.jar" +configname=air +flexlib="%FLEX_HOME%\frameworks" %*

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/asdoc.bat
----------------------------------------------------------------------
diff --git a/bin/asdoc.bat b/bin/asdoc.bat
index 5366ec7..6f195e4 100755
--- a/bin/asdoc.bat
+++ b/bin/asdoc.bat
@@ -1,25 +1,25 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-rem
-rem Either the AIR_HOME environment variable must be set or
-rem or the env.AIR_HOME property must be set in %FLEX_HOME%\env.properties.
-rem If both are set the property takes precedence.
-rem
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+rem
+rem Either the AIR_HOME environment variable must be set or
+rem or the env.AIR_HOME property must be set in %FLEX_HOME%\env.properties.
+rem If both are set the property takes precedence.
+rem
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
 java -Xmx1024m -Dsun.io.useCanonCaches=false -Xbootclasspath/p:"%FLEX_HOME%\lib\xalan.jar" -classpath "%FLEX_HOME%\lib\asdoc.jar" flex2.tools.ASDoc +flexlib="%FLEX_HOME%\frameworks" %*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/compc.bat
----------------------------------------------------------------------
diff --git a/bin/compc.bat b/bin/compc.bat
index 1bd8901..f8e706f 100755
--- a/bin/compc.bat
+++ b/bin/compc.bat
@@ -1,25 +1,25 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-rem
-rem Either the PLAYERGLOBAL_HOME environment variable must be set or
-rem or the env.PLAYERGLOBAL_HOME property must be set in %FLEX_HOME%\env.properties.
-rem If both are set the property takes precedence.
-rem
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
-java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\compc.jar" +flexlib="%FLEX_HOME%\frameworks" %*
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+rem
+rem Either the PLAYERGLOBAL_HOME environment variable must be set or
+rem or the env.PLAYERGLOBAL_HOME property must be set in %FLEX_HOME%\env.properties.
+rem If both are set the property takes precedence.
+rem
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
+java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\compc.jar" +flexlib="%FLEX_HOME%\frameworks" %*

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/copylocale.bat
----------------------------------------------------------------------
diff --git a/bin/copylocale.bat b/bin/copylocale.bat
index 4ac3dd5..b981c1f 100755
--- a/bin/copylocale.bat
+++ b/bin/copylocale.bat
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
 java -Xmx384m -Dsun.io.useCanonCaches=false -Dapplication.home="%FLEX_HOME%" -jar "%FLEX_HOME%\lib\copylocale.jar" %*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/digest.bat
----------------------------------------------------------------------
diff --git a/bin/digest.bat b/bin/digest.bat
index af4f74a..64f80e5 100755
--- a/bin/digest.bat
+++ b/bin/digest.bat
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
 java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\digest.jar" +flexlib="%FLEX_HOME%\frameworks" %*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/fcsh.bat
----------------------------------------------------------------------
diff --git a/bin/fcsh.bat b/bin/fcsh.bat
index d4c1fcd..f160716 100755
--- a/bin/fcsh.bat
+++ b/bin/fcsh.bat
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
 java -Xmx384m -Dsun.io.useCanonCaches=false -Dapplication.home="%FLEX_HOME%" -jar "%FLEX_HOME%\lib\fcsh.jar"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/fdb.bat
----------------------------------------------------------------------
diff --git a/bin/fdb.bat b/bin/fdb.bat
index 16e7f77..55ee18c 100755
--- a/bin/fdb.bat
+++ b/bin/fdb.bat
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
 java -Xmx384m -Dsun.io.useCanonCaches=false -Dapplication.home="%FLEX_HOME%" -jar "%FLEX_HOME%\lib\fdb.jar" %*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/fontswf.bat
----------------------------------------------------------------------
diff --git a/bin/fontswf.bat b/bin/fontswf.bat
index 1e3e4aa..c0b3358 100755
--- a/bin/fontswf.bat
+++ b/bin/fontswf.bat
@@ -1,24 +1,24 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
-if exist $FLEX_HOME\lib\external\optional\flex-fontkit.jar (
-    @java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m -jar "%FLEX_HOME%\lib\external\optional\flex-fontkit.jar" %*
-) else (
-    echo Apache Flex can optionally integrate with Adobe's embedded font support.
-    echo This feature requires a few font jars from the Adobe Flex SDK.
-)
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
+if exist $FLEX_HOME\lib\external\optional\flex-fontkit.jar (
+    @java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m -jar "%FLEX_HOME%\lib\external\optional\flex-fontkit.jar" %*
+) else (
+    echo Apache Flex can optionally integrate with Adobe's embedded font support.
+    echo This feature requires a few font jars from the Adobe Flex SDK.
+)

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/mxmlc.bat
----------------------------------------------------------------------
diff --git a/bin/mxmlc.bat b/bin/mxmlc.bat
index f453394..3fe7982 100755
--- a/bin/mxmlc.bat
+++ b/bin/mxmlc.bat
@@ -1,25 +1,25 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-rem
-rem Either the PLAYERGLOBAL_HOME environment variable must be set or
-rem or the env.PLAYERGLOBAL_HOME property must be set in %FLEX_HOME%\env.properties.
-rem If both are set the property takes precedence.
-rem
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
-java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\mxmlc.jar" +flexlib="%FLEX_HOME%\frameworks" %*
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+rem
+rem Either the PLAYERGLOBAL_HOME environment variable must be set or
+rem or the env.PLAYERGLOBAL_HOME property must be set in %FLEX_HOME%\env.properties.
+rem If both are set the property takes precedence.
+rem
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
+java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\mxmlc.jar" +flexlib="%FLEX_HOME%\frameworks" %*

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/optimizer.bat
----------------------------------------------------------------------
diff --git a/bin/optimizer.bat b/bin/optimizer.bat
index d5f0a19..448d3f0 100755
--- a/bin/optimizer.bat
+++ b/bin/optimizer.bat
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
 java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\optimizer.jar" +flexlib="%FLEX_HOME%\frameworks" %*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/swcdepends.bat
----------------------------------------------------------------------
diff --git a/bin/swcdepends.bat b/bin/swcdepends.bat
index 09b6b1a..ca8f7a0 100755
--- a/bin/swcdepends.bat
+++ b/bin/swcdepends.bat
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
 java -Xmx384m -Dsun.io.useCanonCaches=false -jar "%FLEX_HOME%\lib\swcdepends.jar" +flexlib="%FLEX_HOME%\frameworks" %*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/84ae071d/bin/swfdump.bat
----------------------------------------------------------------------
diff --git a/bin/swfdump.bat b/bin/swfdump.bat
index 4c2cabd..5d3925c 100755
--- a/bin/swfdump.bat
+++ b/bin/swfdump.bat
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+if "%FLEX_HOME%"=="" set FLEX_HOME=%~dp0\..
+
 java -ea -Dapplication.home="%FLEX_HOME%" -Xms32m -Xmx384m -jar "%FLEX_HOME%\lib\swfdump.jar" %*
\ No newline at end of file