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

tkobayas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


The following commit(s) were added to refs/heads/main by this push:
     new d1a67628e7 De-duplicate README.md (#6285)
d1a67628e7 is described below

commit d1a67628e76bfa3b983a6e06b59604eb311be483
Author: Andrew Watson <[email protected]>
AuthorDate: Mon Mar 24 06:24:06 2025 -0300

    De-duplicate README.md (#6285)
    
    Remove duplicated text from README.md
---
 README.md | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/README.md b/README.md
index 00110beaed..f3c98171d1 100644
--- a/README.md
+++ b/README.md
@@ -48,41 +48,6 @@ The following two commands will execute tests on machine 
with locale different t
 1. `make test -Ptest-en`
 2. `make test -DTestEn`
 
-
-
-
-
-An open source rule engine, [DMN engine](https://drools.org/learn/dmn.html) 
and complex event processing (CEP) engine for Java™ and the JVM Platform.
-
-Drools is a business rule management system with a forward-chaining and 
backward-chaining inference based rules engine, allowing fast and reliable 
evaluation of business rules and complex event processing. A rule engine is 
also a fundamental building block to create an expert system which, in 
artificial intelligence, is a computer system that emulates the decision-making 
ability of a human expert.
-
-Be sure to check out the Drools' project [website](https://drools.org) and 
[documentation](https://drools.org/learn/documentation.html)!
-
-Developing Drools and jBPM
-==========================
-
-**If you want to build or contribute to a kiegroup project, [read this 
document](https://github.com/kiegroup/droolsjbpm-build-bootstrap/blob/main/README.md).**
 
-
-**It will save you and us a lot of time by setting up your development 
environment correctly.**
-It solves all known pitfalls that can disrupt your development.
-It also describes all guidelines, tips and tricks.
-If you want your pull requests (or patches) to be merged, please respect those 
guidelines.
-
-
-Test execution tip
-==================
-
-Some test are meant to be executed on machine with _en_US_ locale.
-A specific profile is provided to execute them on machines with different 
locale, namely `test-en`.
-There are two ways to activate such profile during maven build:
-1. `-Ptest-en` (profile-id based)
-2. `-DTestEn` (property based)
-
-The following two commands will execute tests on machine with locale different 
than _en_US_:
-
-1. `make test -Ptest-en`
-2. `make test -DTestEn`
-
 Documenting tips
 ================
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to