This is an automated email from the ASF dual-hosted git repository. piotrz pushed a commit to branch feature/rename in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/rename by this push: new 865e601 Rename falcon-swfdump to compiler-swfdump (reference #17) 865e601 is described below commit 865e6015b39de6040e7fa683e2f26022bd2dd6bc Author: piotrz <pio...@apache.org> AuthorDate: Fri Oct 13 19:30:37 2017 +0200 Rename falcon-swfdump to compiler-swfdump (reference #17) --- distribution/jars/{falcon-swfdump => compiler-swfdump}/pom.xml | 2 +- distribution/pom.xml | 4 ++-- distribution/src/main/resources/bin/swfdump | 2 +- distribution/src/main/resources/bin/swfdump.bat | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distribution/jars/falcon-swfdump/pom.xml b/distribution/jars/compiler-swfdump/pom.xml similarity index 98% rename from distribution/jars/falcon-swfdump/pom.xml rename to distribution/jars/compiler-swfdump/pom.xml index 3f998aa..a65225b 100644 --- a/distribution/jars/falcon-swfdump/pom.xml +++ b/distribution/jars/compiler-swfdump/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.apache.royale.framework.distribution</groupId> - <artifactId>falcon-swfdump</artifactId> + <artifactId>compiler-swfdump</artifactId> <version>0.9.0-SNAPSHOT</version> <build> diff --git a/distribution/pom.xml b/distribution/pom.xml index 1793154..2d3636c 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -45,7 +45,7 @@ <module>jars/compiler-compc</module> <module>jars/compiler-mxmlc</module> <module>jars/compiler-optimizer</module> - <module>jars/falcon-swfdump</module> + <module>jars/compiler-swfdump</module> <module>jars/mxmlc</module> </modules> @@ -493,7 +493,7 @@ </dependency> <dependency> <groupId>org.apache.royale.framework.distribution</groupId> - <artifactId>falcon-swfdump</artifactId> + <artifactId>compiler-swfdump</artifactId> <version>0.9.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/distribution/src/main/resources/bin/swfdump b/distribution/src/main/resources/bin/swfdump index 08cb605..35f24e5 100644 --- a/distribution/src/main/resources/bin/swfdump +++ b/distribution/src/main/resources/bin/swfdump @@ -59,4 +59,4 @@ fi VMARGS="-Xmx384m -Dsun.io.useCanonCaches=false " -java $VMARGS $D32 $SETUP_SH_VMARGS -jar "${FALCON_HOME}/lib/falcon-swfdump.jar" "$@" +java $VMARGS $D32 $SETUP_SH_VMARGS -jar "${FALCON_HOME}/lib/compiler-swfdump.jar" "$@" diff --git a/distribution/src/main/resources/bin/swfdump.bat b/distribution/src/main/resources/bin/swfdump.bat index 3694b39..bc441bb 100644 --- a/distribution/src/main/resources/bin/swfdump.bat +++ b/distribution/src/main/resources/bin/swfdump.bat @@ -22,5 +22,5 @@ rem fasc.bat script to launch compiler-asc.jar in Windows Command Prompt. rem On OSX, Unix, or Cygwin, use the fasc shell script instead. rem -@java -Dsun.io.useCanonCaches=false -Dapplication.home="%~dp0.." -Xms32m -Xmx512m -jar "%~dp0..\lib\falcon-swfdump.jar" %* +@java -Dsun.io.useCanonCaches=false -Dapplication.home="%~dp0.." -Xms32m -Xmx512m -jar "%~dp0..\lib\compiler-swfdump.jar" %* -- To stop receiving notification emails like this one, please contact ['"commits@royale.apache.org" <commits@royale.apache.org>'].