Hello,

Here is a trivial patch for JJAR to fix build.xml in light of recent license changes.

--
Michael

Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-commons-sandbox/jjar/build.xml,v
retrieving revision 1.5
diff -u -u -r1.5 build.xml
--- build.xml   26 Aug 2001 16:21:40 -0000      1.5
+++ build.xml   1 Mar 2004 21:16:00 -0000
@@ -169,7 +169,7 @@
   <target name="dist" depends="compile,javadoc"
    description="Create binary distribution">
     <mkdir      dir="${dist.home}"/>
-    <copy      file="LICENSE"
+    <copy      file="LICENSE.txt"
               todir="${dist.home}"/>
 
     <!-- make a complete jar w/ the MinML2 SAX stuff -->

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to