Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/Install"

(New page: == EclipseLink Install Layout == The following is the layout for the EclipseLink 1.0 download (zip). *# / **# /jlib ***# eclipselink.jar ***# /jpa/java.persistence_1.0.0.jar ***# /moxy *...)
 
(EclipseLink Install Layout)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
 
== EclipseLink Install Layout ==
 
== EclipseLink Install Layout ==
  
The following is the layout for the EclipseLink 1.0 download (zip).
+
The following is the layout for the EclipseLink 1.0 downloads.
 
+
*# /
+
**# /jlib
+
***# eclipselink.jar
+
***# /jpa/java.persistence_1.0.0.jar
+
***# /moxy
+
****# javax.activation_1.1.0.jar
+
****# javax.mail_1.4.0.jar
+
****# javax.xml.bind_2.0.0.jar
+
****# javax.xml.stream_1.0.0.jar
+
****# jaxb-impl.jar
+
****# jxb-xjc.jar
+
***# /sdo/commonj.sdo_2.1.0.jar
+
**# /bin
+
***# setenv.cmd
+
***# setenv.sh
+
***# jaxb-compiler.cmd
+
***# jaxb-compiler.sf
+
***# sdo-compiler.cmd
+
***# sdo-compiler.sh
+
 
+
=== Utilities ===
+
 
+
The following file and folders will only be available in the full download.
+
 
+
**# eclipselink-javadocs.zip
+
 
+
**# /utils
+
***#/workbench
+
****# readme.html
+
****# /bin
+
****# /jlib
+
  
==== Renamer Util ====
+
The following structure is what is contained in the eclipselink[-incubation]_1.0.zip
  
***# /renamer
+
<blockquote>
****# readme.html
+
/
****# /bin
+
: about.html
****# /jlib
+
: license.html
 +
: readme.html
 +
: eclipselink-javadocs.zip
 +
: /jlib
 +
:: eclipselink.jar
 +
:: eclipselink-src.zip
 +
:: /jpa
 +
::: java.persistence_1.0.0.jar
 +
:: /moxy
 +
::: javax.activation_1.1.0.jar
 +
::: javax.mail_1.4.0.jar
 +
::: javax.xml.bind_2.0.0.jar
 +
::: javax.xml.stream_1.0.0.jar
 +
::: jaxb-impl.jar
 +
::: jxb-xjc.jar
 +
:: /sdo
 +
::: commonj.sdo_2.1.0.jar
 +
: /bin
 +
:: setenv.cmd
 +
:: setenv.sh
 +
:: jaxb-compiler.cmd
 +
:: jaxb-compiler.sh
 +
:: sdo-compiler.cmd
 +
:: sdo-compiler.sh
 +
: /xsds
 +
:: eclipselink_orm_1.0.xsd
 +
:: eclipselink_sessions_1.0.xsd
 +
:: eclipselink_persistence_map_1.0.xsd
 +
:: orm_1.0.xsd (JPA 1.0)
 +
:: persistence_1.0.xsd (JPA 1.0)
 +
: /utils
 +
::/workbench
 +
::: readme.html
 +
::: /bin
 +
:::: workbench.cmd
 +
:::: workbench.sh
 +
::: /jlib
 +
:::: connector.jar
 +
:::: eclipselinkmw.jar
 +
:::: elmwcore.jar
 +
:::: xercesImpl.jar
 +
::: /config
 +
:::: platforms.dpr
 +
:::: workbench.ico
 +
:::: /platforms - 22 database platform xml files
 +
:: /rename
 +
::: readme.html
 +
::: packageRename.cmd
 +
::: packageRename.sh
 +
::: package-rename.jar
 +
::: package-rename.properties
 +
</blockquote>

Latest revision as of 15:04, 11 June 2008


EclipseLink Install Layout

The following is the layout for the EclipseLink 1.0 downloads.

The following structure is what is contained in the eclipselink[-incubation]_1.0.zip

/

about.html
license.html
readme.html
eclipselink-javadocs.zip
/jlib
eclipselink.jar
eclipselink-src.zip
/jpa
java.persistence_1.0.0.jar
/moxy
javax.activation_1.1.0.jar
javax.mail_1.4.0.jar
javax.xml.bind_2.0.0.jar
javax.xml.stream_1.0.0.jar
jaxb-impl.jar
jxb-xjc.jar
/sdo
commonj.sdo_2.1.0.jar
/bin
setenv.cmd
setenv.sh
jaxb-compiler.cmd
jaxb-compiler.sh
sdo-compiler.cmd
sdo-compiler.sh
/xsds
eclipselink_orm_1.0.xsd
eclipselink_sessions_1.0.xsd
eclipselink_persistence_map_1.0.xsd
orm_1.0.xsd (JPA 1.0)
persistence_1.0.xsd (JPA 1.0)
/utils
/workbench
readme.html
/bin
workbench.cmd
workbench.sh
/jlib
connector.jar
eclipselinkmw.jar
elmwcore.jar
xercesImpl.jar
/config
platforms.dpr
workbench.ico
/platforms - 22 database platform xml files
/rename
readme.html
packageRename.cmd
packageRename.sh
package-rename.jar
package-rename.properties

Back to the top