blob: 2a4ce41da88fbf3c4818768c961d297244d75a61 [file] [log] [blame]
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http\
://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.tools.external.com-intellij</groupId>
<artifactId>psi-subset</artifactId>
<version>143.1821.5</version>
<packaging>jar</packaging>
<name>psi-subset</name>
<url>http://www.jetbrains.com/idea</url>
<description>A subset of IntelliJ IDEA's PSI APIs and implementation,
focusing on the read-only aspects, intended for use by Android Lint
when running outside of the IDE (typically from Gradle.)
</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
</project>