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

LMS-1870 bug in build.xml fixed

SVN: 18615
parent 6d5d064b
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,8 @@ ...@@ -309,7 +309,8 @@
qualified name of the module. qualified name of the module.
--> -->
<target name="compile-gwt-module"> <target name="compile-gwt-module">
<delete> <mkdir dir="${webapp.dist}"/>
<delete includeEmptyDirs="true">
<fileset dir="${webapp.dist}" excludes="*.jar"/> <fileset dir="${webapp.dist}" excludes="*.jar"/>
</delete> </delete>
<java classpath="${ecp}:${gwt.lib}/gwt-dev.jar:${gwt.user.lib}:../common/${sources}:../openbis/${sources}:${sources}" <java classpath="${ecp}:${gwt.lib}/gwt-dev.jar:${gwt.user.lib}:../common/${sources}:../openbis/${sources}:${sources}"
......
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