diff options
| author | Igor Minar | 2010-09-20 16:23:20 +0200 | 
|---|---|---|
| committer | Misko Hevery | 2010-09-21 10:05:11 +0200 | 
| commit | 558f22138c2094d2328b9ed357f1c9fe83f9faf7 (patch) | |
| tree | f8d7d994b7094ad0c4825fad620145bf13e4dc09 /lib | |
| parent | 9627c4b50e1f8964fc59b0c2fd4914bd67514041 (diff) | |
| download | angular.js-558f22138c2094d2328b9ed357f1c9fe83f9faf7.tar.bz2 | |
Upgrade closure compiler to the latest version
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/compiler-closure/README | 106 | ||||
| -rw-r--r-- | lib/compiler-closure/compiler.jar | bin | 4237729 -> 3939454 bytes | 
2 files changed, 101 insertions, 5 deletions
| diff --git a/lib/compiler-closure/README b/lib/compiler-closure/README index af4e6106..d3c90e78 100644 --- a/lib/compiler-closure/README +++ b/lib/compiler-closure/README @@ -154,6 +154,7 @@ system have been added.  Code in:  lib/libtrunk_rhino_parser_jarjared.jar +Rhino  URL: http://www.mozilla.org/rhino  Version:  Trunk  License:  Netscape Public License and MPL / GPL dual license @@ -167,10 +168,27 @@ http://code.google.com/p/jarjar/  -----  Code in: -lib/google_common.jar +lib/args4j_deploy.jar +Args4j +URL: https://args4j.dev.java.net/ +Version: 2.0.9 +License: MIT + +Description: +args4j is a small Java class library that makes it easy to parse command line +options/arguments in your CUI application. + +Local Modifications: None. + + +----- +Code in: +lib/guava-r06.jar + +Guava Libraries  URL: http://code.google.com/p/guava-libraries/ -Version:  Trunk +Version:  R6  License: Apache License 2.0  Description: Google's core Java libraries. @@ -178,16 +196,94 @@ Description: Google's core Java libraries.  Local Modifications: None. +----- +Code in: +lib/hamcrest-core-1.1.jar + +Hamcrest +URL: http://code.google.com/p/hamcrest +License: BSD +License File: 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. + +Local modifications: +The original jars contained both source code and compiled classes. + +hamcrest-core-1.1.jar just contains the compiled classes. + + + +----- +Code in: +lib/jsr305.jar + +Annotations for software defect detection +URL: http://code.google.com/p/jsr-305/ +Version: svn revision 47 +License: BSD License + +Description: Annotations for software defect detection. + +Local Modifications: None. + +  ----  Code in:  lib/junit.jar -URL: http://sourceforge.net/projects/junit/ -Version: 3.8.1 -License: Common Public License 1.0 +JUnit +URL:  http://sourceforge.net/projects/junit/ +Version:  4.5 +License:  Common Public License 1.0  Description: A framework for writing and running automated tests in Java.  Local Modifications: None. +--- +Code in: +lib/protobuf-java-2.3.0.jar + +Protocol Buffers +URL: http://code.google.com/p/protobuf/ +Version: 2.3.0 +License: New BSD License + +Description: Supporting libraries for protocol buffers, +an encoding of structured data. + +Local Modifications: None + + +--- +Code in: +lib/ant_deploy.jar + +URL: http://ant.apache.org/bindownload.cgi +Version: 1.6.5 +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 + + +--- +Code in: +lib/json.jar +URL: http://json.org/java/index.html +Version: JSON version 2 +License: MIT license +Description: +JSON is a set of java files for use in transmitting data in JSON format. + +Local Modifications: None + diff --git a/lib/compiler-closure/compiler.jar b/lib/compiler-closure/compiler.jarBinary files differ index da053a7d..4dfa5ad0 100644 --- a/lib/compiler-closure/compiler.jar +++ b/lib/compiler-closure/compiler.jar | 
