rwaldhoff 2003/10/27 09:35:24
Modified: primitives build.xml
Log:
fix copyright year, junit version
Revision Changes Path
1.5 +4 -4 jakarta-commons/primitives/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/primitives/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 16 Oct 2003 20:48:17 -0000 1.4
+++ build.xml 27 Oct 2003 17:35:24 -0000 1.5
@@ -19,8 +19,8 @@
<!-- The directory containing your binary distribution of JUnit,
- version 3.7 or later -->
- <property name="junit.home" value="/usr/local/junit3.7"/>
+ version 3.8.1 or later -->
+ <property name="junit.home" value="/usr/local/junit3.8.1"/>
<!-- ========== Derived Values ============================================ -->
@@ -197,7 +197,7 @@
version="true"
doctitle="<h1>${component.title}</h1>"
windowtitle="${component.title} (Version ${component.version})"
- bottom="Copyright (c) 2003 - Apache Software Foundation">
+ bottom="Copyright (c) 2002-2003 - Apache Software Foundation">
<classpath refid="compile.classpath"/>
</javadoc>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]