[cvs] eforum commit by mtraum: fix xmldocs filename case issue

JCorporate Ltd jcorp at jcorp2.servlets.net
Fri Nov 19 12:19:19 PST 2004


Log Message:
-----------
fix xmldocs filename case issue

Modified Files:
--------------
    eforum:
        build.xml

Revision Data
-------------
Index: build.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/eforum/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lbuild.xml -Lbuild.xml -u -r1.14 -r1.15
--- build.xml
+++ build.xml
@@ -306,7 +306,7 @@
 -->
 		<!-- Build the changelog -->
 		<java classname="org.apache.xalan.xslt.Process" classpath="${buildclasspath}" maxmemory="64m" failonerror="true" fork="true">
-			<arg line="-IN ${eforum.doc}/changelog.xml -OUT ${eforum.doc}/changelog.html"/>
+			<arg line="-IN ${eforum.doc}/ChangeLog.xml -OUT ${eforum.doc}/changelog.html"/>
 		</java>
 	</target>
 	<!--


More information about the cvs mailing list