Fixed a small bug in the migration script
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/748c1df8 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/748c1df8 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/748c1df8 Branch: refs/heads/feature/maven-migration Commit: 748c1df8e6d7737f4e259246de8e163ec1c9fed7 Parents: abe48ce Author: Christofer Dutz <[email protected]> Authored: Sat Mar 19 13:04:36 2016 +0100 Committer: Christofer Dutz <[email protected]> Committed: Sat Mar 19 13:04:36 2016 +0100 ---------------------------------------------------------------------- migrate-to-maven.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/748c1df8/migrate-to-maven.sh ---------------------------------------------------------------------- diff --git a/migrate-to-maven.sh b/migrate-to-maven.sh index 3eb42e3..3ead584 100755 --- a/migrate-to-maven.sh +++ b/migrate-to-maven.sh @@ -115,7 +115,7 @@ git mv externs/createjs/missing.js externs/createjs/src/main/javascript # GCL mkdir -p externs/GCL/src/main/flex -git mv externs/GCL/src/goog externs/GCL/src/main/flex/goog +git mv externs/GCL/src/goog externs/GCL/src/main/flex git rm -r externs/GCL/externs rm -r externs/GCL/out
