You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/12/31 07:17:49 UTC

[ofbiz-framework] branch release18.12 updated: Documented: misc. trivial updates in README.adoc

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 61c2860  Documented: misc. trivial updates in README.adoc
61c2860 is described below

commit 61c28602c2cf1c8078fe502c978f9cb47fe0a228
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Thu Dec 30 20:59:34 2021 +0100

    Documented: misc. trivial updates in README.adoc
    
    Notably removes reference to SVN
    Updates link to README no longer on site but on https://nightlies.apache.org/ofbiz/
---
 README.adoc | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/README.adoc b/README.adoc
index 8e3faf7..c7657b4 100644
--- a/README.adoc
+++ b/README.adoc
@@ -26,8 +26,8 @@ image:https://github.com/apache/ofbiz-framework/actions/workflows/codeql-analysi
 
 
 If you are reading this file in AsciiDoc format you may want to see it in
-https://ci.apache.org/projects/ofbiz/site/next/readme/html5/README.html[HTML] 
-or https://ci.apache.org/projects/ofbiz/site/next/readme/pdf/README.pdf[PDF] format
+https://ci.apache.org/projects/ofbiz/site/stable/readme/html5/README.html[HTML] 
+or https://ci.apache.org/projects/ofbiz/site/stable/readme/pdf/README.pdf[PDF] format
 
 ---
 
@@ -655,9 +655,8 @@ If you need username and password to access the custom repository:
 [[pull-an-official-plugin-from-source-control]]
 === Pull an official plugin from source control
 
-Download an official plugin from source control (currently subversion) and place
-it in the plugins directory. In addition, this task also executes the "install"
-task if it is defined for the plugin being downloaded.
+Download an official plugin from source control and place it in the plugins directory. 
+In addition, this task also executes the "install" task if it is defined for the plugin being downloaded.
 
 This task is mostly useful when working on the trunk branch as it pulls in the
 latest version of a plugin.
@@ -665,15 +664,11 @@ latest version of a plugin.
 `gradlew pullPluginSource -PpluginId=ecommerce`
 
 ________________________________________________________________________________________
-_Note_: This plugin will have its own .svn directory placed inside the plugin
-directory.
-________________________________________________________________________________________
-
 [[pull-all-official-plugins-from-source-control]]
 === Pull all official plugins from source control
 
 Download all officially supported plugins from source control (currently
-subversion) and place them inclusive of their ".svn" directory in /plugins.
+subversion) and place them in /plugins.
 WARNING! This task deletes the /plugins directory and replaces it with the
 official plugins.
 
@@ -685,11 +680,6 @@ not recommend using this task on releases of OFBiz, instead consider using the
 "pullPlugin" task to get the correct version of a plugin compatible with your
 release.
 
-____________________________________________________________________________________
-_Note_: All the plugins will share a .svn directory placed in the plugins
-directory.
-____________________________________________________________________________________
-
 [[install-a-plugin]]
 === Install a plugin