You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/10/30 22:06:05 UTC

svn commit: rev 56072 - incubator/lenya/trunk/src/targets

Author: gregor
Date: Sat Oct 30 13:06:04 2004
New Revision: 56072

Modified:
   incubator/lenya/trunk/src/targets/dist-build.xml
Log:
excludes changed due to svn move and build refactoring

Modified: incubator/lenya/trunk/src/targets/dist-build.xml
==============================================================================
--- incubator/lenya/trunk/src/targets/dist-build.xml	(original)
+++ incubator/lenya/trunk/src/targets/dist-build.xml	Sat Oct 30 13:06:04 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: dist-build.xml,v 1.16 2004/06/11 14:15:23 roku Exp $ -->
+<!-- $Id$ -->
 
 <project name="dist">
 
@@ -109,9 +109,8 @@
 
     <copy todir="${dist.src.dir}">
       <fileset dir=".">
-        <exclude name="build.properties"/>
+        <exclude name="local.build.properties"/>
         <exclude name=".classpath"/>
-        <exclude name=".cvsignore"/>
         <exclude name=".project"/>
       </fileset>
     </copy>

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org