Repository: incubator-apex-core Updated Branches: refs/heads/master 7c4f30865 -> 85a0af214
APEXCORE-340 Fix leftover script references. Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/85a0af21 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/85a0af21 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/85a0af21 Branch: refs/heads/master Commit: 85a0af214111db1b2634a0fe3be4d7831ba54de6 Parents: 7c4f308 Author: Thomas Weise <[email protected]> Authored: Fri May 6 09:14:29 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri May 6 09:14:29 2016 -0700 ---------------------------------------------------------------------- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/85a0af21/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 03581c6..4e77c76 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ mvn install ``` at the top level. You can then use the command line interface (CLI) from the build directory: ``` -./engine/src/main/scripts/dtcli +./engine/src/main/scripts/apex ``` Type help to list available commands. http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/85a0af21/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 288a4cd..96ea383 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ <exclude>misc/ide-templates/**</exclude> </excludes> <mapping> - <dtcli>SCRIPT_STYLE</dtcli> + <apex>SCRIPT_STYLE</apex> </mapping> </configuration> <executions>
