Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] Changes to CVS directory structure

The new package names actually denote a new stream of code.  Our 0.5 code base is the org.eclipse.dali.* plugins and our 1.0 base is org.eclipse.jst.jpa.*.  The 1.0 code stream is built using a new extensible core, which will eventually support the same functionality and beyond what the 0.5 stream support.  For now, 0.5 is still the more functional stream, but the jst.jpa 1.0 stream is the future of the code base for Dali.

Sorry for the confusion on this.  We need to put this information on the wiki for adopters.  I will start a special wiki section for this and similar topics on the main Dali wiki.

Neil

Dimitrov, Dimiter wrote:
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

From: dali-dev-bounces@xxxxxxxxxxx [mailto:dali-dev-bounces@xxxxxxxxxxx] On Behalf Of Trân Lê
Sent: Saturday, 11. November 2006 01:55
To: General Dali EJB ORM developer discussion.
Subject: [dali-dev] Changes to CVS directory structure

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


_______________________________________________ dali-dev mailing list dali-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dali-dev

Back to the top