You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by ba...@apache.org on 2009/01/04 09:21:58 UTC

svn commit: r731199 - /attic/site/build.xml

Author: bayard
Date: Sun Jan  4 00:21:58 2009
New Revision: 731199

URL: http://svn.apache.org/viewvc?rev=731199&view=rev
Log:
Removing more unnecessary parts from asf-site version

Modified:
    attic/site/build.xml

Modified: attic/site/build.xml
URL: http://svn.apache.org/viewvc/attic/site/build.xml?rev=731199&r1=731198&r2=731199&view=diff
==============================================================================
--- attic/site/build.xml (original)
+++ attic/site/build.xml Sun Jan  4 00:21:58 2009
@@ -75,7 +75,7 @@
 		<anakia basedir="${docs.src}" destdir="${docs.dest}/"
              extension=".html" style="./site.vsl"
              projectFile="stylesheets/project.xml"
-             excludes="**/stylesheets/** empty.xml"
+             excludes="**/stylesheets/**"
              includes="**/*.xml"
              lastModifiedCheck="${anakia.check.date}"
              templatePath="${docs.src}/stylesheets"
@@ -127,7 +127,7 @@
 
 	  <target name="clean-docs">
 	    <delete> 
-	    	<fileset dir="${docs.dest}" excludes=".svn/** ca/README dev/drafts/**"/>
+	    	<fileset dir="${docs.dest}" excludes=".svn/**"/>
 	    </delete>
 	  </target>