Repository: stratos Updated Branches: refs/heads/docker-integration 9c6dd47c0 -> 1ba7d7f8f
Fixing OSGi export issue in AS service stub Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/1ba7d7f8 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/1ba7d7f8 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/1ba7d7f8 Branch: refs/heads/docker-integration Commit: 1ba7d7f8fa57a1d3b8c15c6f689d3c22c22fc356 Parents: 9c6dd47 Author: Akila Perera <[email protected]> Authored: Mon Sep 15 14:08:26 2014 +0530 Committer: Akila Perera <[email protected]> Committed: Mon Sep 15 14:08:26 2014 +0530 ---------------------------------------------------------------------- .../pom.xml | 16 +++++++--------- tools/stratos-installer/setup.sh | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/1ba7d7f8/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 2ad7863..f5966fa 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -90,15 +90,13 @@ <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-Name>${project.artifactId}</Bundle-Name> <Export-Package> - org.apache.stratos.cloud.controller.stub.pojo.*; version=${project.version}, - org.apache.stratos.cloud.controller.stub.deployment.partition.*; version=${project.version}, - org.apache.stratos.autoscaler.stub.kubernetes.*; version=${project.version}, - org.apache.stratos.autoscaler.stub.partition.*; version=${project.version}, - org.apache.stratos.autoscaler.stub.policy.model.*; version=${project.version}, - org.apache.stratos.autoscaler.stub.deployment.policy.*; version=${project.version}, - org.apache.stratos.autoscaler.stub.exception.*; version=${project.version}, - org.apache.stratos.autoscaler.stub.api.*; version=${project.version}, - org.apache.stratos.autoscaler.stub.*; version=${project.version} + org.apache.stratos.autoscaler.stub.*; version=${project.version}, + org.apache.stratos.autoscaler.deployment.policy.*; version=${project.version}, + org.apache.stratos.autoscaler.policy.model.*; version=${project.version}, + org.apache.stratos.autoscaler.exception.*; version=${project.version}, + org.apache.stratos.autoscaler.partition.*; version=${project.version}, + org.apache.stratos.autoscaler.api.*; version=${project.version}, + org.apache.stratos.autoscaler.kubernetes.*; version=${project.version}, </Export-Package> <Private-Package> </Private-Package> http://git-wip-us.apache.org/repos/asf/stratos/blob/1ba7d7f8/tools/stratos-installer/setup.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh index 9966c69..331e113 100755 --- a/tools/stratos-installer/setup.sh +++ b/tools/stratos-installer/setup.sh @@ -529,7 +529,7 @@ fi if [[ !(-d $stratos_extract_path) ]]; then echo "Extracting Apache Stratos" unzip -q $stratos_pack_zip -d $stratos_path - mv -f $stratos_path/apache-stratos-4.0.0 $stratos_extract_path + mv -f $stratos_path/apache-stratos-4.1.0-SNAPSHOT $stratos_extract_path fi if [[ ($profile = "default" && $config_mb = "true") ]]; then
