Skip to content

Commit 0c1ee1f

Browse files
committed
[CODEC-129] Use standard Maven directory layout. Remove commented out config. Also include resources for [CODEC-125] Implement a Beider-Morse phonetic matching codec.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1173302 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5c1963e commit 0c1ee1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ limitations under the License.
3131
<!-- ========== Construct unit test classpath ============================= -->
3232
<path id="test.classpath">
3333
<pathelement location="${build.home}/classes"/>
34+
<pathelement location="${resources.home}"/>
3435
<pathelement location="${build.home}/tests"/>
3536
<pathelement location="${junit.jar}"/>
3637
</path>
@@ -117,6 +118,7 @@ limitations under the License.
117118
<attribute name="X-Compile-Source-JDK" value="${compile.source}"/>
118119
<attribute name="X-Compile-Target-JDK" value="${compile.target}"/>
119120
</manifest>
121+
<fileset dir="${resources.home}"/>
120122
</jar>
121123
</target>
122124
<target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">

0 commit comments

Comments
 (0)