Repository: stratos
Updated Branches:
  refs/heads/master f3eabd4d6 -> d7cb5b338


removing status monitor feature as it is not used


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

Branch: refs/heads/master
Commit: d7cb5b338a98e37a29bbbbc094c6b94091fb144c
Parents: f3eabd4
Author: reka <[email protected]>
Authored: Thu May 21 15:44:28 2015 +0530
Committer: reka <[email protected]>
Committed: Thu May 21 15:44:28 2015 +0530

----------------------------------------------------------------------
 .../pom.xml                                     | 115 -------------------
 .../pom.xml                                     |  90 ---------------
 .../pom.xml                                     |  86 --------------
 .../pom.xml                                     |  85 --------------
 features/manager/status-monitor/pom.xml         |  76 ------------
 5 files changed, 452 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/d7cb5b33/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml
----------------------------------------------------------------------
diff --git 
a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml
 
b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml
deleted file mode 100644
index dded5b3..0000000
--- 
a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-  #  Licensed to the Apache Software Foundation (ASF) under one
-  #  or more contributor license agreements.  See the NOTICE file
-  #  distributed with this work for additional information
-  #  regarding copyright ownership.  The ASF licenses this file
-  #  to you under the Apache License, Version 2.0 (the
-  #  "License"); you may not use this file except in compliance
-  #  with the License.  You may obtain a copy of the License at
-  #  
-  #  http://www.apache.org/licenses/LICENSE-2.0
-  #  
-  #  Unless required by applicable law or agreed to in writing,
-  #  software distributed under the License is distributed on an
-  #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  #  KIND, either express or implied.  See the License for the
-  #  specific language governing permissions and limitations
-  #  under the License.
-  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
-    <parent>
-        <groupId>org.apache.stratos</groupId>
-       <artifactId>status-monitor-feature</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
-       <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.apache.stratos.status.monitor.agent.feature</artifactId>
-    <packaging>pom</packaging>
-    <name>Apache Stratos - Status Monitor Agent Feature</name>
-    <url>http://apache.org</url>
-    <description>
-        This feature contains the bundles required for Status Monitoring 
Backend Functionality
-    </description>
-
-    <dependencies>
-        <dependency>              
-            <groupId>org.apache.stratos</groupId>
-            <artifactId>org.apache.stratos.status.monitor.core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>              
-            <groupId>org.apache.stratos</groupId>
-            <artifactId>org.apache.stratos.status.monitor.agent</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <!--dependencies for the service service-->
-        <!--dependencies for the Identity Server Client-->
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.authenticator.stub</artifactId>
-            <version>${wso2carbon.version}</version>
-        </dependency>
-
-        <!--dependencies for the CEP Server and MB Client-->
-        <dependency>
-            <groupId>org.apache.geronimo.specs.wso2</groupId>
-            <artifactId>geronimo-jms_1.1_spec</artifactId>
-            <version>${orbit.version.geronimo-jms_1.1_spec}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.qpid.wso2</groupId>
-            <artifactId>qpid-client</artifactId>
-            <version>0.12.wso2v1</version>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.wso2.maven</groupId>
-                <artifactId>carbon-p2-plugin</artifactId>
-                <version>${carbon.p2.plugin.version}</version>
-                <executions>
-                    <execution>
-                        <id>p2-feature-generation</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>p2-feature-gen</goal>
-                        </goals>
-                        <configuration>
-                            <id>org.apache.stratos.status.monitor.agent</id>
-                            
<propertiesFile>../../../etc/feature.properties</propertiesFile>
-                            <adviceFile>
-                                <properties>
-                                    
<propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef>
-                                    
<propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef>   
-                                </properties>
-                            </adviceFile>
-                            <bundles>
-                                
<bundleDef>org.apache.stratos:org.apache.stratos.status.monitor.core</bundleDef>
-                                
<bundleDef>org.apache.stratos:org.apache.stratos.status.monitor.agent</bundleDef>
-                                
<bundleDef>org.wso2.carbon:org.wso2.carbon.authenticator.stub</bundleDef>
-                                
<bundleDef>org.apache.geronimo.specs.wso2:geronimo-jms_1.1_spec</bundleDef>
-                                
<bundleDef>org.apache.qpid.wso2:qpid-client</bundleDef>
-                            </bundles>
-                            <importFeatures>
-                                
<importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}</importFeatureDef>
-                            </importFeatures>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-    <properties>
-       
<orbit.version.geronimo-jms_1.1_spec>1.1.0.wso2v1</orbit.version.geronimo-jms_1.1_spec>
-    </properties>
-</project>

http://git-wip-us.apache.org/repos/asf/stratos/blob/d7cb5b33/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml
----------------------------------------------------------------------
diff --git 
a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml
 
b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml
deleted file mode 100644
index 77399c1..0000000
--- 
a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-  #  Licensed to the Apache Software Foundation (ASF) under one
-  #  or more contributor license agreements.  See the NOTICE file
-  #  distributed with this work for additional information
-  #  regarding copyright ownership.  The ASF licenses this file
-  #  to you under the Apache License, Version 2.0 (the
-  #  "License"); you may not use this file except in compliance
-  #  with the License.  You may obtain a copy of the License at
-  #  
-  #  http://www.apache.org/licenses/LICENSE-2.0
-  #  
-  #  Unless required by applicable law or agreed to in writing,
-  #  software distributed under the License is distributed on an
-  #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  #  KIND, either express or implied.  See the License for the
-  #  specific language governing permissions and limitations
-  #  under the License.
-  --> 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
-    <parent>
-        <groupId>org.apache.stratos</groupId>
-       <artifactId>status-monitor-feature</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
-       <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.apache.stratos.status.monitor.feature</artifactId>
-    <packaging>pom</packaging>
-    <name>Apache Stratos - Status Monitor Feature</name>
-    <url>http://apache.org</url>
-    <description>
-        This feature contains the bundles required for the Stratos Status 
Monitor Functionality
-    </description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.stratos</groupId>
-            
<artifactId>org.apache.stratos.status.monitor.server.feature</artifactId>
-            <version>${project.version}</version>
-            <type>zip</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.stratos</groupId>
-            
<artifactId>org.apache.stratos.status.monitor.ui.feature</artifactId>
-            <version>${project.version}</version>
-            <type>zip</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.stratos</groupId>
-            
<artifactId>org.apache.stratos.status.monitor.agent.feature</artifactId>
-            <version>${project.version}</version>
-            <type>zip</type>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.wso2.maven</groupId>
-                <artifactId>carbon-p2-plugin</artifactId>
-                <version>${carbon.p2.plugin.version}</version>
-                <executions>
-                    <execution>
-                        <id>p2-feature-generation</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>p2-feature-gen</goal>
-                        </goals>
-                        <configuration>
-                            <id>org.apache.stratos.status.monitor</id>
-                            
<propertiesFile>../../../etc/feature.properties</propertiesFile>
-                            <importFeatures>
-                                
<importFeatureDef>org.wso2.carbon.core:${wso2carbon.version}</importFeatureDef>
-                            </importFeatures>
-                            <includedFeatures>
-                                
<includedFeatureDef>org.apache.stratos:org.apache.stratos.status.monitor.ui.feature</includedFeatureDef>
-                                
<includedFeatureDef>org.apache.stratos:org.apache.stratos.status.monitor.server.feature</includedFeatureDef>
-                                
<includedFeatureDef>org.apache.stratos:org.apache.stratos.status.monitor.agent.feature</includedFeatureDef>
-                            </includedFeatures>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/stratos/blob/d7cb5b33/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml
----------------------------------------------------------------------
diff --git 
a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml
 
b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml
deleted file mode 100644
index 4798e08..0000000
--- 
a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-  #  Licensed to the Apache Software Foundation (ASF) under one
-  #  or more contributor license agreements.  See the NOTICE file
-  #  distributed with this work for additional information
-  #  regarding copyright ownership.  The ASF licenses this file
-  #  to you under the Apache License, Version 2.0 (the
-  #  "License"); you may not use this file except in compliance
-  #  with the License.  You may obtain a copy of the License at
-  #  
-  #  http://www.apache.org/licenses/LICENSE-2.0
-  #  
-  #  Unless required by applicable law or agreed to in writing,
-  #  software distributed under the License is distributed on an
-  #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  #  KIND, either express or implied.  See the License for the
-  #  specific language governing permissions and limitations
-  #  under the License.
-  --> 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
-    <parent>
-        <groupId>org.apache.stratos</groupId>
-       <artifactId>status-monitor-feature</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
-       <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.apache.stratos.status.monitor.server.feature</artifactId>
-    <packaging>pom</packaging>
-    <name>Apache Stratos - Status Monitor Server Feature</name>
-    <url>http://apache.org</url>
-    <description>
-        This feature contains the bundles required for Status Monitoring 
Backend Functionality
-    </description>
-
-    <dependencies>
-        <dependency>              
-            <groupId>org.apache.stratos</groupId>
-            <artifactId>org.apache.stratos.status.monitor.core</artifactId>
-           <version>${project.version}</version>
-        </dependency>
-        <dependency>              
-            <groupId>org.apache.stratos</groupId>
-            <artifactId>org.apache.stratos.status.monitor</artifactId>
-           <version>${project.version}</version>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.wso2.maven</groupId>
-                <artifactId>carbon-p2-plugin</artifactId>
-                <version>${carbon.p2.plugin.version}</version>
-                <executions>
-                    <execution>
-                        <id>p2-feature-generation</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>p2-feature-gen</goal>
-                        </goals>
-                        <configuration>
-                            <id>org.apache.stratos.status.monitor.server</id>
-                            
<propertiesFile>../../../etc/feature.properties</propertiesFile>
-                            <adviceFile>
-                                <properties>
-                                    
<propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef>
-                                    
<propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef>   
-                                </properties>
-                            </adviceFile>
-                            <bundles>
-                                
<bundleDef>org.apache.stratos:org.apache.stratos.status.monitor.core</bundleDef>
-                                
<bundleDef>org.apache.stratos:org.apache.stratos.status.monitor</bundleDef>
-                            </bundles>
-                            <importFeatures>
-                                
<importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}</importFeatureDef>
-                            </importFeatures>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/stratos/blob/d7cb5b33/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml
----------------------------------------------------------------------
diff --git 
a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml
 
b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml
deleted file mode 100644
index 7773b9c..0000000
--- 
a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-  #  Licensed to the Apache Software Foundation (ASF) under one
-  #  or more contributor license agreements.  See the NOTICE file
-  #  distributed with this work for additional information
-  #  regarding copyright ownership.  The ASF licenses this file
-  #  to you under the Apache License, Version 2.0 (the
-  #  "License"); you may not use this file except in compliance
-  #  with the License.  You may obtain a copy of the License at
-  #  
-  #  http://www.apache.org/licenses/LICENSE-2.0
-  #  
-  #  Unless required by applicable law or agreed to in writing,
-  #  software distributed under the License is distributed on an
-  #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  #  KIND, either express or implied.  See the License for the
-  #  specific language governing permissions and limitations
-  #  under the License.
-  --> 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
-    <parent>
-        <groupId>org.apache.stratos</groupId>
-       <artifactId>status-monitor-feature</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
-       <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.apache.stratos.status.monitor.ui.feature</artifactId>
-    <packaging>pom</packaging>
-    <name>Apache Stratos - Status Monitor UI Feature</name>
-    <url>http://apache.org</url>
-    <description>
-        This feature contains the bundles required for the Status Monitor 
Front End
-    </description>
-
-    <dependencies>
-        <dependency>              
-            <groupId>org.apache.stratos</groupId>
-            <artifactId>org.apache.stratos.status.monitor.ui</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>              
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.status.monitor.stub</artifactId>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.wso2.maven</groupId>
-                <artifactId>carbon-p2-plugin</artifactId>
-                <version>${carbon.p2.plugin.version}</version>
-                <executions>
-                    <execution>
-                        <id>p2-feature-generation</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>p2-feature-gen</goal>
-                        </goals>
-                        <configuration>
-                            <id>org.apache.stratos.status.monitor.ui</id>
-                            
<propertiesFile>../../../etc/feature.properties</propertiesFile>
-                            <adviceFile>
-                                <properties>
-                                    
<propertyDef>org.wso2.carbon.p2.category.type:console</propertyDef>
-                                    
<propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef>   
-                                </properties>
-                            </adviceFile>
-                            <bundles>
-                                
<bundleDef>org.apache.stratos:org.apache.stratos.status.monitor.ui</bundleDef>
-                                
<bundleDef>org.wso2.carbon:org.wso2.carbon.status.monitor.stub</bundleDef>
-                            </bundles>
-                            <importFeatures>
-                                
<importFeatureDef>org.apache.stratos.core.ui:${wso2carbon.version}</importFeatureDef>
-                            </importFeatures>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/stratos/blob/d7cb5b33/features/manager/status-monitor/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/status-monitor/pom.xml 
b/features/manager/status-monitor/pom.xml
deleted file mode 100644
index e1b23d6..0000000
--- a/features/manager/status-monitor/pom.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-  #  Licensed to the Apache Software Foundation (ASF) under one
-  #  or more contributor license agreements.  See the NOTICE file
-  #  distributed with this work for additional information
-  #  regarding copyright ownership.  The ASF licenses this file
-  #  to you under the Apache License, Version 2.0 (the
-  #  "License"); you may not use this file except in compliance
-  #  with the License.  You may obtain a copy of the License at
-  #  
-  #  http://www.apache.org/licenses/LICENSE-2.0
-  #  
-  #  Unless required by applicable law or agreed to in writing,
-  #  software distributed under the License is distributed on an
-  #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  #  KIND, either express or implied.  See the License for the
-  #  specific language governing permissions and limitations
-  #  under the License.
-  --> 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
-    <parent>
-        <groupId>org.apache.stratos</groupId>
-        <artifactId>stratos-features-parent</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>status-monitor-feature</artifactId>
-    <packaging>pom</packaging>
-    <name>Apache Stratos - Status Monitor Aggregator Module</name>
-    <url>http://apache.org</url>
-
-    <modules>
-        <module>org.apache.stratos.status.monitor.feature</module>
-        <module>org.apache.stratos.status.monitor.server.feature</module>
-        <module>org.apache.stratos.status.monitor.agent.feature</module>
-        <module>org.apache.stratos.status.monitor.ui.feature</module>
-    </modules>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.stratos</groupId>
-                <artifactId>org.apache.stratos.status.monitor</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.stratos</groupId>
-                <artifactId>org.apache.stratos.status.monitor.core</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-           <dependency>
-                <groupId>org.apache.stratos</groupId>
-                
<artifactId>org.apache.stratos.status.monitor.agent</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-           <dependency>
-                <groupId>org.apache.stratos</groupId>
-                <artifactId>org.apache.stratos.status.monitor.ui</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-           <dependency>
-                <groupId>org.wso2.carbon</groupId>
-                <artifactId>org.wso2.carbon.status.monitor.stub</artifactId>
-                <version>${wso2carbon.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <properties>
-        <stratos.version>2.1.0</stratos.version>
-    </properties>
-</project>
-

Reply via email to