You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2013/11/01 16:45:02 UTC

git commit: Corrected dependency set output directory in autoscaler bin.xml

Updated Branches:
  refs/heads/master 5bed108f8 -> c1af995c6


Corrected dependency set output directory in autoscaler 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/c1af995c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/c1af995c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/c1af995c

Branch: refs/heads/master
Commit: c1af995c64b153242a37dd492d79efe26b98e8a2
Parents: 5bed108
Author: Imesh Gunaratne <im...@apache.org>
Authored: Fri Nov 1 21:14:51 2013 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri Nov 1 21:14:51 2013 +0530

----------------------------------------------------------------------
 .../autoscaler/modules/distribution/src/main/assembly/bin.xml    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c1af995c/products/autoscaler/modules/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/distribution/src/main/assembly/bin.xml b/products/autoscaler/modules/distribution/src/main/assembly/bin.xml
index a950c20..2e6685c 100644
--- a/products/autoscaler/modules/distribution/src/main/assembly/bin.xml
+++ b/products/autoscaler/modules/distribution/src/main/assembly/bin.xml
@@ -180,8 +180,8 @@
                 <include>org.apache.rampart:rampart:mar</include>
             </includes>
         </dependencySet>
-	<dependencySet>
-            <outputDirectory>apache-stratos-autoscaler-${pom.version}/client-lib</outputDirectory>
+	    <dependencySet>
+            <outputDirectory>apache-stratos-autoscaler-${pom.version}/repository/components/dropins</outputDirectory>
             <includes>
                 <include>org.wso2.andes.wso2:andes-client:jar</include>
                 <include>org.apache.geronimo.specs.wso2:geronimo-jms_1.1_spec:jar</include>