Skip to content

Commit 56c777a

Browse files
committed
Improved: trivial change in a comment
Changes from https://svn.apache.org/repos/infra/infrastructure/buildbot2/projects/ofbiz.py to https://github.com/apache/infrastructure-bb2/blob/master/ofbiz.py Also removes several end spaces (Eclipse automation).
1 parent 5a40cc1 commit 56c777a

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ under the License.
2222
[![Licence](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
2323
[![Version](https://img.shields.io/badge/Version-trunk-red.svg)](https://github.com/apache/ofbiz-framework)
2424

25-
[![Java CI with Gradle](https://github.com/apache/ofbiz-framework/actions/workflows/gradle.yml/badge.svg?branch=trunk)](https://github.com/apache/ofbiz-framework/actions/workflows/gradle.yml)
25+
[![Java CI with Gradle](https://github.com/apache/ofbiz-framework/actions/workflows/gradle.yml/badge.svg?branch=trunk)](https://github.com/apache/ofbiz-framework/actions/workflows/gradle.yml)
2626
[![CodeQL](https://github.com/apache/ofbiz-framework/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/ofbiz-framework/actions/workflows/codeql-analysis.yml)<!-- For the CodeQL badge to not get stuck on failing, you need to delete the last failing CodeQL workflow (AKA action)-->
27-
[![Build Status](https://ci2.apache.org/badges/ofbizTrunkFrameworkPlugins.svg)](https://ci2.apache.org/#/builders?tags=%2BofbizTrunkFrameworkPlugins)<!--For the BuildBot badge to not get stuck on failure, ALL builds of all branches handled by https://svn.apache.org/repos/infra/infrastructure/buildbot2/projects/ofbiz.py need to pass-->
27+
[![Build Status](https://ci2.apache.org/badges/ofbizTrunkFrameworkPlugins.svg)](https://ci2.apache.org/#/builders?tags=%2BofbizTrunkFrameworkPlugins)<!--For the BuildBot badge to not get stuck on failure, ALL builds of all branches handled by https://github.com/apache/infrastructure-bb2/blob/master/ofbiz.py need to pass-->
2828
[![services health](https://qpkb254zxeu.montastic.io/badge)](https://qpkb254zxeu.montastic.io)
2929

3030
[![Scorecard supply-chain security](https://github.com/apache/ofbiz-framework/actions/workflows/scorecard.yml/badge.svg)](https://github.com/apache/ofbiz-framework/actions/workflows/scorecard.yml)
@@ -47,19 +47,19 @@ For more details about OFBiz please visit the OFBiz Documentation page:
4747
## Notes
4848

4949
> **Note** -
50-
> If you want to use Eclipse, read the [Setup eclipse project for OFBiz](#setup-eclipse-project-for-ofbiz)
50+
> If you want to use Eclipse, read the [Setup eclipse project for OFBiz](#setup-eclipse-project-for-ofbiz)
5151
> section to set it up.
5252
5353
> **Note** -
54-
> If you want to use an external database like MySQL or PostgreSQL, read
54+
> If you want to use an external database like MySQL or PostgreSQL, read
5555
> the [Setup an external database](#setup-an-external-database-like-mysql-postgresql-etc) section.
5656
5757
> **Note** -
5858
> If you want to run OFBiz without an internet connection, read the
5959
> [Running gradle tasks without an internet connection](#running-gradle-tasks-without-an-internet-connection) section.
6060
6161
> **Note** -
62-
> The directory structure and repositories have changed. For more
62+
> The directory structure and repositories have changed. For more
6363
> information read the [Repository and directory structure](#repository-and-directory-structure) section.
6464
6565
> **Note** -
@@ -72,14 +72,14 @@ The only requirements to run OFBiz are
7272

7373
* to have the Java Development Kit (JDK) version 17 installed on your system
7474
(not just the JRE, but the full JDK) that you can download from the link below.
75-
Make sure to set the `$JAVA_HOME` environment variable.
76-
[JDK download](https://adoptopenjdk.net/).
75+
Make sure to set the `$JAVA_HOME` environment variable.
76+
[JDK download](https://adoptopenjdk.net/).
7777
[To know more about the JDK](https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244)
7878

7979
> **Warning** -
8080
> On Windows, do not install OFBiz in a directory whose path contains spaces.
8181
82-
* If on Windows, a Powershell version >= 7.1.3 installed that you can download from the below link.
82+
* If on Windows, a Powershell version >= 7.1.3 installed that you can download from the below link.
8383
[Powershell](https://github.com/PowerShell/PowerShell)
8484

8585

@@ -97,10 +97,10 @@ MS Windows: `init-gradle-wrapper`
9797
>
9898
> - If you encounter an error
9999
>> "Powershell is not recognized as an internal or external command, operable program or batch file"
100-
>
100+
>
101101
> follow the advice at: [https://s.apache.org/vdcv8](https://s.apache.org/vdcv8). If you want more details see: https://s.apache.org/urnju
102102
>
103-
> - If you run into problems, check the execution policy of PowerShell. See [https://s.apache.org/urnju](https://s.apache.org/urnju) for details.
103+
> - If you run into problems, check the execution policy of PowerShell. See [https://s.apache.org/urnju](https://s.apache.org/urnju) for details.
104104
> By setting the execution policy to "unrestricted", you'll be prompted to run the script once you run the init-gradle-wrapper command.
105105
106106
> **Note** -
@@ -672,7 +672,7 @@ It's able to handle branches switches
672672
> **Important** -
673673
> You need to use the last Git version, at least a 2.26 version
674674
675-
MS Windows: `pullPluginSource example`
675+
MS Windows: `pullPluginSource example`
676676
Unix-like OS: `./pullPluginSource.sh example`
677677

678678
### Pull all official plugins from source control
@@ -686,7 +686,7 @@ It's able to handle branches switches
686686
> **Important** -
687687
> You need to use the last Git version, at least a 2.26 version
688688
689-
MS Windows: `pullAllPluginsSource`
689+
MS Windows: `pullAllPluginsSource`
690690
Unix-like OS: `./pullAllPluginsSource.sh`
691691

692692

@@ -802,7 +802,7 @@ options:
802802

803803
* Search for the JDBC driver in [jcenter](https://bintray.com/bintray/jcenter) and
804804
place it in build.gradle dependencies e.g.
805-
`runtime 'mysql:mysql-connector-java:8.0.30'`
805+
`runtime 'mysql:mysql-connector-java:8.0.30'`
806806
OR
807807
* Download the JDBC driver jar and place it in $OFBIZ_HOME/lib or the lib
808808
sub-directory of any component

0 commit comments

Comments
 (0)