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

LMS-1870 target compile-gwt-module: not deleting JAR files

SVN: 18609
parent 0b59f24e
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,11 @@ ...@@ -309,7 +309,11 @@
qualified name of the module. qualified name of the module.
--> -->
<target name="compile-gwt-module"> <target name="compile-gwt-module">
<delete dir="${webapp.dist}" /> <delete dir="${webapp.dist}" >
<fileset>
<exclude name="*.jar"/>
</fileset>
</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}"
classname="com.google.gwt.dev.Compiler" fork="true"> classname="com.google.gwt.dev.Compiler" fork="true">
<jvmarg value="-Xmx1024M" /> <jvmarg value="-Xmx1024M" />
......
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