blob: d3eb76e7631acd8abd4a99bbc2e92c90bcbd8419 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.tools.external.lombok</groupId>
<artifactId>lombok-ast</artifactId>
<version>0.2.2</version>
<packaging>jar</packaging>
<name>Lombok - AST fork</name>
<url>http://projectlombok.org/</url>
<description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
<licenses>
<license>
<name>The MIT License</name>
<url>http://projectlombok.org/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>git://android.googlesource.com/platform/prebuilts/tools.git</connection>
<url>https://android.googlesource.com/platform/prebuilts/tools</url>
</scm>
<issueManagement>
<system>Google Code</system>
<url>http://code.google.com/p/projectlombok/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<developers>
<developer>
<id>rzwitserloot</id>
<name>Reinier Zwitserloot</name>
<email>reinier@projectlombok.org</email>
<url>http://zwitserloot.com</url>
<timezone>+1</timezone>
</developer>
<developer>
<id>rspilker</id>
<name>Roel Spilker</name>
<email>roel@projectlombok.org</email>
<timezone>+1</timezone>
</developer>
<developer>
<id>rgrootjans</id>
<name>Robbert Jan Grootjans</name>
<timezone>+1</timezone>
</developer>
</developers>
</project>