Updated builds with latest template. Autogen copyright years, and added tar name as top-level directory in artifact tars (source and binary) for clarity and consistency.Signed-off-by: James Simister <james.simister@us.panasonic.com>
Added integration for new public ivysettings.xml file, preserving developers' ability to publish builds to a local repo, and have them preferred over the public repo.Signed-off-by: James Simister <james.simister@us.panasonic.com>
Updated AboutForm's Copyright Year range to be consistent with the actual COPYING.html file included in the moduleSigned-off-by: Aaron Mauchley <aaron.mauchley@us.panasonic.com>
Merge pull request #12 in TOOL/tools-dofconsole from bugfix/DOFCON-6-default-text-is-wrong-for-domain to master* commit '4570e0112b77c672d710239e921699e23ad26876':
Changed OID references to 'test.qa.pewla.com' to 'dofconsole.opendof.org'.
Merge pull request #11 in TOOL/tools-dofconsole from bugfix/DOFCON-21-remove-user-initiated-flag-from to master* commit '4514ffb0c6106620e91318a5f28ca03d038c6849':
Removed connectionID and isUserInitiated flags from pluginConnectionLost method.
Merge pull request #10 in TOOL/tools-dofconsole from bugfix/DOFCON-10-help--basic-instructions-file-doesn-t to master* commit '52bcdd85961f0e1c653862873c5a52064cd997fb':
Add help.htm.
Merge pull request #9 in TOOL/tools-dofconsole from bugfix/DOFCON-20-requestor-windows-are-not-connected to master* commit '154c3f385c492ba16bf454a07b4be40407babc5c':
DOFCON-20 Cleaned up ActivateBinding code path and fixed issues with forms not getting reactivated.
Merge pull request #8 in TOOL/tools-dofconsole from bugfix/DOFCON-19-requestor-windows-are-disconnected to master* commit '44590a3f51b1f7e6be2567ef4877be3bca386dab':
Renamed IGenericActivateableForm to IGenericItemRequestorForm and extended IGenericRequestorForm.
Renamed IGenericPluginControl to IGenericRequestorForm and extended IFormWithObjectID.
Moved IGenericPluginControl to GenericFormHelper.cs.
Cleaned up providerRemoved code path.
Clean up deactivate binding code path.
DOFCON-19 fixed t...
Merge pull request #7 in TOOL/tools-dofconsole from bugfix/DOFCON-12-log-scrolling-locked to master* commit 'c91f4dd9511f9be815efd2fe3de86d16e0ce5342':
fixing .csproject file
added logPanel.Tag=Log and replaced DOFConsole.csproj with master one
replaced log panel with new widnows form components
Merge pull request #5 in TOOL/tools-dofconsole from bugfix/DOFCON-18-DOFCON-19-item-tree-node-issues to master* commit '8d5bef56373aea756ed25897bed68880bc4211a7':
DOFCON-18 item tree node now blackened when re-provided.
Merge pull request #4 in TOOL/tools-dofconsole from bugfix/DOFCON-17-update-to-use-unsigned-primitives to master* commit '629cb2ad022468cb540f91cfb694b3ac808abaa5':
DOFCON-17 use primitive unsigned types to match changes made to OAL.
Merge pull request #3 in TOOL/tools-dofconsole from bugfix/DOFCON-3-interface-repository-xml-schema to master* commit 'a6fbd3a0c15dd8e91ddc729806eaa789403fe2ae':
DOFCON-3 Removed support for 'reference' type. Now able to support interfaces that were not generated from XML.
DOFCON-3 added hyphen typeref, typeid and itemid attributes.