Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit e4de7d5

Browse files
Convert from google-collect-1.0-rc3 to guava-r07
1 parent b335015 commit e4de7d5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

build-src/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
servlet-api.jar=../lib/servlet-api-2.4.jar
66

77
# You may want to edit the following dependencies if you wish to use your own copy of them.
8-
google-collect.jar=../lib/google-collect-1.0-rc3.jar
8+
guava.jar=../lib/guava-r07.jar
99
icu4j.jar=../lib/icu4j-4_0_1.jar
1010
jakarta-commons-lang.jar=../lib/commons-lang-2.4.jar
1111
opencsv.jar=../lib/opencsv-1.8.jar

build-src/build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<javac srcdir="${src.datasource}:${build.genfiles}/${datasource}/query/parser"
5151
destdir="${build.class.main}">
5252
<classpath>
53-
<pathelement location="${google-collect.jar}"/>
53+
<pathelement location="${guava.jar}"/>
5454
<pathelement location="${icu4j.jar}"/>
5555
<pathelement location="${jakarta-commons-lang.jar}"/>
5656
<pathelement location="${jakarta-commons-logging.jar}"/>
@@ -72,7 +72,7 @@
7272
<javac srcdir="${src.example}" destdir="${build.class.example}">
7373
<classpath>
7474
<pathelement location="${build.class.main}"/>
75-
<pathelement location="${google-collect.jar}"/>
75+
<pathelement location="${guava.jar}"/>
7676
<pathelement location="${icu4j.jar}"/>
7777
<pathelement location="${jakarta-commons-lang.jar}"/>
7878
<pathelement location="${jakarta-commons-logging.jar}"/>
@@ -90,7 +90,7 @@
9090
<pathelement location="${junit.jar}"/>
9191
<pathelement location="${easymock.jar}"/>
9292
<pathelement location="${build.class.main}"/>
93-
<pathelement location="${google-collect.jar}"/>
93+
<pathelement location="${guava.jar}"/>
9494
<pathelement location="${icu4j.jar}"/>
9595
<pathelement location="${jakarta-commons-lang.jar}"/>
9696
<pathelement location="${servlet-api.jar}"/>
@@ -111,7 +111,7 @@
111111
<pathelement location="${easymock.jar}"/>
112112
<pathelement location="${build.class.main}"/>
113113
<pathelement location="${build.class.test}"/>
114-
<pathelement location="${google-collect.jar}"/>
114+
<pathelement location="${guava.jar}"/>
115115
<pathelement location="${icu4j.jar}"/>
116116
<pathelement location="${jakarta-commons-lang.jar}"/>
117117
<pathelement location="${jakarta-commons-logging.jar}"/>

lib/google-collect-1.0-rc3.jar

-561 KB
Binary file not shown.

lib/guava-r07.jar

1.03 MB
Binary file not shown.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
<version>1.1.1</version>
3434
</dependency>
3535
<dependency>
36-
<groupId>com.google.collections</groupId>
37-
<artifactId>google-collections</artifactId>
38-
<version>1.0-rc3</version>
36+
<groupId>com.google.guava</groupId>
37+
<artifactId>guava</artifactId>
38+
<version>r07</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.ibm.icu</groupId>

0 commit comments

Comments
 (0)