[i18n] Add command in pom.xml to copy English help to Russian folder too
This commit is contained in:
parent
44415226ec
commit
6b296df30c
1 changed files with 3 additions and 0 deletions
|
|
@ -111,6 +111,9 @@
|
|||
<copy todir="src/main/webapp/help/en" failonerror="false">
|
||||
<fileset dir="../doc/src/user/en/html"/>
|
||||
</copy>
|
||||
<copy todir="src/main/webapp/help/ru" failonerror="false">
|
||||
<fileset dir="../doc/src/user/en/html"/>
|
||||
</copy>
|
||||
</tasks>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue