Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit f6a23b6

Browse files
committed
update build.xml
1 parent ce1f019 commit f6a23b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
</fileset>
574574
</copy>
575575

576-
<copy file="${commons-codec-1.9.jar}" todir="${jboss.home}/server/${server.name}/lib" overwrite="true"/>
576+
<copy file="${commons-codec-1.9.jar}" tofile="${jboss.home}/server/${server.name}/lib/commons-codec.jar" overwrite="true"/>
577577
<copy todir="${jboss.home}/server/${server.name}/lib" flatten="true" overwrite="true">
578578
<fileset dir="${ext_libdir}">
579579
<include name="aws-java-sdk/aws-java-sdk-1.0.004.jar" />

0 commit comments

Comments
 (0)