Hello,
In this aspect I want to ask what happened with
org.eclipse.dali.* plugins? Are they've been changed with org.eclipse.jst.jpa.*
?
Regards, Dimiter
With the move
to WTP Builder R2.0, we are required to change the Dali CVS directory structure
to a multi-components structure type.
Following is the layout of the new
directory structure in CVS.
org.eclipse.jpa
components
assembly
features (features used by the
build)
org.eclipse.jpa.feature
org.eclipse.jpa.sdk
org.eclipse.jpa.tests.feature
plugins
(branding plugin)
org.eclipse.jst.jpa
jpa
development (design and development
notes)
features
(development features)
org.eclipse.jst.jpa.feature
org.eclipse.jst.jpa.tests.feature
org.eclipse.jst.jpa_sdk.feature
plugins
(development plugins)
org.eclipse.jst.jpa.utility
org.eclipse.jst.jpa.db
org.eclipse.jst.jpa.core
org.eclipse.jst.jpa.core.java
org.eclipse.jst.jpa.core.mappings
org.eclipse.jst.jpa.core.mappings.java
org.eclipse.jst.jpa.core.xml
...
tests
(test plugins)
org.eclipse.jst.jpa.utility.tests
...
Let me know if you have
questions. -Tran
|