Просмотр исходного кода

Update default_build_script.adoc

Corrected failed escape \ to be a pass macro instead.
mitm001 9 лет назад
Родитель
Сommit
a2ecad8340
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/docs/asciidoc/sdk/default_build_script.adoc

+ 1 - 1
src/docs/asciidoc/sdk/default_build_script.adoc

@@ -72,4 +72,4 @@ Additionally, you can manually override the targets in the `*-impl.xml` files th
 
 Simply copy&paste a target from these files into the main build.xml and that will be run instead with all modifications.
 
-\* Don't edit the base `-impl.xml` files directly, if you deactivate and reactivate a deployment setting, the SDK resets these files, so you have to copy the whole target and its dependencies, else your build script will become invalid when you disable the deployment option.
+pass:[*] Don't edit the base `-impl.xml` files directly, if you deactivate and reactivate a deployment setting, the SDK resets these files, so you have to copy the whole target and its dependencies, else your build script will become invalid when you disable the deployment option.