You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/05 13:51:18 UTC

[3/3] git commit: committing refactored adc features

committing refactored adc features


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5bf000f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5bf000f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5bf000f2

Branch: refs/heads/master
Commit: 5bf000f2b6e668d82e714e12bda16629f3995125
Parents: f0f1606
Author: Isuru <is...@wso2.com>
Authored: Fri Jul 5 17:20:05 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Fri Jul 5 17:20:05 2013 +0530

----------------------------------------------------------------------
 .../org.apache.stratos.adc.mgt.server.feature/2.1.3/pom.xml  | 2 +-
 .../2.1.3/pom.xml                                            | 2 +-
 features/adc/pom.xml                                         | 2 +-
 .../4.1.3/pom.xml                                            | 2 +-
 features/load-balancer/pom.xml                               | 1 +
 features/pom.xml                                             | 8 +++++++-
 6 files changed, 12 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5bf000f2/features/adc/org.apache.stratos.adc.mgt.server.feature/2.1.3/pom.xml
----------------------------------------------------------------------
diff --git a/features/adc/org.apache.stratos.adc.mgt.server.feature/2.1.3/pom.xml b/features/adc/org.apache.stratos.adc.mgt.server.feature/2.1.3/pom.xml
index 0aca8db..6144114 100644
--- a/features/adc/org.apache.stratos.adc.mgt.server.feature/2.1.3/pom.xml
+++ b/features/adc/org.apache.stratos.adc.mgt.server.feature/2.1.3/pom.xml
@@ -126,7 +126,7 @@
                             </adviceFile>
                             <bundles>
                                 <bundleDef>org.apache.stratos:org.apache.stratos.adc.mgt:${project.version}</bundleDef>
-				<bundleDef>org.apache.stratosn:org.apache.stratos.adc.mgt.stub:4.1.3</bundleDef>
+				<bundleDef>org.apache.stratos:org.apache.stratos.adc.mgt.stub:4.1.3</bundleDef>
 				<bundleDef>org.wso2.andes.wso2:andes-client:0.13.wso2v6</bundleDef>
 				<bundleDef>org.apache.stratos:org.apache.stratos.load.balance.cartridge.autoscaler.service.stub:4.1.3</bundleDef>
 				<bundleDef>com.gitblit:gitblit:1.2.0.wso2v1</bundleDef>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5bf000f2/features/adc/org.apache.stratos.adc.topology.mgt.feature/2.1.3/pom.xml
----------------------------------------------------------------------
diff --git a/features/adc/org.apache.stratos.adc.topology.mgt.feature/2.1.3/pom.xml b/features/adc/org.apache.stratos.adc.topology.mgt.feature/2.1.3/pom.xml
index b39d108..a05388b 100644
--- a/features/adc/org.apache.stratos.adc.topology.mgt.feature/2.1.3/pom.xml
+++ b/features/adc/org.apache.stratos.adc.topology.mgt.feature/2.1.3/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>adc-mgt-feature</artifactId>
-        <version>2.0.0</version>
+        <version>2.1.3</version>
 	<relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5bf000f2/features/adc/pom.xml
----------------------------------------------------------------------
diff --git a/features/adc/pom.xml b/features/adc/pom.xml
index 1d25362..5fa6529 100644
--- a/features/adc/pom.xml
+++ b/features/adc/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
         <version>2.0.0</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5bf000f2/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/4.1.3/pom.xml
----------------------------------------------------------------------
diff --git a/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/4.1.3/pom.xml b/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/4.1.3/pom.xml
index 31bd76b..8b1c3a3 100644
--- a/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/4.1.3/pom.xml
+++ b/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/4.1.3/pom.xml
@@ -34,7 +34,7 @@
     <artifactId>org.apache.stratos.lb.endpoint.server.feature</artifactId>
     <packaging>pom</packaging>
     <version>4.1.3</version>
-    <name>Apache Stratos - Loadbalancer Endpoint Management Feature</name>
+    <name>Loadbalancer Endpoint Management Feature</name>
     <url>http://apache.org</url>
     <description>This feature contains the required bundles for loadbalancer endpoint management functionality</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5bf000f2/features/load-balancer/pom.xml
----------------------------------------------------------------------
diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml
index c3a0b4b..01e660d 100644
--- a/features/load-balancer/pom.xml
+++ b/features/load-balancer/pom.xml
@@ -37,6 +37,7 @@
 
     <modules>
         <module>org.apache.stratos.lb.common.feature/4.1.3</module>
+	<module>org.apache.stratos.lb.endpoint.server.feature/4.1.3</module>
     </modules>
 </project>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5bf000f2/features/pom.xml
----------------------------------------------------------------------
diff --git a/features/pom.xml b/features/pom.xml
index 1d13a92..c5b74f4 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -50,9 +50,15 @@
     </organization>
 
     <modules>
+	<!-- LB -->
         <module>load-balancer</module>
+	<!--module>tenantaware-load-balancer</module-->
+	
+	<!-- Auto Scaler -->
 	<module>autoscaler</module>
-        <module>tenantaware-load-balancer</module>
+
+	<!-- ADC -->
+	<module>adc</module>
     </modules>
 
     <build>