You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ch...@apache.org on 2012/05/23 21:12:29 UTC

svn commit: r1341989 - in /incubator/flex/trunk/bin: amxmlc.bat asc asc.bat asdoc compc copylocale copylocale.bat digest digest.bat fcsh fcsh.bat fdb fdb.bat mxmlc optimizer optimizer.bat swcdepends swcdepends.bat swfdump swfdump.bat

Author: cherreman
Date: Wed May 23 19:12:28 2012
New Revision: 1341989

URL: http://svn.apache.org/viewvc?rev=1341989&view=rev
Log:
Fixed comment errors in shell and batch scripts. Added asc.bat since it did not exist.

Added:
    incubator/flex/trunk/bin/asc.bat
Modified:
    incubator/flex/trunk/bin/amxmlc.bat
    incubator/flex/trunk/bin/asc
    incubator/flex/trunk/bin/asdoc
    incubator/flex/trunk/bin/compc
    incubator/flex/trunk/bin/copylocale
    incubator/flex/trunk/bin/copylocale.bat
    incubator/flex/trunk/bin/digest
    incubator/flex/trunk/bin/digest.bat
    incubator/flex/trunk/bin/fcsh
    incubator/flex/trunk/bin/fcsh.bat
    incubator/flex/trunk/bin/fdb
    incubator/flex/trunk/bin/fdb.bat
    incubator/flex/trunk/bin/mxmlc
    incubator/flex/trunk/bin/optimizer
    incubator/flex/trunk/bin/optimizer.bat
    incubator/flex/trunk/bin/swcdepends
    incubator/flex/trunk/bin/swcdepends.bat
    incubator/flex/trunk/bin/swfdump
    incubator/flex/trunk/bin/swfdump.bat

Modified: incubator/flex/trunk/bin/amxmlc.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/amxmlc.bat?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/amxmlc.bat (original)
+++ incubator/flex/trunk/bin/amxmlc.bat Wed May 23 19:12:28 2012
@@ -1,5 +1,4 @@
 @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.

Modified: incubator/flex/trunk/bin/asc
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/asc?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/asc (original)
+++ incubator/flex/trunk/bin/asc Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# fdb launch script for unix.  On windows, fdb.exe is used and
-# java settings are managed in jvm.config in this directory.
+# asc launch script for unix. On windows, asc.bat is used instead.
 #
 
 case `uname` in

Added: incubator/flex/trunk/bin/asc.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/asc.bat?rev=1341989&view=auto
==============================================================================
--- incubator/flex/trunk/bin/asc.bat (added)
+++ incubator/flex/trunk/bin/asc.bat Wed May 23 19:12:28 2012
@@ -0,0 +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\..
+
+java -ea -Dapplication.home="%FLEX_HOME%" -Xms32m -Xmx384m -jar "%FLEX_HOME%\lib\asc.jar" %*
\ No newline at end of file

Modified: incubator/flex/trunk/bin/asdoc
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/asdoc?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/asdoc (original)
+++ incubator/flex/trunk/bin/asdoc Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# asdoc launch script for unix.  On windows, asdoc.exe is used and
-# java settings are managed in jvm.config in this directory.
+# asdoc launch script for unix. On windows, asdoc.bat is used instead.
 #
 
 #

Modified: incubator/flex/trunk/bin/compc
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/compc?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/compc (original)
+++ incubator/flex/trunk/bin/compc Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# compc launch script for unix.  On windows, compc.exe is used and
-# java settings are managed in jvm.config in this directory.
+# compc launch script for unix. On windows, compc.bat is used instead.
 #
 
 #

Modified: incubator/flex/trunk/bin/copylocale
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/copylocale?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/copylocale (original)
+++ incubator/flex/trunk/bin/copylocale Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# copylocale launch script for unix.  On windows, copylocale.exe is used and
-# java settings are managed in jvm.config in this directory.
+# copylocale launch script for unix. On windows, copylocale.bat is used instead.
 #
 
 case `uname` in

Modified: incubator/flex/trunk/bin/copylocale.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/copylocale.bat?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/copylocale.bat (original)
+++ incubator/flex/trunk/bin/copylocale.bat Wed May 23 19:12:28 2012
@@ -15,4 +15,5 @@ rem See the License for the specific lan
 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

Modified: incubator/flex/trunk/bin/digest
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/digest?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/digest (original)
+++ incubator/flex/trunk/bin/digest Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# digest launch script for unix.  On windows, digest.exe is used and
-# java settings are managed in jvm.config in this directory.
+# digest launch script for unix. On windows, digest.bat is used instead.
 #
 
 case `uname` in

Modified: incubator/flex/trunk/bin/digest.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/digest.bat?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/digest.bat (original)
+++ incubator/flex/trunk/bin/digest.bat Wed May 23 19:12:28 2012
@@ -15,4 +15,5 @@ rem See the License for the specific lan
 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

Modified: incubator/flex/trunk/bin/fcsh
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/fcsh?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/fcsh (original)
+++ incubator/flex/trunk/bin/fcsh Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# fcsh launch script for unix.  On windows, fcsh.exe is used and
-# java settings are managed in jvm.config in this directory.
+# fcsh launch script for unix. On windows, fcsh.bat is used instead.
 #
 
 case `uname` in

Modified: incubator/flex/trunk/bin/fcsh.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/fcsh.bat?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/fcsh.bat (original)
+++ incubator/flex/trunk/bin/fcsh.bat Wed May 23 19:12:28 2012
@@ -15,4 +15,5 @@ rem See the License for the specific lan
 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

Modified: incubator/flex/trunk/bin/fdb
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/fdb?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/fdb (original)
+++ incubator/flex/trunk/bin/fdb Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# fdb launch script for unix.  On windows, fdb.exe is used and
-# java settings are managed in jvm.config in this directory.
+# fdb launch script for unix. On windows, fdb.bat is used instead.
 #
 
 case `uname` in

Modified: incubator/flex/trunk/bin/fdb.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/fdb.bat?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/fdb.bat (original)
+++ incubator/flex/trunk/bin/fdb.bat Wed May 23 19:12:28 2012
@@ -15,4 +15,5 @@ rem See the License for the specific lan
 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

Modified: incubator/flex/trunk/bin/mxmlc
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/mxmlc?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/mxmlc (original)
+++ incubator/flex/trunk/bin/mxmlc Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# mxmlc launch script for unix.  On windows, mxmlc.exe is used and
-# java settings are managed in jvm.config in this directory.
+# mxmlc launch script for unix. On windows, mxmlc.bat is used instead.
 #
 
 #

Modified: incubator/flex/trunk/bin/optimizer
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/optimizer?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/optimizer (original)
+++ incubator/flex/trunk/bin/optimizer Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# optimizer launch script for unix.  On windows, optimizer.exe is used and
-# java settings are managed in jvm.config in this directory.
+# optimizer launch script for unix. On windows, optimizer.bat is used instead.
 #
 
 case `uname` in

Modified: incubator/flex/trunk/bin/optimizer.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/optimizer.bat?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/optimizer.bat (original)
+++ incubator/flex/trunk/bin/optimizer.bat Wed May 23 19:12:28 2012
@@ -15,4 +15,5 @@ rem See the License for the specific lan
 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

Modified: incubator/flex/trunk/bin/swcdepends
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/swcdepends?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/swcdepends (original)
+++ incubator/flex/trunk/bin/swcdepends Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# swcdepends launch script for unix.  On windows, swcdepends.exe is used and
-# java settings are managed in jvm.config in this directory.
+# swcdepends launch script for unix. On windows, swcdepends.bat is used instead.
 #
 
 case `uname` in

Modified: incubator/flex/trunk/bin/swcdepends.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/swcdepends.bat?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/swcdepends.bat (original)
+++ incubator/flex/trunk/bin/swcdepends.bat Wed May 23 19:12:28 2012
@@ -15,4 +15,5 @@ rem See the License for the specific lan
 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

Modified: incubator/flex/trunk/bin/swfdump
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/swfdump?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/swfdump (original)
+++ incubator/flex/trunk/bin/swfdump Wed May 23 19:12:28 2012
@@ -20,8 +20,7 @@
 ################################################################################
 
 #
-# swfdump launch script for unix.  On windows, swfdump.exe is used and
-# java settings are managed in jvm.config in this directory.
+# swfdump launch script for unix. On windows, swfdump.bat is used instead.
 #
 
 case `uname` in

Modified: incubator/flex/trunk/bin/swfdump.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/swfdump.bat?rev=1341989&r1=1341988&r2=1341989&view=diff
==============================================================================
--- incubator/flex/trunk/bin/swfdump.bat (original)
+++ incubator/flex/trunk/bin/swfdump.bat Wed May 23 19:12:28 2012
@@ -15,4 +15,5 @@ rem See the License for the specific lan
 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