Hi! I seem to have lost karma for jakarta-avalon. Attached is a patch
for the build file.
Was loss of karma deliberate or just in translation from java-apache?
Charles
---------------------
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.37
diff -u -r1.37 build.xml
--- build.xml 2001/04/27 04:44:03 1.37
+++ build.xml 2001/04/27 11:03:31
@@ -227,7 +227,7 @@
deprecation="${deprecation}">
<classpath refid="project.class.path" />
<src path="${test.dir}"/>
- <exclude
name="org/apache/excalibur/datasource/J2eeDataSource.java"
+ <exclude
name="org/apache/avalon/excalibur/datasource/J2eeDataSource.java"
unless="j2ee.present"/>
</javac>
@@ -255,15 +255,15 @@
debug="${debug}"
optimize="${optimize}"
deprecation="${deprecation}">
- <include name="org/apache/excalibur/cli/*" />
+ <include name="org/apache/avalon/excalibur/cli/*" />
</javac>
</target>
<target name="jar-clutil" depends="compile-clutil">
<mkdir dir="${build.lib}"/>
<jar jarfile="${build.lib}/clutil.jar" basedir="${build.classes}">
- <include name="org/apache/excalibur/cli/*" />
- <exclude name="org/apache/excalibur/cli/test/*" />
+ <include name="org/apache/avalon/excalibur/cli/*" />
+ <exclude name="org/apache/avalon/excalibur/cli/test/*" />
</jar>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]