You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/03/08 23:25:54 UTC

svn commit: r384346 - in /struts/shale/trunk/build: remoting/project.xml spring/project.xml tiles/project.xml

Author: wsmoak
Date: Wed Mar  8 14:25:52 2006
New Revision: 384346

URL: http://svn.apache.org/viewcvs?rev=384346&view=rev
Log:
Exclude the new design-time code from spring, remoting, and tiles.

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

Modified: struts/shale/trunk/build/remoting/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/remoting/project.xml?rev=384346&r1=384345&r2=384346&view=diff
==============================================================================
--- struts/shale/trunk/build/remoting/project.xml (original)
+++ struts/shale/trunk/build/remoting/project.xml Wed Mar  8 14:25:52 2006
@@ -42,6 +42,7 @@
             <excludes>
                <exclude>org/apache/shale/application/**</exclude>
                <exclude>org/apache/shale/component/**</exclude>
+               <exclude>org/apache/shale/design/**</exclude>
                <exclude>org/apache/shale/dialog/**</exclude>
                <exclude>org/apache/shale/faces/**</exclude>
                <exclude>org/apache/shale/remote/**</exclude>

Modified: struts/shale/trunk/build/spring/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/project.xml?rev=384346&r1=384345&r2=384346&view=diff
==============================================================================
--- struts/shale/trunk/build/spring/project.xml (original)
+++ struts/shale/trunk/build/spring/project.xml Wed Mar  8 14:25:52 2006
@@ -42,6 +42,7 @@
         <excludes>
           <exclude>org/apache/shale/application/**</exclude>
           <exclude>org/apache/shale/component/**</exclude>
+          <exclude>org/apache/shale/design/**</exclude>
           <exclude>org/apache/shale/dialog/**</exclude>
           <exclude>org/apache/shale/faces/**</exclude>
           <exclude>org/apache/shale/remote/**</exclude>

Modified: struts/shale/trunk/build/tiles/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/tiles/project.xml?rev=384346&r1=384345&r2=384346&view=diff
==============================================================================
--- struts/shale/trunk/build/tiles/project.xml (original)
+++ struts/shale/trunk/build/tiles/project.xml Wed Mar  8 14:25:52 2006
@@ -42,6 +42,7 @@
         <excludes>
           <exclude>org/apache/shale/application/**</exclude>
           <exclude>org/apache/shale/component/**</exclude>
+          <exclude>org/apache/shale/design/**</exclude>
           <exclude>org/apache/shale/dialog/**</exclude>
           <exclude>org/apache/shale/faces/**</exclude>
           <exclude>org/apache/shale/remote/**</exclude>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org