Home | History | Annotate | Download | only in 25.3.3
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
      3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      4   <modelVersion>4.0.0</modelVersion>
      5   <groupId>com.android.tools.ddms</groupId>
      6   <artifactId>ddmuilib</artifactId>
      7   <version>25.3.3</version>
      8   <url>http://tools.android.com</url>
      9   <inceptionYear>2007</inceptionYear>
     10   <licenses>
     11     <license>
     12       <name>The Apache Software License, Version 2.0</name>
     13       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     14       <distribution>repo</distribution>
     15     </license>
     16   </licenses>
     17   <developers>
     18     <developer>
     19       <name>The Android Open Source Project</name>
     20     </developer>
     21   </developers>
     22   <scm>
     23     <connection>git://android.googlesource.com/platform/tools/base.git</connection>
     24     <url>https://android.googlesource.com/platform/tools/base</url>
     25   </scm>
     26   <dependencies>
     27     <dependency>
     28       <groupId>com.android.external.eclipse</groupId>
     29       <artifactId>org-eclipse-jface</artifactId>
     30       <version>3.6.2</version>
     31       <scope>compile</scope>
     32     </dependency>
     33     <dependency>
     34       <groupId>com.android.tools.ddms</groupId>
     35       <artifactId>ddmlib</artifactId>
     36       <version>25.3.3</version>
     37       <scope>compile</scope>
     38     </dependency>
     39     <dependency>
     40       <groupId>jfree</groupId>
     41       <artifactId>jfreechart</artifactId>
     42       <version>1.0.9</version>
     43       <scope>compile</scope>
     44     </dependency>
     45     <dependency>
     46       <groupId>jfree</groupId>
     47       <artifactId>jfreechart-swt</artifactId>
     48       <version>1.0.9</version>
     49       <scope>compile</scope>
     50     </dependency>
     51     <dependency>
     52       <groupId>com.android.external.eclipse</groupId>
     53       <artifactId>swt</artifactId>
     54       <version>3.5.0</version>
     55       <scope>test</scope>
     56     </dependency>
     57     <dependency>
     58       <groupId>junit</groupId>
     59       <artifactId>junit</artifactId>
     60       <version>3.8.1</version>
     61       <scope>test</scope>
     62     </dependency>
     63   </dependencies>
     64 </project>
     65