crafterm 2002/10/02 18:29:06
Modified: xfc build.xml
Log:
Removed dependancies on meta from build.xml
Revision Changes Path
1.2 +0 -3 jakarta-avalon-excalibur/xfc/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xfc/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2 Oct 2002 17:32:27 -0000 1.1
+++ build.xml 3 Oct 2002 01:29:06 -0000 1.2
@@ -14,7 +14,6 @@
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
-<!-- <pathelement location="${excalibur-meta.jar}"/> -->
<pathelement location="${excalibur-cli.jar}"/>
<pathelement path="${java.class.path}"/>
</path>
@@ -32,7 +31,6 @@
<property name="cp" refid="test.class.path"/>
<target name="main" depends="jar" description="Build the project">
-<!-- <copy todir="${build.lib}" file="${excalibur-meta.jar}"/> -->
<copy todir="${build.lib}" file="${excalibur-cli.jar}"/>
<copy todir="${build.lib}" file="${avalon-framework.jar}"/>
<copy todir="${build.lib}" file="${xerces.jar}"/>
@@ -44,7 +42,6 @@
<target name="dependencies" description="Check dependencies"
unless="skip.dependencies">
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCommon"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkMeta"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCli"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>