Skip to content

Commit 558f221

Browse files
IgorMinarmhevery
authored andcommitted
Upgrade closure compiler to the latest version
1 parent 9627c4b commit 558f221

File tree

2 files changed

+101
-5
lines changed

2 files changed

+101
-5
lines changed

lib/compiler-closure/README

+101-5
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ system have been added.
154154
Code in:
155155
lib/libtrunk_rhino_parser_jarjared.jar
156156

157+
Rhino
157158
URL: http://www.mozilla.org/rhino
158159
Version: Trunk
159160
License: Netscape Public License and MPL / GPL dual license
@@ -167,27 +168,122 @@ http://code.google.com/p/jarjar/
167168

168169
-----
169170
Code in:
170-
lib/google_common.jar
171+
lib/args4j_deploy.jar
171172

173+
Args4j
174+
URL: https://args4j.dev.java.net/
175+
Version: 2.0.9
176+
License: MIT
177+
178+
Description:
179+
args4j is a small Java class library that makes it easy to parse command line
180+
options/arguments in your CUI application.
181+
182+
Local Modifications: None.
183+
184+
185+
-----
186+
Code in:
187+
lib/guava-r06.jar
188+
189+
Guava Libraries
172190
URL: http://code.google.com/p/guava-libraries/
173-
Version: Trunk
191+
Version: R6
174192
License: Apache License 2.0
175193

176194
Description: Google's core Java libraries.
177195

178196
Local Modifications: None.
179197

180198

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+
221+
-----
222+
Code in:
223+
lib/jsr305.jar
224+
225+
Annotations for software defect detection
226+
URL: http://code.google.com/p/jsr-305/
227+
Version: svn revision 47
228+
License: BSD License
229+
230+
Description: Annotations for software defect detection.
231+
232+
Local Modifications: None.
233+
234+
181235
----
182236
Code in:
183237
lib/junit.jar
184238

185-
URL: http://sourceforge.net/projects/junit/
186-
Version: 3.8.1
187-
License: Common Public License 1.0
239+
JUnit
240+
URL: http://sourceforge.net/projects/junit/
241+
Version: 4.5
242+
License: Common Public License 1.0
188243

189244
Description: A framework for writing and running automated tests in Java.
190245

191246
Local Modifications: None.
192247

193248

249+
---
250+
Code in:
251+
lib/protobuf-java-2.3.0.jar
252+
253+
Protocol Buffers
254+
URL: http://code.google.com/p/protobuf/
255+
Version: 2.3.0
256+
License: New BSD License
257+
258+
Description: Supporting libraries for protocol buffers,
259+
an encoding of structured data.
260+
261+
Local Modifications: None
262+
263+
264+
---
265+
Code in:
266+
lib/ant_deploy.jar
267+
268+
URL: http://ant.apache.org/bindownload.cgi
269+
Version: 1.6.5
270+
License: Apache License 2.0
271+
Description:
272+
Ant is a Java based build tool. In theory it is kind of like "make"
273+
without make's wrinkles and with the full portability of pure java code.
274+
275+
Local Modifications:
276+
Modified apache-ant-1.6.5/bin/ant to look in the ant.runfiles directory
277+
278+
279+
---
280+
Code in:
281+
lib/json.jar
282+
URL: http://json.org/java/index.html
283+
Version: JSON version 2
284+
License: MIT license
285+
Description:
286+
JSON is a set of java files for use in transmitting data in JSON format.
287+
288+
Local Modifications: None
289+

lib/compiler-closure/compiler.jar

-291 KB
Binary file not shown.

0 commit comments

Comments
 (0)