Skip to content

Commit

Permalink
Packaging and Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed May 5, 2017
1 parent da92ae5 commit 1951ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</java>
<copy file="${build.dir}/web/resources/js/epics2web-${project.release.version}.min.js" toFile="${build.dir}/web/resources/js/epics2web.min.js"></copy>
<war destfile="${dist.war}" basedir="${build.dir}/web" webxml="${build.dir}/web/WEB-INF/web.xml">
<lib dir="${lib.dir}"/>
<lib dir="${lib.dir}" includes="*.jar"/>
<classes dir="${classes.dir}"/>
</war>
</target>
Expand Down

0 comments on commit 1951ab6

Please sign in to comment.