Skip to content

Commit faf29dd

Browse files
committed
upgrade closure compiler to version 20110322
the new version minifies our js better: before | after | diff ----------------------------------------- min | 62161 | 60868 | -2.1% min+gzip | 25176 | 24552 | -2.5%
1 parent 510b5f3 commit faf29dd

3 files changed

Lines changed: 24 additions & 34 deletions

File tree

lib/closure-compiler/README

Lines changed: 23 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
-----
170170
Code in:
171-
lib/args4j_deploy.jar
171+
lib/args4j.jar
172172

173173
Args4j
174174
URL: https://args4j.dev.java.net/
175-
Version: 2.0.9
175+
Version: 2.0.12
176176
License: MIT
177177

178178
Description:
@@ -184,40 +184,18 @@ Local Modifications: None.
184184

185185
-----
186186
Code in:
187-
lib/guava-r06.jar
187+
lib/guava.jar
188188

189189
Guava Libraries
190190
URL: http://code.google.com/p/guava-libraries/
191-
Version: R6
191+
Version: r08
192192
License: Apache License 2.0
193193

194194
Description: Google's core Java libraries.
195195

196196
Local 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
-----
222200
Code in:
223201
lib/jsr305.jar
@@ -238,7 +216,7 @@ lib/junit.jar
238216

239217
JUnit
240218
URL: http://sourceforge.net/projects/junit/
241-
Version: 4.5
219+
Version: 4.8.2
242220
License: Common Public License 1.0
243221

244222
Description: A framework for writing and running automated tests in Java.
@@ -248,7 +226,7 @@ Local Modifications: None.
248226

249227
---
250228
Code in:
251-
lib/protobuf-java-2.3.0.jar
229+
lib/protobuf-java.jar
252230

253231
Protocol Buffers
254232
URL: http://code.google.com/p/protobuf/
@@ -263,27 +241,38 @@ Local Modifications: None
263241

264242
---
265243
Code in:
266-
lib/ant_deploy.jar
244+
lib/ant.jar
245+
lib/ant-launcher.jar
267246

268247
URL: http://ant.apache.org/bindownload.cgi
269-
Version: 1.6.5
248+
Version: 1.8.1
270249
License: Apache License 2.0
271250
Description:
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
---
280258
Code in:
281259
lib/json.jar
282260
URL: http://json.org/java/index.html
283-
Version: JSON version 2
261+
Version: JSON version 20090211
284262
License: MIT license
285263
Description:
286264
JSON is a set of java files for use in transmitting data in JSON format.
287265

288266
Local 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

lib/closure-compiler/compiler.jar

308 KB
Binary file not shown.

lib/closure-compiler/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20110322

0 commit comments

Comments
 (0)