This is an automated email from the ASF dual-hosted git repository.
holivier pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git.
from a905d45 Improved: Rename a few map files (OFBIZ-11882)
new 7ecfaeb Documented: ofbiz-plugins / ebay, migration for Help docbook
file to asciidoc (OFBIZ-11587)
new 8f57d0c Documented: migrate help link to asciidoc user manual for
Plugin Ebay (OFBIZ-11587)
new b76ee41 Documented: migrate help link to asciidoc developer manual
for Plugins dedicated for developer (OFBIZ-11587)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../asciidoc/plugins-developer-manual.adoc | 26 ++++----
.../asciidoc/plugins-user-manual.adoc | 18 ++++--
ebay/data/EbayHelpData.xml | 65 +------------------
ebay/data/{helpdata => }/HELP_EBAY.xml | 19 +++---
ebay/data/helpdata/HELP_EBAY_AdvanceSearch.xml | 34 ----------
.../helpdata/HELP_EBAY_EditEbayConfiguration.xml | 47 --------------
ebay/data/helpdata/HELP_EBAY_Features.xml | 41 ------------
.../data/helpdata/HELP_EBAY_FindConfigurations.xml | 54 ----------------
ebay/data/helpdata/HELP_EBAY_KeywordSearch.xml | 48 --------------
.../helpdata/HELP_EBAY_ManageOrdersFromEbay.xml | 47 --------------
.../helpdata/HELP_EBAY_ProductsExportToEbay.xml | 57 ----------------
ebay/data/helpdata/HELP_EBAY_ShippingMethods.xml | 52 ---------------
ebay/data/helpdata/HELP_EBAY_eBayOrders.xml | 47 --------------
ebay/data/helpdata/HELP_EBAY_main.xml | 75 ----------------------
ebay/documents/Ebay.xml | 38 -----------
.../asciidoc/_include/ebay-ShippingMethods.adoc | 38 +++++++++++
.../asciidoc/_include/ebay-configurations.adoc | 55 ++++++++++++++++
.../asciidoc/_include/ebay-export-to-ebay.adoc | 59 +++++++++++++++++
.../ebay-filter-result-search-product.adoc | 37 +++++++++++
.../docs/asciidoc/_include/ebay-import-orders.adoc | 36 +++++++++++
.../_include/ebay-import-single-transaction.adoc | 37 +++++++++++
ebay/src/docs/asciidoc/_include/ebay-intro.adoc | 52 +++++++++++++++
.../asciidoc/_include/ebay-search-product.adoc | 17 +++--
ebay/src/docs/asciidoc/ebay.adoc | 50 +++++++++++++++
ebay/widget/CommonScreens.xml | 3 +-
ebay/widget/EbayScreens.xml | 22 +++++--
26 files changed, 435 insertions(+), 639 deletions(-)
copy ecommerce/template/order/CcInfo.ftl =>
docs/asciidoc/plugins-developer-manual.adoc (67%)
copy assetmaint/data/AssetMaintSeedData.xml =>
docs/asciidoc/plugins-user-manual.adoc (70%)
rename ebay/data/{helpdata => }/HELP_EBAY.xml (74%)
delete mode 100644 ebay/data/helpdata/HELP_EBAY_AdvanceSearch.xml
delete mode 100644 ebay/data/helpdata/HELP_EBAY_EditEbayConfiguration.xml
delete mode 100644 ebay/data/helpdata/HELP_EBAY_Features.xml
delete mode 100644 ebay/data/helpdata/HELP_EBAY_FindConfigurations.xml
delete mode 100644 ebay/data/helpdata/HELP_EBAY_KeywordSearch.xml
delete mode 100644 ebay/data/helpdata/HELP_EBAY_ManageOrdersFromEbay.xml
delete mode 100644 ebay/data/helpdata/HELP_EBAY_ProductsExportToEbay.xml
delete mode 100644 ebay/data/helpdata/HELP_EBAY_ShippingMethods.xml
delete mode 100644 ebay/data/helpdata/HELP_EBAY_eBayOrders.xml
delete mode 100644 ebay/data/helpdata/HELP_EBAY_main.xml
delete mode 100644 ebay/documents/Ebay.xml
create mode 100644 ebay/src/docs/asciidoc/_include/ebay-ShippingMethods.adoc
create mode 100644 ebay/src/docs/asciidoc/_include/ebay-configurations.adoc
create mode 100644 ebay/src/docs/asciidoc/_include/ebay-export-to-ebay.adoc
create mode 100644
ebay/src/docs/asciidoc/_include/ebay-filter-result-search-product.adoc
create mode 100644 ebay/src/docs/asciidoc/_include/ebay-import-orders.adoc
create mode 100644
ebay/src/docs/asciidoc/_include/ebay-import-single-transaction.adoc
create mode 100644 ebay/src/docs/asciidoc/_include/ebay-intro.adoc
copy assetmaint/data/AssetMaintSeedData.xml =>
ebay/src/docs/asciidoc/_include/ebay-search-product.adoc (54%)
create mode 100644 ebay/src/docs/asciidoc/ebay.adoc