|
30 | 30 | with venue lying in Santa Clara County, California. |
31 | 31 |
|
32 | 32 |
|
| 33 | + For |
| 34 | + cloud-javax.persistence-2.0.0.jar |
| 35 | + |
| 36 | + |
| 37 | + EclipseLink 2.0.0 |
| 38 | + |
| 39 | + Dec 10th, 2009 |
| 40 | + |
| 41 | + About |
| 42 | + |
| 43 | + The EclipseLink project's goal is to provide a complete persistence framework |
| 44 | + that is both comprehensive and universal. It will run in any Java environment |
| 45 | + and read and write objects to virtually any type of data source, including |
| 46 | + relational databases, and XML. EclipseLink will focus on providing leading edge |
| 47 | + support, including advanced feature extensions, for the dominant persistence |
| 48 | + standards for each target data source; Java Persistence API (JPA) for relational |
| 49 | + databases, Java API for XML Binding (JAXB) for XML, Service Data Objects (SDO), |
| 50 | + and Database Web services (DBWS). |
| 51 | + |
| 52 | + For tips on getting started with EclipseLink, please see the following |
| 53 | + resources: |
| 54 | + |
| 55 | + EclipseLink 2.0.0 Release Notes Documentation Examples and How To License |
| 56 | + |
| 57 | + The Eclipse Foundation makes available all content in this plug-in ("Content"). |
| 58 | + Unless otherwise indicated below, the Content is provided to you under the terms |
| 59 | + and conditions of the Eclipse Public License Version 1.0 ("EPL") and Eclipse |
| 60 | + Distribution License Version 1.0 ("EDL"). A copy of the EPL is available at |
| 61 | + http://www.eclipse.org/legal/epl-v10.html and a copy of the EDL is available at |
| 62 | + http://www.eclipse.org/org/documents/edl-v10.php. For purposes of the EPL, |
| 63 | + "Program" will mean the Content. |
| 64 | + |
| 65 | + If you did not receive this Content directly from the Eclipse Foundation, the |
| 66 | + Content is being redistributed by another party ("Redistributor") and different |
| 67 | + terms and conditions may apply to your use of any object code in the Content. |
| 68 | + Check the Redistributor's license that was provided with the Content. If no such |
| 69 | + license exists, contact the Redistributor. Unless otherwise indicated below, the |
| 70 | + terms and conditions of the EPL and EDL still apply to any source code in the |
| 71 | + Content and such source code may be obtained at http://www.eclipse.org. |
| 72 | + |
| 73 | + Third Party Content |
| 74 | + |
| 75 | + The Content includes items that have been sourced from third parties as set out |
| 76 | + below. If you did not receive this Content directly from the Eclipse Foundation, |
| 77 | + the following is provided for informational purposes only, and you should look |
| 78 | + to the Redistributor's license for terms and conditions of use. |
| 79 | + |
| 80 | + Foundation Dependencies ASM EclipseLink JPA ANTLR Java Persistence API (JPA) 1.0 |
| 81 | + - EJB 3.0 Java Persistence API (JPA) 2.0 EARLY ACCESS EclipseLink MOXy Java |
| 82 | + Architecture for XML Binding (JAXB) Java Mail Java Activation Framework |
| 83 | + Streaming API for XML (StAX) EclipseLink SDO Service Data Objects (SDO) |
| 84 | + Utilities Java Connector Xerces WSDL4J 1.6.2 ASM v1.5.3 |
| 85 | + |
| 86 | + The EclipseLink Project includes ASM for the purpose of byte code weaving. The |
| 87 | + AMS library is re-packaged within the source of the project |
| 88 | + (org.persistence.eclipse.internal.libraries.asm.*) to avoid version collisions |
| 89 | + with other usage of ASM. A custom patch has been added to the ASM 1.5.3 source |
| 90 | + to handle an issue with other usages. This fix has also been contributed back to |
| 91 | + the ASM project for inclusion in later projects. |
| 92 | + |
| 93 | + The source code is available within the project's subversion repository. The |
| 94 | + binaries are distributed within the eclipselink.jar and in the |
| 95 | + org.eclipse.persistence.asm_2.0.0.v*.jar bundle. |
| 96 | + |
| 97 | + http://asm.objectweb.org/license.html |
| 98 | + |
| 99 | + Copyright (c) 2000-2005 INRIA, France Telecom, All rights reserved. |
| 100 | + |
| 101 | + Redistribution and use in source and binary forms, with or without modification, |
| 102 | + are permitted provided that the following conditions are met: |
| 103 | + |
| 104 | + Redistributions of source code must retain the above copyright notice, this list |
| 105 | + of conditions and the following disclaimer. Redistributions in binary form must |
| 106 | + reproduce the above copyright notice, this list of conditions and the following |
| 107 | + disclaimer in the documentation and/or other materials provided with the |
| 108 | + distribution. Neither the name of the copyright holders nor the names of its |
| 109 | + contributors may be used to endorse or promote products derived from this |
| 110 | + software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY |
| 111 | + THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"AND ANY EXPRESS OR IMPLIED |
| 112 | + WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THEIMPLIED WARRANTIES OF |
| 113 | + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSEARE DISCLAIMED. IN NO EVENT |
| 114 | + SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT, INDIRECT, |
| 115 | + INCIDENTAL, SPECIAL, EXEMPLARY, ORCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 116 | + LIMITED TO, PROCUREMENT OFSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 117 | + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 118 | + LIABILITY, WHETHER INCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 119 | + OR OTHERWISE)ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 120 | + OFTHE POSSIBILITY OF SUCH DAMAGE. |
| 121 | + |
| 122 | + ANTLR v3.0 |
| 123 | + |
| 124 | + The ANTLR library (license) is included within EclipseLink Project to enable |
| 125 | + parsing of the Java Persistence Query language (JP QL). The ANTLR library is re- |
| 126 | + packaged within the project in the |
| 127 | + org.eclipse.persistence.internal.libraries.antlr.* packages. |
| 128 | + |
| 129 | + The source is available with the project's subversion repository. The binaries |
| 130 | + are distributed within the eclipselink.jar and in the |
| 131 | + org.eclipse.persistence.antlr_2.0.0.v*.jar bundle. |
| 132 | + |
| 133 | + Java Architecture for XML Binding (JAXB) v2.0.5 |
| 134 | + |
| 135 | + The JAXB libraries distributed under CDDL v1.0 are included within the |
| 136 | + EclipseLink Project to enable the MOXY component's implementation of JAXB. |
| 137 | + |
| 138 | + JAXB Libraries: |
| 139 | + |
| 140 | + /jlib/moxy/javax.xml.bind_2.1.12.v20090708-1500.jar /jlib/moxy/jaxb-impl.jar |
| 141 | + /jlib/moxy/jaxb.xjc.jar Java Persistence (JPA) 1.0 - EJB 3.0 |
| 142 | + |
| 143 | + The Java Persistence API, included with EJB 3.0, is available for download from |
| 144 | + the ejb-api directory in the glassfish CVS repository.It is distributed under |
| 145 | + CDDLv1.0 . The jar is being shipped as an OSGi bundle and is required for |
| 146 | + compilation of some container based fuctionality. |
| 147 | + |
| 148 | + Java Persistence (JPA) 2.0. |
| 149 | + |
| 150 | + EclipseLink is the Java Persistence (JPA) 2.0 Reference Implementation (JSR |
| 151 | + 317). The JPA 2.0 specification API is included in EclipseLink under the EPL and |
| 152 | + EDL licenses. |
| 153 | + |
| 154 | + Java Mail v1.4 |
| 155 | + |
| 156 | + The Java Mail library (mail.jar) is distributed with the JAXB v2.0.5 under CDDL |
| 157 | + v1.0 and is included within the EclipseLink Project distribution to support Web |
| 158 | + Services attachment handling in the MOXy component. It is only required when |
| 159 | + using Java SE 5 (Java Mail is included in Java SE 6). |
| 160 | + |
| 161 | + Java Activation Framework v1.1 |
| 162 | + |
| 163 | + The Java Activation Framework (activation.jar) is distributed with the JAXB |
| 164 | + v2.0.5 under CDDL v1.0 and is included within the EclipseLink Project |
| 165 | + distribution to support Web Services attachment handling in the MOXy component. |
| 166 | + It is only required when using Java SE 5 (The Java Activation Framework is |
| 167 | + included in Java SE 6). |
| 168 | + |
| 169 | + Streaming API for XML (StAX) v1.0 |
| 170 | + |
| 171 | + The Streaming API for XML (StAX) library (jsr173_1.0_api.jar) is distributed |
| 172 | + with the JAXB v2.0.5 under CDDL v1.0 and is included within the EclipseLink |
| 173 | + Project distribution as an optional XML processing approach in the MOXy |
| 174 | + component. |
| 175 | + |
| 176 | + Service Data Objects (SDO) v2.1.1 |
| 177 | + |
| 178 | + The Service Data Objects (SDO) API is distributed under a CDDLv1.0 and custom |
| 179 | + license. It provides the standard API implemented by the EclipseLink Project's |
| 180 | + SDO component. |
| 181 | + |
| 182 | + Java Connector v1.5 |
| 183 | + |
| 184 | + The JCA 1.5 API is available for download from the connector-api directory in |
| 185 | + the glassfish CVS repository. It is distributed under CDDLv1.0 . |
| 186 | + |
| 187 | + This jar is being shipped and required by the Workbench only. When using |
| 188 | + EclipseLink in a container where JCA integration is required that container will |
| 189 | + provide the necessary API libraries. |
| 190 | + |
| 191 | + Xerces v2.9.0 |
| 192 | + |
| 193 | + Xerces 2.9.0 is available from the Xerces home page. It is distributed under |
| 194 | + Apache 2.0. |
| 195 | + |
| 196 | + This jar is shipped for the Workbench's use only in the reading and writing of |
| 197 | + XML configuration files. |
| 198 | + |
| 199 | + WSDL4j v1.6.2 |
| 200 | + |
| 201 | + WSDL4J 1.6.2 is available for download from the wsdl4j project. It distributed |
| 202 | + under CPLv1.0 . |
| 203 | + |
| 204 | + This jar is being shipped as a OSGi bundle and is only required for the DBWS |
| 205 | + Builder utility. |
| 206 | + |
| 207 | + |
33 | 208 | For |
34 | 209 | cloud-commons-logging-1.1.1.jar |
35 | 210 | commons-logging-1.1.1.jar |
|
255 | 430 | THE SOFTWARE. |
256 | 431 |
|
257 | 432 |
|
| 433 | + For |
| 434 | + jquery.js |
| 435 | + |
| 436 | + |
| 437 | + jQuery JavaScript Library v1.3.2 |
| 438 | + http://jquery.com/ |
| 439 | + |
| 440 | + Copyright (c) 2009 John Resig |
| 441 | + Dual licensed under the MIT and GPL licenses. |
| 442 | + http://docs.jquery.com/License |
| 443 | + |
| 444 | + Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009) |
| 445 | + Revision: 6246 |
| 446 | + |
| 447 | + |
258 | 448 | For |
259 | 449 | axis2-1.5.1.jar |
260 | 450 | axis2-adb-1.5.1.jar |
|
320 | 510 | - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org |
321 | 511 |
|
322 | 512 |
|
323 | | - For |
324 | | - cloud-javax.persistence-2.0.0.jar |
325 | | - |
326 | | - |
327 | | - EclipseLink 2.0.0 |
328 | | - |
329 | | - Dec 10th, 2009 |
330 | | - |
331 | | - About |
332 | | - |
333 | | - The EclipseLink project's goal is to provide a complete persistence framework |
334 | | - that is both comprehensive and universal. It will run in any Java environment |
335 | | - and read and write objects to virtually any type of data source, including |
336 | | - relational databases, and XML. EclipseLink will focus on providing leading edge |
337 | | - support, including advanced feature extensions, for the dominant persistence |
338 | | - standards for each target data source; Java Persistence API (JPA) for relational |
339 | | - databases, Java API for XML Binding (JAXB) for XML, Service Data Objects (SDO), |
340 | | - and Database Web services (DBWS). |
341 | | - |
342 | | - For tips on getting started with EclipseLink, please see the following |
343 | | - resources: |
344 | | - |
345 | | - EclipseLink 2.0.0 Release Notes Documentation Examples and How To License |
346 | | - |
347 | | - The Eclipse Foundation makes available all content in this plug-in ("Content"). |
348 | | - Unless otherwise indicated below, the Content is provided to you under the terms |
349 | | - and conditions of the Eclipse Public License Version 1.0 ("EPL") and Eclipse |
350 | | - Distribution License Version 1.0 (“EDL”). A copy of the EPL is available at |
351 | | - http://www.eclipse.org/legal/epl-v10.html and a copy of the EDL is available at |
352 | | - http://www.eclipse.org/org/documents/edl-v10.php. For purposes of the EPL, |
353 | | - "Program" will mean the Content. |
354 | | - |
355 | | - If you did not receive this Content directly from the Eclipse Foundation, the |
356 | | - Content is being redistributed by another party ("Redistributor") and different |
357 | | - terms and conditions may apply to your use of any object code in the Content. |
358 | | - Check the Redistributor’s license that was provided with the Content. If no such |
359 | | - license exists, contact the Redistributor. Unless otherwise indicated below, the |
360 | | - terms and conditions of the EPL and EDL still apply to any source code in the |
361 | | - Content and such source code may be obtained at http://www.eclipse.org. |
362 | | - |
363 | | - Third Party Content |
364 | | - |
365 | | - The Content includes items that have been sourced from third parties as set out |
366 | | - below. If you did not receive this Content directly from the Eclipse Foundation, |
367 | | - the following is provided for informational purposes only, and you should look |
368 | | - to the Redistributor’s license for terms and conditions of use. |
369 | | - |
370 | | - Foundation Dependencies ASM EclipseLink JPA ANTLR Java Persistence API (JPA) 1.0 |
371 | | - - EJB 3.0 Java Persistence API (JPA) 2.0 EARLY ACCESS EclipseLink MOXy Java |
372 | | - Architecture for XML Binding (JAXB) Java Mail Java Activation Framework |
373 | | - Streaming API for XML (StAX) EclipseLink SDO Service Data Objects (SDO) |
374 | | - Utilities Java Connector Xerces WSDL4J 1.6.2 ASM v1.5.3 |
375 | | - |
376 | | - The EclipseLink Project includes ASM for the purpose of byte code weaving. The |
377 | | - AMS library is re-packaged within the source of the project |
378 | | - (org.persistence.eclipse.internal.libraries.asm.*) to avoid version collisions |
379 | | - with other usage of ASM. A custom patch has been added to the ASM 1.5.3 source |
380 | | - to handle an issue with other usages. This fix has also been contributed back to |
381 | | - the ASM project for inclusion in later projects. |
382 | | - |
383 | | - The source code is available within the project's subversion repository. The |
384 | | - binaries are distributed within the eclipselink.jar and in the |
385 | | - org.eclipse.persistence.asm_2.0.0.v*.jar bundle. |
386 | | - |
387 | | - http://asm.objectweb.org/license.html |
388 | | - |
389 | | - Copyright (c) 2000-2005 INRIA, France Telecom, All rights reserved. |
390 | | - |
391 | | - Redistribution and use in source and binary forms, with or without modification, |
392 | | - are permitted provided that the following conditions are met: |
393 | | - |
394 | | - Redistributions of source code must retain the above copyright notice, this list |
395 | | - of conditions and the following disclaimer. Redistributions in binary form must |
396 | | - reproduce the above copyright notice, this list of conditions and the following |
397 | | - disclaimer in the documentation and/or other materials provided with the |
398 | | - distribution. Neither the name of the copyright holders nor the names of its |
399 | | - contributors may be used to endorse or promote products derived from this |
400 | | - software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY |
401 | | - THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"AND ANY EXPRESS OR IMPLIED |
402 | | - WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THEIMPLIED WARRANTIES OF |
403 | | - MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSEARE DISCLAIMED. IN NO EVENT |
404 | | - SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT, INDIRECT, |
405 | | - INCIDENTAL, SPECIAL, EXEMPLARY, ORCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
406 | | - LIMITED TO, PROCUREMENT OFSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
407 | | - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
408 | | - LIABILITY, WHETHER INCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
409 | | - OR OTHERWISE)ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
410 | | - OFTHE POSSIBILITY OF SUCH DAMAGE. |
411 | | - |
412 | | - ANTLR v3.0 |
413 | | - |
414 | | - The ANTLR library (license) is included within EclipseLink Project to enable |
415 | | - parsing of the Java Persistence Query language (JP QL). The ANTLR library is re- |
416 | | - packaged within the project in the |
417 | | - org.eclipse.persistence.internal.libraries.antlr.* packages. |
418 | | - |
419 | | - The source is available with the project's subversion repository. The binaries |
420 | | - are distributed within the eclipselink.jar and in the |
421 | | - org.eclipse.persistence.antlr_2.0.0.v*.jar bundle. |
422 | | - |
423 | | - Java Architecture for XML Binding (JAXB) v2.0.5 |
424 | | - |
425 | | - The JAXB libraries distributed under CDDL v1.0 are included within the |
426 | | - EclipseLink Project to enable the MOXY component's implementation of JAXB. |
427 | | - |
428 | | - JAXB Libraries: |
429 | | - |
430 | | - /jlib/moxy/javax.xml.bind_2.1.12.v20090708-1500.jar /jlib/moxy/jaxb-impl.jar |
431 | | - /jlib/moxy/jaxb.xjc.jar Java Persistence (JPA) 1.0 - EJB 3.0 |
432 | | - |
433 | | - The Java Persistence API, included with EJB 3.0, is available for download from |
434 | | - the ejb-api directory in the glassfish CVS repository.It is distributed under |
435 | | - CDDLv1.0 . The jar is being shipped as an OSGi bundle and is required for |
436 | | - compilation of some container based fuctionality. |
437 | | - |
438 | | - Java Persistence (JPA) 2.0. |
439 | | - |
440 | | - EclipseLink is the Java Persistence (JPA) 2.0 Reference Implementation (JSR |
441 | | - 317). The JPA 2.0 specification API is included in EclipseLink under the EPL and |
442 | | - EDL licenses. |
443 | | - |
444 | | - Java Mail v1.4 |
445 | | - |
446 | | - The Java Mail library (mail.jar) is distributed with the JAXB v2.0.5 under CDDL |
447 | | - v1.0 and is included within the EclipseLink Project distribution to support Web |
448 | | - Services attachment handling in the MOXy component. It is only required when |
449 | | - using Java SE 5 (Java Mail is included in Java SE 6). |
450 | | - |
451 | | - Java Activation Framework v1.1 |
452 | | - |
453 | | - The Java Activation Framework (activation.jar) is distributed with the JAXB |
454 | | - v2.0.5 under CDDL v1.0 and is included within the EclipseLink Project |
455 | | - distribution to support Web Services attachment handling in the MOXy component. |
456 | | - It is only required when using Java SE 5 (The Java Activation Framework is |
457 | | - included in Java SE 6). |
458 | | - |
459 | | - Streaming API for XML (StAX) v1.0 |
460 | | - |
461 | | - The Streaming API for XML (StAX) library (jsr173_1.0_api.jar) is distributed |
462 | | - with the JAXB v2.0.5 under CDDL v1.0 and is included within the EclipseLink |
463 | | - Project distribution as an optional XML processing approach in the MOXy |
464 | | - component. |
465 | | - |
466 | | - Service Data Objects (SDO) v2.1.1 |
467 | | - |
468 | | - The Service Data Objects (SDO) API is distributed under a CDDLv1.0 and custom |
469 | | - license. It provides the standard API implemented by the EclipseLink Project's |
470 | | - SDO component. |
471 | | - |
472 | | - Java Connector v1.5 |
473 | | - |
474 | | - The JCA 1.5 API is available for download from the connector-api directory in |
475 | | - the glassfish CVS repository. It is distributed under CDDLv1.0 . |
476 | | - |
477 | | - This jar is being shipped and required by the Workbench only. When using |
478 | | - EclipseLink in a container where JCA integration is required that container will |
479 | | - provide the necessary API libraries. |
480 | | - |
481 | | - Xerces v2.9.0 |
482 | | - |
483 | | - Xerces 2.9.0 is available from the Xerces home page. It is distributed under |
484 | | - Apache 2.0. |
485 | | - |
486 | | - This jar is shipped for the Workbench's use only in the reading and writing of |
487 | | - XML configuration files. |
488 | | - |
489 | | - WSDL4j v1.6.2 |
490 | | - |
491 | | - WSDL4J 1.6.2 is available for download from the wsdl4j project. It distributed |
492 | | - under CPLv1.0 . |
493 | | - |
494 | | - This jar is being shipped as a OSGi bundle and is only required for the DBWS |
495 | | - Builder utility. |
496 | | - |
497 | | - |
498 | 513 | For |
499 | 514 | cloud-commons-codec-1.5.jar |
500 | 515 | commons-codec-1.4.jar |
|
0 commit comments