We don't have a rsrc/ directory any more, so that can go.

This commit is contained in:
Michael Bayne
2010-10-19 00:28:10 +00:00
parent 9d9c4e3e5e
commit f9619f0dc8
+3 -4
View File
@@ -26,10 +26,9 @@
<artifact:pom id="pom" file="pom.xml"/> <artifact:pom id="pom" file="pom.xml"/>
<artifact:dependencies pathId="classpath" pomRefId="pom"/> <artifact:dependencies pathId="classpath" pomRefId="pom"/>
<path id="test.classpath"> <path id="test.classpath">
<path refid="classpath"/> <path refid="classpath"/>
<pathelement location="${classes.dir}"/> <pathelement location="${classes.dir}"/>
<pathelement location="${tclasses.dir}"/> <pathelement location="${tclasses.dir}"/>
<pathelement location="${basedir}"/> <!-- for rsrc/ -->
</path> </path>
</target> </target>