Changeset 3472
- Timestamp:
- 02/06/12 11:22:24
- Files:
-
- trunk/build/license-mappings.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/license-mappings.xml
r3460 r3472 296 296 </artifact> 297 297 <artifact> 298 <groupId>com.sun.mail</groupId> 299 <artifactId>dsn</artifactId> 300 <license>Commons Development and Distribution License, Version 1.0</license> 301 </artifact> 302 <artifact> 303 <groupId>com.sun.mail</groupId> 304 <artifactId>imap</artifactId> 305 <license>Commons Development and Distribution License, Version 1.0</license> 306 </artifact> 307 <artifact> 308 <groupId>com.sun.mail</groupId> 309 <artifactId>mailapi</artifactId> 310 <license>Commons Development and Distribution License, Version 1.0</license> 311 </artifact> 312 <artifact> 313 <groupId>com.sun.mail</groupId> 314 <artifactId>pop3</artifactId> 315 <license>Commons Development and Distribution License, Version 1.0</license> 316 </artifact> 317 <artifact> 318 <groupId>com.sun.mail</groupId> 319 <artifactId>smtp</artifactId> 320 <license>Commons Development and Distribution License, Version 1.0</license> 321 </artifact> 322 <artifact> 298 323 <groupId>com.sun.xml.bind</groupId> 299 324 <artifactId>jaxb-impl</artifactId> … … 353 378 <groupId>commons-lang</groupId> 354 379 <artifactId>commons-lang</artifactId> 380 <license>Apache License, Version 2.0</license> 381 </artifact> 382 <artifact> 383 <groupId>commons-validator</groupId> 384 <artifactId>commons-validator</artifactId> 355 385 <license>Apache License, Version 2.0</license> 356 386 </artifact> … … 418 448 </artifact> 419 449 <artifact> 450 <groupId>javax.jms</groupId> 451 <artifactId>jms</artifactId> 452 <license>Commons Development and Distribution License, Version 1.0</license> 453 </artifact> 454 <artifact> 420 455 <groupId>javax.portlet</groupId> 421 456 <artifactId>portlet-api</artifactId>
