We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a368a0 commit b035091Copy full SHA for b035091
build.xml
@@ -35,6 +35,8 @@
35
<target name="clean-backend">
36
<delete dir="${bin-dir}" />
37
<delete file="${target-dir}/backend.war" />
38
+ <delete file="${deploymentdir}/backend.war" />
39
+ <delete dir="${deploymentdir}/backend" />
40
</target>
41
42
<target name="compile-backend">
@@ -430,6 +432,7 @@
430
432
431
433
<metainf file="${editor-build-root}/LICENSE"/>
434
<metainf file="${editor-build-root}/LIBRARIES"/>
435
+ <metainf file="etc/context.xml"/>
436
<metainf file="${editor-build-root}/VERSION"/>
437
</war>
438
0 commit comments