Skip to content

Commit ef3599d

Browse files
committed
Improved WAR creator (to ignore temp files in working dir)
1 parent 254878b commit ef3599d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jsondiscoverer.web/build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
<fileset dir="production">
4242
<exclude name="META-INF/**/*"/>
4343
<exclude name="WEB-INF/**/*"/>
44+
<exclude name="workingDir/**/*.xmi"/>
45+
<exclude name="workingDir/**/*.jpg"/>
46+
<exclude name="workingDir/**/*.ecore"/>
4447
</fileset>
4548
</war>
4649

0 commit comments

Comments
 (0)