You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/10/10 03:55:38 UTC

svn commit: rev 54198 - forrest/trunk

Author: brondsem
Date: Sat Oct  9 18:55:37 2004
New Revision: 54198

Modified:
   forrest/trunk/build.xml
Log:
no extra etc/ for .tar.gz either

Modified: forrest/trunk/build.xml
==============================================================================
--- forrest/trunk/build.xml	(original)
+++ forrest/trunk/build.xml	Sat Oct  9 18:55:37 2004
@@ -126,7 +126,6 @@
         <include name="**/ant"/>
         <include name="**/forrest"/>
       </tarfileset>
-      <tarfileset prefix="${release-name-bin}/etc" dir="etc"/>
       <tarfileset prefix="${release-name-bin}" dir="etc" includes="RELEASE-NOTES-${version}.txt"/>
     </tar>
   </target>