Author: wsmoak
Date: Mon Jan  2 17:51:27 2006
New Revision: 365514

URL: http://svn.apache.org/viewcvs?rev=365514&view=rev
Log:
Exclude the new org.apache.shale.remoting package from Spring and Tiles.

Modified:
    struts/shale/trunk/build/spring/project.xml
    struts/shale/trunk/build/tiles/project.xml

Modified: struts/shale/trunk/build/spring/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/project.xml?rev=365514&r1=365513&r2=365514&view=diff
==============================================================================
--- struts/shale/trunk/build/spring/project.xml (original)
+++ struts/shale/trunk/build/spring/project.xml Mon Jan  2 17:51:27 2006
@@ -2,7 +2,7 @@
 
 <!--
 
- Copyright 2004-2005 The Apache Software Foundation.
+ Copyright 2004-2006 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.
@@ -45,6 +45,7 @@
           <exclude>org/apache/shale/dialog/**</exclude>
           <exclude>org/apache/shale/faces/**</exclude>
           <exclude>org/apache/shale/remote/**</exclude>
+          <exclude>org/apache/shale/remoting/**</exclude>
           <exclude>org/apache/shale/renderer/**</exclude>
           <exclude>org/apache/shale/resources/**</exclude>
           <exclude>org/apache/shale/taglib/**</exclude>

Modified: struts/shale/trunk/build/tiles/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/tiles/project.xml?rev=365514&r1=365513&r2=365514&view=diff
==============================================================================
--- struts/shale/trunk/build/tiles/project.xml (original)
+++ struts/shale/trunk/build/tiles/project.xml Mon Jan  2 17:51:27 2006
@@ -2,7 +2,7 @@
 
 <!--
 
- Copyright 2004-2005 The Apache Software Foundation.
+ Copyright 2004-2006 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.
@@ -45,6 +45,7 @@
           <exclude>org/apache/shale/dialog/**</exclude>
           <exclude>org/apache/shale/faces/**</exclude>
           <exclude>org/apache/shale/remote/**</exclude>
+          <exclude>org/apache/shale/remoting/**</exclude>
           <exclude>org/apache/shale/renderer/**</exclude>
           <exclude>org/apache/shale/resources/**</exclude>
           <exclude>org/apache/shale/spring/**</exclude>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to