Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Connection Profile Property Changes

Hey all,

I've changed the way version information is stored within a connection
profile.  The version information is now stored in a connection profile
property extension.  The extension ID can be found in
ConnectionProfileConstants.VERSION_INFO_PROFILE_EXTENSION_ID.

As part of this change, I've reverted the logic within the
ProfilePropertyPage.performOK() to set the properties as returned by the
collectProperties() method.  Previously, these properties were merged with
the old properties, which made it impossible to delete properties from a
profile.

Happy coding,
Rob



Back to the top