53 lines
2 KiB
Text
53 lines
2 KiB
Text
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.android.tools.external.lombok</groupId>
|
|
<artifactId>lombok-ast</artifactId>
|
|
<version>0.2.1</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 the additional patch 2143a782c97ee056739450c4c1703dcd35de5a19 which has been merged in the main repo but has not been release yet.</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>13.0.1</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>
|