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 b76ee41 Documented: migrate help link to asciidoc developer manual
for Plugins dedicated for developer (OFBIZ-11587)
new 0d8efd4 Documented: ofbiz-plugins / ebayStore, migration for Help
docbook file to asciidoc (OFBIZ-11587)
new a321e5f Documented: migrate help link to asciidoc user manual for
Plugin EbayStore (OFBIZ-11587)
The 2 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:
docs/asciidoc/plugins-user-manual.adoc | 2 +
ebaystore/data/EbayStoreHelpData.xml | 55 +-----------
...Y_BlockItemOutStock.xml => HELP_EBAY_STORE.xml} | 11 +--
ebaystore/data/helpdata/HELP_EBAY_AutoPref.xml | 48 ----------
ebaystore/data/helpdata/HELP_EBAY_EbayStore.xml | 40 ---------
.../helpdata/HELP_EBAY_ExportCategoriesToEbay.xml | 26 ------
ebaystore/data/helpdata/HELP_EBAY_Feedback.xml | 39 --------
.../data/helpdata/HELP_EBAY_LeaveFeedback.xml | 39 --------
.../data/helpdata/HELP_EBAY_NewEbayAccount.xml | 43 ---------
.../data/helpdata/HELP_EBAY_ProductInventory.xml | 79 ----------------
.../data/helpdata/HELP_EBAY_ReserveProduct.xml | 32 -------
ebaystore/data/helpdata/HELP_EBAY_StoreSetting.xml | 52 -----------
ebaystore/documents/EbayStore.xml | 39 --------
ebaystore/src/docs/asciidoc/_include/ebs-main.adoc | 34 +++++++
.../asciidoc/_include/ebs-new-ebay-account.adoc | 27 +++---
.../asciidoc/_include/ebs-product-inventory.adoc | 70 +++++++++++++++
.../docs/asciidoc/_include/ebs-store-setting.adoc | 50 +++++++++++
ebaystore/src/docs/asciidoc/ebay-store.adoc | 100 +++++++++++++++++++++
ebaystore/widget/CommonScreens.xml | 5 +-
ebaystore/widget/EbayAccountScreens.xml | 12 +--
ebaystore/widget/EbaySellingManagerScreens.xml | 7 +-
ebaystore/widget/EbayStoreScreens.xml | 4 +
22 files changed, 298 insertions(+), 516 deletions(-)
rename ebaystore/data/{helpdata/HELP_EBAY_BlockItemOutStock.xml =>
HELP_EBAY_STORE.xml} (71%)
delete mode 100644 ebaystore/data/helpdata/HELP_EBAY_AutoPref.xml
delete mode 100644 ebaystore/data/helpdata/HELP_EBAY_EbayStore.xml
delete mode 100644 ebaystore/data/helpdata/HELP_EBAY_ExportCategoriesToEbay.xml
delete mode 100644 ebaystore/data/helpdata/HELP_EBAY_Feedback.xml
delete mode 100644 ebaystore/data/helpdata/HELP_EBAY_LeaveFeedback.xml
delete mode 100644 ebaystore/data/helpdata/HELP_EBAY_NewEbayAccount.xml
delete mode 100644 ebaystore/data/helpdata/HELP_EBAY_ProductInventory.xml
delete mode 100644 ebaystore/data/helpdata/HELP_EBAY_ReserveProduct.xml
delete mode 100644 ebaystore/data/helpdata/HELP_EBAY_StoreSetting.xml
delete mode 100644 ebaystore/documents/EbayStore.xml
create mode 100644 ebaystore/src/docs/asciidoc/_include/ebs-main.adoc
copy docs/asciidoc/plugins-developer-manual.adoc =>
ebaystore/src/docs/asciidoc/_include/ebs-new-ebay-account.adoc (58%)
create mode 100644
ebaystore/src/docs/asciidoc/_include/ebs-product-inventory.adoc
create mode 100644 ebaystore/src/docs/asciidoc/_include/ebs-store-setting.adoc
create mode 100644 ebaystore/src/docs/asciidoc/ebay-store.adoc