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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]