Repository: incubator-stratos Updated Branches: refs/heads/4.0.0-incubating 52c1b7367 -> 3f98c7daf
Removed tool suffix from cli distribution pom.xml and assembly bin.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/a8d7ff42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/a8d7ff42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/a8d7ff42 Branch: refs/heads/4.0.0-incubating Commit: a8d7ff42358ffb7addb1937ebaee142c7a7d5ffe Parents: 52c1b73 Author: Imesh Gunaratne <[email protected]> Authored: Mon May 5 11:33:42 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Mon May 5 11:33:42 2014 +0530 ---------------------------------------------------------------------- products/stratos-cli/distribution/src/main/assembly/bin.xml | 2 +- products/stratos-cli/distribution/src/main/bin/stratos.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a8d7ff42/products/stratos-cli/distribution/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/src/main/assembly/bin.xml b/products/stratos-cli/distribution/src/main/assembly/bin.xml index 51298f0..74ccf7d 100644 --- a/products/stratos-cli/distribution/src/main/assembly/bin.xml +++ b/products/stratos-cli/distribution/src/main/assembly/bin.xml @@ -29,7 +29,7 @@ <directory>../../../components/org.apache.stratos.cli/target</directory> <outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory> <includes> - <include>org.apache.stratos.cli-${pom.version}-Tool.jar</include> + <include>org.apache.stratos.cli-${pom.version}.jar</include> </includes> </fileSet> <fileSet> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a8d7ff42/products/stratos-cli/distribution/src/main/bin/stratos.sh ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/src/main/bin/stratos.sh b/products/stratos-cli/distribution/src/main/bin/stratos.sh index 4274e1b..584bf70 100755 --- a/products/stratos-cli/distribution/src/main/bin/stratos.sh +++ b/products/stratos-cli/distribution/src/main/bin/stratos.sh @@ -29,5 +29,5 @@ if [ -z $STRATOS_CLI_HOME ] ; then STRATOS_CLI_HOME="$PWD" fi -java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.0.0-incubating-Tool.jar $* +java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.0.0-incubating.jar $*
