Author: gvanmatre
Date: Tue Oct 11 19:03:39 2005
New Revision: 314751
URL: http://svn.apache.org/viewcvs?rev=314751&view=rev
Log:
Renamed the base Clay config file to be more descriptive in the event that
other JSF component libraries wanted to package in clay meta-component
definitions for contained resources.
Added:
struts/shale/trunk/clay-plugin/src/conf/clay-config.xml
- copied unchanged from r313322,
struts/shale/trunk/clay-plugin/src/conf/view-config.xml
Removed:
struts/shale/trunk/clay-plugin/src/conf/view-config.xml
Modified:
struts/shale/trunk/clay-plugin/build.xml
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/Globals.java
Modified: struts/shale/trunk/clay-plugin/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/build.xml?rev=314751&r1=314750&r2=314751&view=diff
==============================================================================
--- struts/shale/trunk/clay-plugin/build.xml (original)
+++ struts/shale/trunk/clay-plugin/build.xml Tue Oct 11 19:03:39 2005
@@ -146,7 +146,7 @@
</copy>
<copy todir="${build.home}/classes/META-INF">
<fileset dir="src/conf"
- includes="*.tld faces-config.xml view-config.xml"/>
+ includes="*.tld faces-config.xml clay-config.xml"/>
</copy>
</target>
Modified:
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/Globals.java
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/Globals.java?rev=314751&r1=314750&r2=314751&view=diff
==============================================================================
---
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/Globals.java
(original)
+++
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/Globals.java
Tue Oct 11 19:03:39 2005
@@ -92,7 +92,7 @@
* components.
*</p>
*/
- public static final String DEFAULT_CLAY_CONFIG_FILE =
"META-INF/view-config.xml";
+ public static final String DEFAULT_CLAY_CONFIG_FILE =
"META-INF/clay-config.xml";
/**
* <p>The literal string used to identify that a clay subtree should be
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]