Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] Dali 1.0 Package and Plugin Name Change Notice

Hello all,

Here is my proposal for package renaming:

       Current Name                         Proposed Name
   jpa.core plugin
    ...jpa.core			  ...jpa.core.internal
    ...jpa.core.util                     ...jpa.core.internal.util
	(Note, this will entail merging of two ePackages into one)
    ...jpa.core.java                     ...jpa.core.internal.content.java
    ...jpa.core.java.internal            ...jpa.core.internal.content.java
	(Note, just as above, these two ePackages will be merged)
    ...jpa.core.java.util                ...jpa.core.internal.content.java.util
    ...jpa.core.java.internal.util       ...jpa.core.internal.content.java.util
	(Note, same merge)
    ...jpa.core.java.mappings            ...jpa.core.internal.content.java.mappings
    ...jpa.core.java.mapping.util        ...jpa.core.internal.content.java.mappings.util
    ...jpa.core.jdtutility               ...jpa.core.internal.jdtutility
    ...jpa.core.mappings                 ...jpa.core.internal.mappings
    ...jpa.core.mappings.util            ...jpa.core.internal.mappings.util
    ...jpa.core.platform                 ...jpa.core.internal.platform
    ...jpa.core.platform.generic         ...jpa.core.internal.platform.generic
    ...jpa.core.prefs                    ...jpa.core.internal.prefs


   jpa.core.tests plugin
    ...jpa.core.tests.*	          ...jpa.core.tests.internal.*


   jpa.db plugin
    ...jpa.db.*	                  ...jpa.db.internal.*


   jpa.db.tests plugin
    ...jpa.db.tests.*	                  ...jpa.db.tests.internal.*


   jpa.db.ui plugin
    ...jpa.db.ui.*	                  ...jpa.db.ui.internal.*


   jpa.gen plugin
    ...jpa.gen.*	                  ...jpa.gen.internal.*


   jpa.ui plugin
    ...jpa.ui.*	                  ...jpa.ui.internal.*
    (various small renames to fall in line with core names)


   jpa.utility plugin
    ...jpa.internal.utility.*	          ...jpa.utility.internal.*


   jpa.utility.tests plugin
    ...jpa.utility.tests.*	          ...jpa.utility.tests.internal.*



Most everything "non-core" is straightforward.

Discussion appreciated.

- Paul



Brian Vosburgh wrote:
While renaming our plugins, we should also rename some of our packages:

        Current Name                                Proposed Name
    jpa.core plugin
        ...jpa.core.java.internal            ...jpa.core.internal.java
        ...jpa.core.java.internal.util       ...jpa.core.internal.java.util

    jpa.utility plugin
        ...jpa.internal.utility              ...jpa.utility.internal
        ...jpa.internal.utility.iterators    ...jpa.utility.internal.iterators

    jpa.utility.tests plugin
        ...jpa.utility.tests                 ...jpa.utility.tests.internal
        ...jpa.utility.tests.iterators       ...jpa.utility.tests.internal.iterators

The proposed names simply move the "internal" package name node to immediately
following the plugin name portion of the package name.

Does this make sense?
Brian

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


--
Paul Fullbright
Oracle Corp.
Eclipse Dali/Java Persistence Tools Development
paul.fullbright@xxxxxxxxxx



Back to the top