You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2008/02/04 20:34:11 UTC

svn commit: r618390 - in /tiles/site: ./ pom.xml

Author: apetrelli
Date: Mon Feb  4 11:34:10 2008
New Revision: 618390

URL: http://svn.apache.org/viewvc?rev=618390&view=rev
Log:
Added svn:ignore.
Added copying of Tiles 2.1 DTD file.

Modified:
    tiles/site/   (props changed)
    tiles/site/pom.xml

Propchange: tiles/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb  4 11:34:10 2008
@@ -0,0 +1,2 @@
+target
+.*

Modified: tiles/site/pom.xml
URL: http://svn.apache.org/viewvc/tiles/site/pom.xml?rev=618390&r1=618389&r2=618390&view=diff
==============================================================================
--- tiles/site/pom.xml (original)
+++ tiles/site/pom.xml Mon Feb  4 11:34:10 2008
@@ -79,6 +79,11 @@
                                     dest="${project.build.directory}/site/dtds/tiles-config_2_0.dtd"
                                     verbose="true"
                                     ignoreerrors="true"/>
+                                <get
+                                    src="http://svn.apache.org/repos/asf/tiles/framework/trunk/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_1.dtd"
+                                    dest="${project.build.directory}/site/dtds/tiles-config_2_1.dtd"
+                                    verbose="true"
+                                    ignoreerrors="true"/>
                             </tasks>
                         </configuration>
                         <goals>