Skip to content

Commit

Permalink
Modify readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
shijh committed Jun 18, 2020
1 parent 61ce891 commit 6ea41fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/下。

代码修改是:

Expand Down

0 comments on commit 6ea41fa

Please sign in to comment.