Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top