Home | History | Annotate | Download | only in lombok-ast
      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.1</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 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>
     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>13.0.1</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