1 <project> 2 <modelVersion>4.0.0</modelVersion> 3 <groupId>com.android.tools.external.lombok</groupId> 4 <artifactId>lombok-ast</artifactId> 5 <version>0.2.3</version> 6 <packaging>jar</packaging> 7 <name>Lombok - AST fork</name> 8 <url>http://projectlombok.org/</url> 9 <description>This is a very small fork of lombok.ast as some Android tools needed a few modifications. The normal repository for lombok.ast is here https://github.com/rzwitserloot/lombok.ast and our changes for 0.2.3 are in this pull request: https://github.com/rzwitserloot/lombok.ast/pull/8</description> 10 <licenses> 11 <license> 12 <name>The MIT License</name> 13 <url>http://projectlombok.org/LICENSE</url> 14 <distribution>repo</distribution> 15 </license> 16 </licenses> 17 <scm> 18 <connection>git://android.googlesource.com/platform/prebuilts/tools.git</connection> 19 <url>https://android.googlesource.com/platform/prebuilts/tools</url> 20 </scm> 21 <issueManagement> 22 <system>Google Code</system> 23 <url>http://code.google.com/p/projectlombok/issues</url> 24 </issueManagement> 25 <dependencies> 26 <dependency> 27 <groupId>com.google.guava</groupId> 28 <artifactId>guava</artifactId> 29 <version>17.0</version> 30 <scope>compile</scope> 31 </dependency> 32 </dependencies> 33 <developers> 34 <developer> 35 <id>rzwitserloot</id> 36 <name>Reinier Zwitserloot</name> 37 <email>reinier (a] projectlombok.org</email> 38 <url>http://zwitserloot.com</url> 39 <timezone>+1</timezone> 40 </developer> 41 <developer> 42 <id>rspilker</id> 43 <name>Roel Spilker</name> 44 <email>roel (a] projectlombok.org</email> 45 <timezone>+1</timezone> 46 </developer> 47 <developer> 48 <id>rgrootjans</id> 49 <name>Robbert Jan Grootjans</name> 50 <timezone>+1</timezone> 51 </developer> 52 </developers> 53 </project> 54