Skip to content

Commit 462d2df

Browse files
committed
2 parents 0c69cee + eedbaaf commit 462d2df

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
<target name="war" depends="compile" description="Build the WAR file">
147147
<antcall target="create-manifest" />
148148
<!-- Put logging configuration file into the classes directory -->
149-
<copy file="WebContent/WEB-INF/log4j.properties" todir="${classes.dir}" />
150-
<copy file="WebContent/WEB-INF/fits-service.properties" todir="${classes.dir}" />
149+
<copy file="log4j.properties" todir="${classes.dir}" />
150+
<copy file="fits-service.properties" todir="${classes.dir}" />
151151
<war destfile="${dist.dir}/${war.name}" webxml="WebContent/WEB-INF/web.xml"
152152
manifest="${manifest.dir}/${manifest.name}">
153153
<fileset dir="WebContent" />
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)