Skip to content

Commit 81d3e3d

Browse files
author
Antoine Levy-Lambert
committed
make build in gump
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@473021 13f79535-47bb-0310-9956-ffa450edef68
1 parent a0d03d9 commit 81d3e3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ limitations under the License.
9090
</target>
9191
<target name="dist" depends="compile,javadoc" description="Create binary distribution">
9292
<mkdir dir="${dist.home}"/>
93-
<copy file="${basedir}/LICENSE" todir="${dist.home}"/>
93+
<copy file="${basedir}/LICENSE.txt" todir="${dist.home}"/>
9494
<copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/>
9595
<antcall target="jar"/>
9696
</target>
9797
<target name="jar" depends="compile" description="Create jar">
9898
<mkdir dir="${dist.home}"/>
9999
<mkdir dir="${build.home}/classes/META-INF"/>
100-
<copy file="${basedir}/LICENSE" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
100+
<copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
101101
<jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/>
102102
</target>
103103
<target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">

0 commit comments

Comments
 (0)