[i18n] Add command in pom.xml to copy English help to Russian folder too

This commit is contained in:
Manuel Rego Casasnovas 2011-08-30 13:33:09 +02:00
parent 44415226ec
commit 6b296df30c

View file

@ -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>