Skip to content

Commit 79cc1ca

Browse files
committed
robotbrains artifacts.
1 parent b819917 commit 79cc1ca

File tree

182 files changed

+4307
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+4307
-0
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1d5a772e400b04bb67a7ef4a0e0996d8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.google.code.findbugs</groupId>
5+
<artifactId>jsr305</artifactId>
6+
<version>1.3.9</version>
7+
<packaging>jar</packaging>
8+
<url>http://findbugs.sourceforge.net/</url>
9+
<name>FindBugs-jsr305</name>
10+
<description>JSR305 Annotations for Findbugs</description>
11+
<licenses>
12+
<license>
13+
<name>The Apache Software License, Version 2.0</name>
14+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15+
<distribution>repo</distribution>
16+
</license>
17+
</licenses>
18+
<scm>
19+
<connection>scm:svn:http://findbugs.googlecode.com/svn/trunk/</connection>
20+
<developerConnection>scm:svn:https://findbugs.googlecode.com/svn/trunk/</developerConnection>
21+
<url>http://findbugs.googlecode.com/svn/trunk/</url>
22+
</scm>
23+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
554239f4d46d9436cf2b2de87691e18f
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
67ea333a3244bc20a17d6f0c29498071dfa409fc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5+
6+
<modelVersion>4.0.0</modelVersion>
7+
<parent>
8+
<groupId>org.sonatype.oss</groupId>
9+
<artifactId>oss-parent</artifactId>
10+
<version>7</version>
11+
</parent>
12+
<groupId>com.google.guava</groupId>
13+
<artifactId>guava-parent</artifactId>
14+
<version>12.0</version>
15+
<packaging>pom</packaging>
16+
<name>Guava Maven Parent</name>
17+
<url>http://code.google.com/p/guava-libraries</url>
18+
<issueManagement>
19+
<system>code.google.com</system>
20+
<url>http://code.google.com/p/guava-libraries/issues</url>
21+
</issueManagement>
22+
<inceptionYear>2010</inceptionYear>
23+
<licenses>
24+
<license>
25+
<name>The Apache Software License, Version 2.0</name>
26+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
27+
<distribution>repo</distribution>
28+
</license>
29+
</licenses>
30+
<prerequisites>
31+
<maven>2.0.9</maven>
32+
</prerequisites>
33+
<scm>
34+
<connection>scm:git:https://code.google.com/p/guava-libraries/</connection>
35+
<developerConnection>scm:git:https://code.google.com/p/guava-libraries/</developerConnection>
36+
<url>http://code.google.com/p/guava-libraries/source/browse</url>
37+
</scm>
38+
<developers>
39+
<developer>
40+
<id>kevinb9n</id>
41+
<name>Kevin Bourillion</name>
42+
<email>[email protected]</email>
43+
<organization>Google</organization>
44+
<organizationUrl>http://www.google.com</organizationUrl>
45+
<roles>
46+
<role>owner</role>
47+
<role>developer</role>
48+
</roles>
49+
<timezone>-8</timezone>
50+
</developer>
51+
</developers>
52+
<modules>
53+
<module>guava</module>
54+
<module>guava-gwt</module>
55+
<module>guava-testlib</module>
56+
<module>guava-tests</module>
57+
</modules>
58+
<build>
59+
<plugins>
60+
<plugin>
61+
<artifactId>maven-gpg-plugin</artifactId>
62+
<version>1.4</version>
63+
<executions>
64+
<execution>
65+
<id>sign-artifacts</id>
66+
<phase>verify</phase>
67+
<goals><goal>sign</goal></goals>
68+
</execution>
69+
</executions>
70+
</plugin>
71+
<plugin>
72+
<groupId>org.codehaus.mojo</groupId>
73+
<artifactId>versions-maven-plugin</artifactId>
74+
<version>1.2</version>
75+
<configuration>
76+
<generateBackupPoms>false</generateBackupPoms>
77+
</configuration>
78+
</plugin>
79+
</plugins>
80+
</build>
81+
<distributionManagement>
82+
<site>
83+
<id>guava-site</id>
84+
<name>Guava Documentation Site</name>
85+
<url>scp://dummy.server/dontinstall/usestaging</url>
86+
</site>
87+
</distributionManagement>
88+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
51e7b19122f920e93c1bf082f6e22588
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c9d750dd59d8d57ab04d2413aa2516ed6808a00c
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f65e4766f0c1298695302052b17a6092
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
868171c189352f0f30d6048fd6644bcd53a09031
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
63bcb6e88e3850cfe0a5e2bf246cf9d3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f8b98e61865bed3c39b978ee3bf5c7fb990c4032
1.71 MB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e0ff5d37fc3fa67b7fdd51a74c4bb88c
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5bc66dd95b79db1e437eb08adba124a3e4088dc0
+155
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<parent>
6+
<groupId>com.google.guava</groupId>
7+
<artifactId>guava-parent</artifactId>
8+
<version>12.0</version>
9+
</parent>
10+
<artifactId>guava</artifactId>
11+
<name>Guava: Google Core Libraries for Java</name>
12+
<description>
13+
Guava is a suite of core and expanded libraries that include
14+
utility classes, google's collections, io classes, and much
15+
much more.
16+
17+
Guava has only one code dependency - javax.annotation,
18+
per the JSR-305 spec.
19+
</description>
20+
<dependencies>
21+
<dependency>
22+
<groupId>com.google.code.findbugs</groupId>
23+
<artifactId>jsr305</artifactId>
24+
<version>1.3.9</version>
25+
</dependency>
26+
</dependencies>
27+
<build>
28+
<plugins>
29+
<plugin>
30+
<artifactId>maven-jar-plugin</artifactId>
31+
<version>2.4</version>
32+
<configuration>
33+
<archive>
34+
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
35+
</archive>
36+
</configuration>
37+
</plugin>
38+
<plugin>
39+
<groupId>org.apache.felix</groupId>
40+
<artifactId>maven-bundle-plugin</artifactId>
41+
<version>2.3.7</version>
42+
<executions>
43+
<execution>
44+
<id>bundle-manifest</id>
45+
<phase>process-classes</phase>
46+
<goals>
47+
<goal>manifest</goal>
48+
</goals>
49+
</execution>
50+
</executions>
51+
<configuration>
52+
<instructions>
53+
<Export-Package>!com.google.common.base.internal,com.google.common.*</Export-Package>
54+
<Import-Package>
55+
javax.annotation;resolution:=optional,
56+
sun.misc.*;resolution:=optional
57+
</Import-Package>
58+
</instructions>
59+
</configuration>
60+
</plugin>
61+
<plugin>
62+
<artifactId>maven-compiler-plugin</artifactId>
63+
<version>2.3.2</version>
64+
<configuration>
65+
<source>1.6</source>
66+
<target>1.6</target>
67+
</configuration>
68+
</plugin>
69+
<plugin>
70+
<artifactId>maven-source-plugin</artifactId>
71+
<version>2.1.2</version>
72+
<executions>
73+
<execution>
74+
<id>attach-sources</id>
75+
<phase>post-integration-test</phase>
76+
<goals><goal>jar</goal></goals>
77+
</execution>
78+
</executions>
79+
</plugin>
80+
<plugin>
81+
<artifactId>maven-javadoc-plugin</artifactId>
82+
<version>2.8</version>
83+
<executions>
84+
<execution>
85+
<id>attach-docs</id>
86+
<phase>post-integration-test</phase>
87+
<goals><goal>jar</goal></goals>
88+
</execution>
89+
</executions>
90+
</plugin>
91+
<plugin>
92+
<groupId>org.codehaus.mojo</groupId>
93+
<artifactId>animal-sniffer-maven-plugin</artifactId>
94+
<version>1.7</version>
95+
<configuration>
96+
<signature>
97+
<groupId>org.codehaus.mojo.signature</groupId>
98+
<artifactId>java16-sun</artifactId>
99+
<version>1.0</version>
100+
</signature>
101+
</configuration>
102+
<executions>
103+
<execution>
104+
<id>check-java16-sun</id>
105+
<phase>test</phase>
106+
<goals>
107+
<goal>check</goal>
108+
</goals>
109+
</execution>
110+
</executions>
111+
</plugin>
112+
<plugin>
113+
<groupId>org.apache.maven.plugins</groupId>
114+
<artifactId>maven-javadoc-plugin</artifactId>
115+
<version>2.8</version>
116+
<configuration>
117+
<encoding>UTF-8</encoding>
118+
<docencoding>UTF-8</docencoding>
119+
<charset>UTF-8</charset>
120+
<additionalparam>-XDignore.symbol.file</additionalparam>
121+
<excludePackageNames>com.google.common.base.internal</excludePackageNames>
122+
<linksource>true</linksource>
123+
<links>
124+
<link>http://jsr-305.googlecode.com/svn/trunk/javadoc</link>
125+
</links>
126+
</configuration>
127+
<executions>
128+
<execution>
129+
<id>generate-javadoc-site-report</id>
130+
<phase>site</phase>
131+
<goals><goal>javadoc</goal></goals>
132+
</execution>
133+
<execution>
134+
<id>generate-jdiff-site-report</id>
135+
<phase>site</phase>
136+
<goals><goal>javadoc</goal></goals>
137+
<configuration>
138+
<doclet>jdiff.JDiff</doclet>
139+
<docletPath>${project.basedir}/lib/jdiff.jar</docletPath>
140+
<additionalparam>
141+
-XDignore.symbol.file -apiname 'Guava ${project.version}'
142+
</additionalparam>
143+
<useStandardDocletOptions>false</useStandardDocletOptions>
144+
<reportOutputDirectory>${project.reporting.outputDirectory}</reportOutputDirectory>
145+
<destDir>jdiff</destDir>
146+
</configuration>
147+
</execution>
148+
</executions>
149+
</plugin>
150+
</plugins>
151+
<finalName>${project.artifactId}-${project.version}</finalName>
152+
<sourceDirectory>src</sourceDirectory>
153+
<testSourceDirectory>disabled</testSourceDirectory>
154+
</build>
155+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4a22bbf214641eaab6c7bb538e88545e
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
954f8f38a27acbfdf47280b71e41cedd0d3b9939
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e370c052057cf0b880328d732f55c277
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3824ffe68a9a80f3167ddc5e59b1e87e60333678
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ff08a9ed698ec455d94a230a0084f155
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9376f5559455b8fe1b15308d3ad9c545f6905b1a
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5ca02245c829422176d23fa530e919cc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4572d589699f09d866a226a14b7f4323c6d8f040

0 commit comments

Comments
 (0)