Skip to content

Commit 9d2b337

Browse files
author
Niall Kegan Pemberton
committed
Fix the build I broke :( - thanks to Julius Davies
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@797358 13f79535-47bb-0310-9956-ffa450edef68
1 parent a07a2f4 commit 9d2b337

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,11 @@ limitations under the License.
4444
<target name="prepare" depends="init" description="Prepare build directory">
4545
<mkdir dir="${build.home}"/>
4646
<mkdir dir="${build.home}/classes"/>
47-
<mkdir dir="${build.home}/conf"/>
4847
<mkdir dir="${build.home}/tests"/>
4948
<mkdir dir="${build.home}/test-reports"/>
5049
</target>
5150
<target name="static" depends="prepare" description="Copy static files to build directory">
5251
<tstamp/>
53-
<copy todir="${build.home}/conf" filtering="on">
54-
<fileset dir="${conf.home}" includes="*.MF"/>
55-
</copy>
5652
</target>
5753
<target name="compile" depends="static" description="Compile shareable components">
5854
<javac srcdir="${source.home}" destdir="${build.home}/classes" debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}">

0 commit comments

Comments
 (0)