17c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy<?xml version="1.0" encoding="UTF-8"?>
27c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
37c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
47c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy    <modelVersion>4.0.0</modelVersion>
57c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy
6b3eb603d9fe476a9418758f9e0080e2c8292ad6eSiva Velusamy    <version>23.0.2-SNAPSHOT</version>
77c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy    <artifactId>com.android.ide.eclipse.monitor.feature</artifactId>
87c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy    <packaging>eclipse-feature</packaging>
97c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy    <name>monitor</name>
107c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy
117c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy    <parent>
127c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy        <relativePath>/pom.xml</relativePath>
137c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy        <groupId>adt.group</groupId>
147c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy        <artifactId>parent</artifactId>
157c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy        <version>1.0.0-SNAPSHOT</version>
167c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy    </parent>
177c0495eb61960377fae179b44e0f2b6fd52071a6Siva Velusamy</project>
18