Explorar el Código

Update default_build_script.adoc

Corrected failed escape \ to be a pass macro instead.
mitm001 hace 9 años
padre
commit
a2ecad8340
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.
 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.