Author: ggregory
Date: Tue Sep 20 18:51:05 2011
New Revision: 1173302
URL: http://svn.apache.org/viewvc?rev=1173302&view=rev
Log:
[CODEC-129] Use standard Maven directory layout. Remove commented out config.
Also include resources for [CODEC-125] Implement a Beider-Morse phonetic
matching codec.
Modified:
commons/proper/codec/trunk/build.xml
Modified: commons/proper/codec/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/build.xml?rev=1173302&r1=1173301&r2=1173302&view=diff
==============================================================================
--- commons/proper/codec/trunk/build.xml (original)
+++ commons/proper/codec/trunk/build.xml Tue Sep 20 18:51:05 2011
@@ -31,6 +31,7 @@ limitations under the License.
<!-- ========== Construct unit test classpath
============================= -->
<path id="test.classpath">
<pathelement location="${build.home}/classes"/>
+ <pathelement location="${resources.home}"/>
<pathelement location="${build.home}/tests"/>
<pathelement location="${junit.jar}"/>
</path>
@@ -117,6 +118,7 @@ limitations under the License.
<attribute name="X-Compile-Source-JDK"
value="${compile.source}"/>
<attribute name="X-Compile-Target-JDK"
value="${compile.target}"/>
</manifest>
+ <fileset dir="${resources.home}"/>
</jar>
</target>
<target name="install-jar" depends="jar" description="--> Installs jar
file in ${lib.repo}">