Author: wsmoak Date: Wed Oct 26 20:18:29 2005 New Revision: 328774 URL: http://svn.apache.org/viewcvs?rev=328774&view=rev Log: Modified build to include DTD, LICENSE and NOTICE. Added resources directory for DTD (which will be moved from core.)
Added: struts/tiles/trunk/src/resource/org/apache/struts/resources/ Modified: struts/tiles/trunk/project.xml Modified: struts/tiles/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/project.xml?rev=328774&r1=328773&r2=328774&view=diff ============================================================================== --- struts/tiles/trunk/project.xml (original) +++ struts/tiles/trunk/project.xml Wed Oct 26 20:18:29 2005 @@ -2,7 +2,7 @@ <project> <!-- /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -66,6 +66,7 @@ <directory>src/resource</directory> <includes> <include>**/*.xml</include> + <include>**/*.dtd</include> </includes> <filtering>false</filtering> </resource> @@ -75,6 +76,13 @@ <include>**/*.tld</include> </includes> <targetPath>META-INF/tlds</targetPath> + </resource> + <resource> + <directory>build</directory> + <includes> + <include>LICENSE.txt</include> + <include>NOTICE.txt</include> + </includes> </resource> </resources> </build> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]