Skip to content

Commit

Permalink
Update of closure compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Aug 15, 2011
1 parent 2c7ea64 commit ad3ba61
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 29 deletions.
89 changes: 60 additions & 29 deletions lib/closure/README
@@ -1,5 +1,5 @@
/*
* Copyright 2009 Google Inc.
* Copyright 2009 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -152,7 +152,7 @@ system have been added.

-----
Code in:
lib/libtrunk_rhino_parser_jarjared.jar
lib/rhino

Rhino
URL: http://www.mozilla.org/rhino
Expand All @@ -161,18 +161,17 @@ License: Netscape Public License and MPL / GPL dual license

Description: Mozilla Rhino is an implementation of JavaScript for the JVM.

Local Modifications: None. We've used JarJar to renamespace the code
post-compilation. See:
http://code.google.com/p/jarjar/
Local Modifications: Minor changes to parsing JSDoc that usually get pushed
up-stream to Rhino trunk.


-----
Code in:
lib/args4j_deploy.jar
lib/args4j.jar

Args4j
URL: https://args4j.dev.java.net/
Version: 2.0.9
Version: 2.0.12
License: MIT

Description:
Expand All @@ -184,11 +183,11 @@ Local Modifications: None.

-----
Code in:
lib/google_common_deploy.jar
lib/guava.jar

Guava Libraries
URL: http://code.google.com/p/guava-libraries/
Version: Trunk
Version: r08
License: Apache License 2.0

Description: Google's core Java libraries.
Expand All @@ -198,23 +197,31 @@ Local Modifications: None.

-----
Code in:
lib/hamcrest-core-1.1.jar
lib/jsr305.jar

Hamcrest
URL: http://code.google.com/p/hamcrest
License: BSD
License File: LICENSE
Annotations for software defect detection
URL: http://code.google.com/p/jsr-305/
Version: svn revision 47
License: BSD License

Description:
Provides a library of matcher objects (also known as constraints or
predicates) allowing 'match' rules to be defined declaratively, to be used in
other frameworks. Typical scenarios include testing frameworks, mocking
libraries and UI validation rules.
Description: Annotations for software defect detection.

Local Modifications: None.


-----
Code in:
lib/jarjar.jar

Local modifications:
The original jars contained both source code and compiled classes.
Jar Jar Links
URL: http://jarjar.googlecode.com/
Version: 1.1
License: Apache License 2.0

hamcrest-core-1.1.jar just contains the compiled classes.
Description:
A utility for repackaging Java libraries.

Local Modifications: None.


----
Expand All @@ -223,7 +230,7 @@ lib/junit.jar

JUnit
URL: http://sourceforge.net/projects/junit/
Version: 4.5
Version: 4.8.2
License: Common Public License 1.0

Description: A framework for writing and running automated tests in Java.
Expand All @@ -233,11 +240,11 @@ Local Modifications: None.

---
Code in:
lib/protobuf_deploy.jar
lib/protobuf-java.jar

Protocol Buffers
URL: http://code.google.com/p/protobuf/
Version: 2.2.0a
Version: 2.3.0
License: New BSD License

Description: Supporting libraries for protocol buffers,
Expand All @@ -248,14 +255,38 @@ Local Modifications: None

---
Code in:
lib/ant_deploy.jar
lib/ant.jar
lib/ant-launcher.jar

URL: http://ant.apache.org/bindownload.cgi
Version: 1.6.5
Version: 1.8.1
License: Apache License 2.0
Description:
Ant is a Java based build tool. In theory it is kind of like "make"
without make's wrinkles and with the full portability of pure java code.

Local Modifications:
Modified apache-ant-1.6.5/bin/ant to look in the ant.runfiles directory
Local Modifications: None


---
Code in:
lib/json.jar
URL: http://json.org/java/index.html
Version: JSON version 20090211
License: MIT license
Description:
JSON is a set of java files for use in transmitting data in JSON format.

Local Modifications: None

---
Code in:
tools/maven-ant-tasks-2.1.1.jar
URL: http://maven.apache.org
Version 2.1.1
License: Apache License 2.0
Description:
Maven Ant tasks are used to manage dependencies and to install/deploy to
maven repositories.

Local Modifications: None
Binary file modified lib/closure/compiler.jar
Binary file not shown.

0 comments on commit ad3ba61

Please sign in to comment.