Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.rst | 2016-11-07 | 2.1 kB | |
addonmanager-20161107-standalone.jar | 2016-11-07 | 12.2 MB | |
addonmanager-20161106-standalone.jar | 2016-11-06 | 12.2 MB | |
addonmanager-20141030.jar | 2014-10-30 | 10.7 MB | |
addonmanager-20141028.jar | 2014-10-28 | 10.7 MB | |
addonmanager-20141022.jar | 2014-10-22 | 10.7 MB | |
addonmanager-20141018.jar | 2014-10-17 | 10.7 MB | |
addonmanager-20141017.jar | 2014-10-16 | 10.7 MB | |
addonmanager-20140515.jar | 2014-05-15 | 10.7 MB | |
addonmanager-20140423.jar | 2014-04-23 | 7.7 MB | |
addonmanager-20140414.jar | 2014-04-14 | 7.7 MB | |
addonmanager-20140410.jar | 2014-04-10 | 7.7 MB | |
addonmanager-20140218.jar | 2014-03-25 | 7.7 MB | |
addonmanager-20131016.jar | 2014-02-18 | 7.4 MB | |
Totals: 14 Items | 126.9 MB | 0 |
Release notes :
- release 20161107
- force patchs merging process to use PatchService in revert mode to avoide genrating non pop patch
- release 20161106
- create a new Patch factory using external library for semantic diff and patch
- improve List-file command with a new option that print more detail about AddOn files
- release 20141029
-add missing implementation for method Node.isSameNode() -format previous add-element@attribute so that value does not contain the path at the beginning
- release 20141028
add name space looking up method to internal DOM implementation add NameSpaceContext to correctly handle file with name space awareness add new tags as identifiable node for forms files
- release 20141022
use internal XML parser to read and create XPP patch file for a better handling of spaces between attributes register XPP and DOP factories correctly depending on command line parameters continue enriching internal parser generated object for better compatibility with standard XERCS
- release 20141018
complete JUNIT tests for applying xpp patches, modify add-file update-file parameters to deprecate dop patch generation
- release 20141017
-add default resource off-line for development purpose(ivysettings.xml and default-exclude-filter.txt) -improve Built-in parser implementation to make its produced DOM element usable by external libraries -Implement xml patch and diff process using Xpath operation implemented are:
-adding a new element or a new attribute -removal of an existing element or attribute -update the value of an existing attribute
-Implement test case for XPath diff process (for patch process wait next commits) -When -d dop is used, adm will try to produce xpp patch instead of dop patch
release 20140423
- add info command to print an addon summary information like ofbiz-version & co
release 20140414
- minor bug correction -d option did'nt work since last commit, all is ok now
release 20140410
- add the opatch format : conditional patch