Remove unnecessary '\' character

This commit is contained in:
breandan 2015-07-30 09:37:32 -04:00
parent 20f55c386d
commit d2cc22a461

View File

@ -67,7 +67,7 @@ After that every time compilation is run in the test IDE, the build process wil
The build process has built-in self-cpu-profiling capabilities. To enable them do the following:
1. Copy `<ide-home>/lib/yjp-controller-api-redist.jar` and `<ide-home>/bin/yjpagent.\*` files to `<ide-system-dir>/compile-server`
1. Copy `<ide-home>/lib/yjp-controller-api-redist.jar` and `<ide-home>/bin/yjpagent.*` files to `<ide-system-dir>/compile-server`
2. In "Settings \| Compiler \| Additional compiler process VM options" field enter `-Dprofiling.mode=true`