diff --git a/README.md b/README.md index 16a98f2..4b599c9 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ The patches/ofbiz/cookie-name-slash.patch is to fix an error message on the auto **6. Why apply patches/kie/kie-wb-common-examples-screen-backend-7.17.0.Final.patch** -This patch is for [kie-wb-common-examples-screen-backend](https://github.com/kiegroup/kie-wb-common/tree/7.17.0.Final/kie-wb-common-screens/kie-wb-common-examples-screen/kie-wb-common-examples-screen-backend). A new system property org.kie.wb.common.examples.dir is added and has privilege to user.dir property. This is a minor change you can ignore and use user.dir directly. +This patch is for [kie-wb-common-examples-screen-backend](https://github.com/kiegroup/kie-wb-common/tree/7.17.0.Final/kie-wb-common-screens/kie-wb-common-examples-screen/kie-wb-common-examples-screen-backend). A new system property org.kie.wb.common.examples.dir is added and has privilege to user.dir property. This is a minor change you can ignore and use user.dir directly. If this patch is applied, a new kie-wb-common-examples-screen-backend-7.17.0.Final.jar will be built and deployed to webapp/business-central-7.17.0.Final/WEB-INF/lib/. The code changed is: diff --git a/docs/README_ZH.md b/docs/README_ZH.md index f52f7f8..f81febd 100644 --- a/docs/README_ZH.md +++ b/docs/README_ZH.md @@ -251,7 +251,7 @@ rootProject.jvmArguments.add('-Dorg.uberfire.nio.git.dir=runtime/drools') **6. 为什么打patches/kie/kie-wb-common-examples-screen-backend-7.17.0.Final.patch补丁** -这个补丁用于[kie-wb-common-examples-screen-backend](https://github.com/kiegroup/kie-wb-common/tree/7.17.0.Final/kie-wb-common-screens/kie-wb-common-examples-screen/kie-wb-common-examples-screen-backend),添加了一个新的系统属性org.kie.wb.common.examples.dir,它优先于user.dir属性。这是一个不重要的修改,你可以直接使用user.dir。 +这个补丁用于[kie-wb-common-examples-screen-backend](https://github.com/kiegroup/kie-wb-common/tree/7.17.0.Final/kie-wb-common-screens/kie-wb-common-examples-screen/kie-wb-common-examples-screen-backend),添加了一个新的系统属性org.kie.wb.common.examples.dir,它优先于user.dir属性。这是一个不重要的修改,你可以直接使用user.dir。如果使用这个补丁,会生成一个新的kie-wb-common-examples-screen-backend-7.17.0.Final.jar,并把它部署到webapp/business-central-7.17.0.Final/WEB-INF/lib/下。 代码修改是: