Skip to content
Snippets Groups Projects
Commit 81191258 authored by felmer's avatar felmer
Browse files

LMS-2356 bug fixed

SVN: 21922
parent f6e522b7
No related branches found
No related tags found
No related merge requests found
......@@ -373,9 +373,9 @@
</fileset>
</copy>
<war warfile="${webapp.file}">
<fileset dir="${webapp.file}.unpacked"/>
<delete dir="${webapp.file}.unpacked"/>
<fileset dir="${webapp.file}.unpacked"/>
</war>
<delete dir="${webapp.file}.unpacked"/>
</target>
<target name="check-dictionary-syntax" description="Parse *-dictionary.js and check that the syntax is correct.">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment