donaldp 02/04/09 03:30:44
Modified: thread build.xml
Log:
Fix dependencies
Revision Changes Path
1.7 +2 -2 jakarta-avalon-excalibur/thread/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 8 Apr 2002 12:15:42 -0000 1.6
+++ build.xml 9 Apr 2002 10:30:44 -0000 1.7
@@ -15,7 +15,7 @@
<pathelement location="${build.classes}"/>
<pathelement location="${avalon-logkit.jar}"/>
<pathelement location="${avalon-framework.jar}"/>
- <pathelement location="${excalibur-lang.jar}"/>
+ <pathelement location="${excalibur-threadcontext.jar}"/>
<pathelement location="${excalibur-pool.jar}"/>
<pathelement location="${junit.jar}"/>
<pathelement location="${checkstyle.jar}"/>
@@ -35,7 +35,7 @@
<target name="dependencies" description="Check dependencies"
unless="skip.dependencies">
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCommon"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkLogkit"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkLang"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkThreadcontext"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkPool"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkFramework"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>