11/*
2- * Copyright 2009 Google Inc .
2+ * Copyright 2009 The Closure Compiler Authors .
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -168,11 +168,11 @@ http://code.google.com/p/jarjar/
168168
169169-----
170170Code in:
171- lib/args4j_deploy .jar
171+ lib/args4j .jar
172172
173173Args4j
174174URL: https://args4j.dev.java.net/
175- Version: 2.0.9
175+ Version: 2.0.12
176176License: MIT
177177
178178Description:
@@ -184,40 +184,18 @@ Local Modifications: None.
184184
185185-----
186186Code in:
187- lib/guava-r06 .jar
187+ lib/guava.jar
188188
189189Guava Libraries
190190URL: http://code.google.com/p/guava-libraries/
191- Version: R6
191+ Version: r08
192192License: Apache License 2.0
193193
194194Description: Google's core Java libraries.
195195
196196Local Modifications: None.
197197
198198
199- -----
200- Code in:
201- lib/hamcrest-core-1.1.jar
202-
203- Hamcrest
204- URL: http://code.google.com/p/hamcrest
205- License: BSD
206- License File: LICENSE
207-
208- Description:
209- Provides a library of matcher objects (also known as constraints or
210- predicates) allowing 'match' rules to be defined declaratively, to be used in
211- other frameworks. Typical scenarios include testing frameworks, mocking
212- libraries and UI validation rules.
213-
214- Local modifications:
215- The original jars contained both source code and compiled classes.
216-
217- hamcrest-core-1.1.jar just contains the compiled classes.
218-
219-
220-
221199-----
222200Code in:
223201lib/jsr305.jar
@@ -238,7 +216,7 @@ lib/junit.jar
238216
239217JUnit
240218URL: http://sourceforge.net/projects/junit/
241- Version: 4.5
219+ Version: 4.8.2
242220License: Common Public License 1.0
243221
244222Description: A framework for writing and running automated tests in Java.
@@ -248,7 +226,7 @@ Local Modifications: None.
248226
249227---
250228Code in:
251- lib/protobuf-java-2.3.0 .jar
229+ lib/protobuf-java.jar
252230
253231Protocol Buffers
254232URL: http://code.google.com/p/protobuf/
@@ -263,27 +241,38 @@ Local Modifications: None
263241
264242---
265243Code in:
266- lib/ant_deploy.jar
244+ lib/ant.jar
245+ lib/ant-launcher.jar
267246
268247URL: http://ant.apache.org/bindownload.cgi
269- Version: 1.6.5
248+ Version: 1.8.1
270249License: Apache License 2.0
271250Description:
272251 Ant is a Java based build tool. In theory it is kind of like "make"
273252 without make's wrinkles and with the full portability of pure java code.
274253
275- Local Modifications:
276- Modified apache-ant-1.6.5/bin/ant to look in the ant.runfiles directory
254+ Local Modifications: None
277255
278256
279257---
280258Code in:
281259lib/json.jar
282260URL: http://json.org/java/index.html
283- Version: JSON version 2
261+ Version: JSON version 20090211
284262License: MIT license
285263Description:
286264JSON is a set of java files for use in transmitting data in JSON format.
287265
288266Local Modifications: None
289267
268+ ---
269+ Code in:
270+ tools/maven-ant-tasks-2.1.1.jar
271+ URL: http://maven.apache.org
272+ Version 2.1.1
273+ License: Apache License 2.0
274+ Description:
275+ Maven Ant tasks are used to manage dependencies and to install/deploy to
276+ maven repositories.
277+
278+ Local Modifications: None
0 commit comments