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 2007/05/16 14:22:28 UTC

svn commit: r538558 - in /tiles/framework/trunk: tiles-core/pom.xml tiles-jsp/pom.xml

Author: apetrelli
Date: Wed May 16 05:22:28 2007
New Revision: 538558

URL: http://svn.apache.org/viewvc?view=rev&rev=538558
Log:
TILES-179
Now LICENSE and NOTICE files are only under META-INF directory.

Modified:
    tiles/framework/trunk/tiles-core/pom.xml
    tiles/framework/trunk/tiles-jsp/pom.xml

Modified: tiles/framework/trunk/tiles-core/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/pom.xml?view=diff&rev=538558&r1=538557&r2=538558
==============================================================================
--- tiles/framework/trunk/tiles-core/pom.xml (original)
+++ tiles/framework/trunk/tiles-core/pom.xml Wed May 16 05:22:28 2007
@@ -40,6 +40,10 @@
     <resources>
       <resource>
         <directory>src/main/resources</directory>
+        <excludes>
+          <exclude>LICENSE.txt</exclude>
+          <exclude>NOTICE.txt</exclude>
+        </excludes>
       </resource>
       <resource>
         <directory>src/main/resources</directory>

Modified: tiles/framework/trunk/tiles-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/pom.xml?view=diff&rev=538558&r1=538557&r2=538558
==============================================================================
--- tiles/framework/trunk/tiles-jsp/pom.xml (original)
+++ tiles/framework/trunk/tiles-jsp/pom.xml Wed May 16 05:22:28 2007
@@ -40,6 +40,10 @@
     <resources>
       <resource>
         <directory>src/main/resources</directory>
+        <excludes>
+          <exclude>LICENSE.txt</exclude>
+          <exclude>NOTICE.txt</exclude>
+        </excludes>
       </resource>
       <resource>
         <directory>src/main/resources</directory>