@@ -146,13 +146,13 @@ the parse tree data structures were extracted and modified
146
146
significantly for use by Google's JavaScript compiler.
147
147
148
148
Local Modifications: The packages have been renamespaced. All code not
149
- relavant to parsing has been removed. A JSDoc parser and static typing
149
+ relevant to parsing has been removed. A JsDoc parser and static typing
150
150
system have been added.
151
151
152
152
153
153
-----
154
154
Code in:
155
- lib/libtrunk_rhino_parser_jarjared.jar
155
+ lib/rhino
156
156
157
157
Rhino
158
158
URL: http://www.mozilla.org/rhino
@@ -161,9 +161,8 @@ License: Netscape Public License and MPL / GPL dual license
161
161
162
162
Description: Mozilla Rhino is an implementation of JavaScript for the JVM.
163
163
164
- Local Modifications: None. We've used JarJar to renamespace the code
165
- post-compilation. See:
166
- http://code.google.com/p/jarjar/
164
+ Local Modifications: Minor changes to parsing JSDoc that usually get pushed
165
+ up-stream to Rhino trunk.
167
166
168
167
169
168
-----
@@ -172,7 +171,7 @@ lib/args4j.jar
172
171
173
172
Args4j
174
173
URL: https://args4j.dev.java.net/
175
- Version: 2.0.12
174
+ Version: 2.0.16
176
175
License: MIT
177
176
178
177
Description:
@@ -188,7 +187,7 @@ lib/guava.jar
188
187
189
188
Guava Libraries
190
189
URL: http://code.google.com/p/guava-libraries/
191
- Version: r08
190
+ Version: 13.0.1
192
191
License: Apache License 2.0
193
192
194
193
Description: Google's core Java libraries.
@@ -210,13 +209,28 @@ Description: Annotations for software defect detection.
210
209
Local Modifications: None.
211
210
212
211
212
+ -----
213
+ Code in:
214
+ lib/jarjar.jar
215
+
216
+ Jar Jar Links
217
+ URL: http://jarjar.googlecode.com/
218
+ Version: 1.1
219
+ License: Apache License 2.0
220
+
221
+ Description:
222
+ A utility for repackaging Java libraries.
223
+
224
+ Local Modifications: None.
225
+
226
+
213
227
----
214
228
Code in:
215
229
lib/junit.jar
216
230
217
231
JUnit
218
232
URL: http://sourceforge.net/projects/junit/
219
- Version: 4.8.2
233
+ Version: 4.10
220
234
License: Common Public License 1.0
221
235
222
236
Description: A framework for writing and running automated tests in Java.
@@ -230,7 +244,7 @@ lib/protobuf-java.jar
230
244
231
245
Protocol Buffers
232
246
URL: http://code.google.com/p/protobuf/
233
- Version: 2.3.0
247
+ Version: 2.4.1
234
248
License: New BSD License
235
249
236
250
Description: Supporting libraries for protocol buffers,
@@ -267,9 +281,9 @@ Local Modifications: None
267
281
268
282
---
269
283
Code in:
270
- tools/maven-ant-tasks-2.1.1 .jar
284
+ tools/maven-ant-tasks-2.1.3 .jar
271
285
URL: http://maven.apache.org
272
- Version 2.1.1
286
+ Version 2.1.3
273
287
License: Apache License 2.0
274
288
Description:
275
289
Maven Ant tasks are used to manage dependencies and to install/deploy to
0 commit comments