Author: apetrelli Date: Thu Dec 14 05:12:08 2006 New Revision: 487203 URL: http://svn.apache.org/viewvc?view=rev&rev=487203 Log: Corrected Subversion properties, somehow they were messed-up.
Modified: struts/sandbox/trunk/tiles/LICENSE.txt (props changed) struts/sandbox/trunk/tiles/NOTICE.txt (props changed) struts/sandbox/trunk/tiles/tiles-api/LICENSE.txt (props changed) struts/sandbox/trunk/tiles/tiles-api/NOTICE.txt (props changed) struts/sandbox/trunk/tiles/tiles-api/pom.xml (props changed) struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentContext.java (props changed) struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesApplicationContext.java (props changed) struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesContainer.java (props changed) struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/access/TilesAccess.java (props changed) struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/MutableTilesContainer.java (props changed) struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/TileDefinition.java (props changed) struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/web/ComponentContextMutator.java (props changed) struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/web/TilesDecorationFilter.java (props changed) struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/web/TilesDispatchServlet.java (props changed) struts/sandbox/trunk/tiles/tiles-api/src/test/java/org/apache/tiles/access/TilesAccessTest.java (props changed) struts/sandbox/trunk/tiles/tiles-core/LICENSE.txt (props changed) struts/sandbox/trunk/tiles/tiles-core/NOTICE.txt (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicTilesContextFactory.java (contents, props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContext.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContextWrapper.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedContextFactory.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspTilesRequestContext.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspUtil.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspWriterResponse.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesRequestContext.java (contents, props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesRequestContext.java (contents, props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/ConfigurationNotSupportedException.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/filter/TilesDecorationFilter.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/mgmt/CachingTilesContainer.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/mgmt/DefinitionManager.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/BasicPreparerFactory.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/NoSuchPreparerException.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerException.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerFactory.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/servlet/ServletContextAdapter.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/AttributeTagSupport.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/ContainerTagSupport.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/GetAsStringTag.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/ImportAttributeTag.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutListTag.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutTag.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutTagParent.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/RenderTagSupport.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/UseAttributeTag.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/definition/DestroyContainerTag.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/ClassUtil.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/package.html (props changed) struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContextTest.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/TilesContainerFactoryTest.java (props changed) struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/test-defs.xml (props changed) struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/preparer/BasicPreparerFactoryTest.java (props changed) struts/sandbox/trunk/tiles/tiles-showcase/LICENSE.txt (props changed) struts/sandbox/trunk/tiles/tiles-showcase/NOTICE.txt (props changed) struts/sandbox/trunk/tiles/tiles-showcase/pom.xml (contents, props changed) struts/sandbox/trunk/tiles/tiles-test/LICENSE.txt (props changed) struts/sandbox/trunk/tiles/tiles-test/NOTICE.txt (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/java/org/apache/tiles/test/preparer/TestViewPreparer.java (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/resources/org/apache/tiles/classpath-defs.xml (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/classpath.jsp (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/putallattributeslayout.jsp (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testdecorationfilter.jsp (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testimportattribute_all.jsp (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinitcontainer.jsp (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_classpath.jsp (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer.jsp (props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer_configured.jsp (contents, props changed) struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testput_el.jsp (props changed) Propchange: struts/sandbox/trunk/tiles/LICENSE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/LICENSE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/NOTICE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/LICENSE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-api/LICENSE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-api/NOTICE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/pom.xml ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentContext.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesApplicationContext.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesContainer.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/access/TilesAccess.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/MutableTilesContainer.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/TileDefinition.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/web/ComponentContextMutator.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/web/TilesDecorationFilter.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/web/TilesDispatchServlet.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-api/src/test/java/org/apache/tiles/access/TilesAccessTest.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/LICENSE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-core/LICENSE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-core/NOTICE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicTilesContextFactory.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicTilesContextFactory.java?view=diff&rev=487203&r1=487202&r2=487203 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicTilesContextFactory.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicTilesContextFactory.java Thu Dec 14 05:12:08 2006 @@ -42,7 +42,7 @@ /** * Creates an instance of the appropriate TilesApplicationContext implementation. * - * @version $Rev: 405486 $ $Date$ + * @version $Rev$ $Date$ */ public class BasicTilesContextFactory implements TilesContextFactory { Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicTilesContextFactory.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContext.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContextWrapper.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedContextFactory.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspTilesRequestContext.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspUtil.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspWriterResponse.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesRequestContext.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesRequestContext.java?view=diff&rev=487203&r1=487202&r2=487203 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesRequestContext.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesRequestContext.java Thu Dec 14 05:12:08 2006 @@ -32,7 +32,7 @@ /** * Portlet-based TilesApplicationContext implementation. * - * @version $Rev: 405486 $ $Date$ + * @version $Rev$ $Date$ */ public class PortletTilesRequestContext extends PortletTilesApplicationContext implements TilesRequestContext { Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesRequestContext.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesRequestContext.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesRequestContext.java?view=diff&rev=487203&r1=487202&r2=487203 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesRequestContext.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesRequestContext.java Thu Dec 14 05:12:08 2006 @@ -35,7 +35,7 @@ /** * Servlet-bsed implementation of the TilesApplicationContext interface. * - * @version $Rev: 405486 $ $Date$ + * @version $Rev$ $Date$ */ public class ServletTilesRequestContext extends ServletTilesApplicationContext implements TilesRequestContext { Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesRequestContext.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/ConfigurationNotSupportedException.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/filter/TilesDecorationFilter.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/mgmt/CachingTilesContainer.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/mgmt/DefinitionManager.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/BasicPreparerFactory.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/NoSuchPreparerException.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerException.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerFactory.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/servlet/ServletContextAdapter.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/AttributeTagSupport.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/ContainerTagSupport.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/GetAsStringTag.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/ImportAttributeTag.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutListTag.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutTag.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutTagParent.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/RenderTagSupport.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/UseAttributeTag.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/definition/DestroyContainerTag.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/ClassUtil.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/package.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/package.html ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContextTest.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/TilesContainerFactoryTest.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/test-defs.xml ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/preparer/BasicPreparerFactoryTest.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-showcase/LICENSE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-showcase/LICENSE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-showcase/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-showcase/NOTICE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: struts/sandbox/trunk/tiles/tiles-showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-showcase/pom.xml?view=diff&rev=487203&r1=487202&r2=487203 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-showcase/pom.xml (original) +++ struts/sandbox/trunk/tiles/tiles-showcase/pom.xml Thu Dec 14 05:12:08 2006 @@ -1,182 +1,182 @@ -<?xml version="1.0"?> -<!-- -/* - * $Id: pom.xml 477688 2006-11-21 14:44:10Z apetrelli $ - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - * - */ ---> - -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <parent> - <groupId>org.apache.struts.tiles</groupId> - <artifactId>tiles-parent</artifactId> - <version>2.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>tiles-showcase</artifactId> - <packaging>war</packaging> - <name>Tiles Showcase web application</name> - - <dependencies> - <dependency> - <groupId>${pom.groupId}</groupId> - <artifactId>tiles-core</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.4</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <version>2.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <version>1.1.2</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>taglibs</groupId> - <artifactId>standard</artifactId> - <version>1.1.2</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>struts</groupId> - <artifactId>struts</artifactId> - <version>1.2.9</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>2.0.2-SNAPSHOT</version> - <configuration> - <webResources> - <resource> - <directory>.</directory> - <targetPath>META-INF</targetPath> - <includes> - <include>LICENSE.txt</include> - <include>NOTICE.txt</include> - </includes> - </resource> - </webResources> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.cargo</groupId> - <artifactId>cargo-maven2-plugin</artifactId> - <configuration> - <container> - <containerId>tomcat5x</containerId> - <home>${cargo.tomcat5x.home}</home> - <log>${project.build.directory}/tomcat5x.log</log> - <output>${project.build.directory}/tomcat5x.out</output> - </container> - <configuration> - <home>${project.build.directory}/tomcat5x</home> - </configuration> - </configuration> - </plugin> - </plugins> - <finalName>${pom.artifactId}</finalName> - </build> - - <profiles> - <profile> - <id>selenium</id> - <activation> - <property> - <name>selenium</name> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dependency-maven-plugin</artifactId> - <executions> - <execution> - <id>unpack-selenium</id> - <phase>generate-resources</phase> - <goals> - <goal>unpack</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>org.openqa.selenium.core</groupId> - <artifactId>selenium-core</artifactId> - <version>0.8.1</version> - </artifactItem> - </artifactItems> - <outputDirectory>${project.build.directory}/selenium</outputDirectory> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>copy-selenium</id> - <phase>process-resources</phase> - <configuration> - <tasks> - <copy todir="${project.build.directory}/${artifactId}/selenium/core"> - <fileset dir="${project.build.directory}/selenium/core"/> - </copy> - <copy todir="${project.build.directory}/${artifactId}/selenium/tests"> - <fileset dir="src/test/selenium"/> - </copy> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - <repositories> - <repository> - <id>OpenQA</id> - <url>http://maven.openqa.org</url> - </repository> - </repositories> - </profile> - </profiles> - - -</project> +<?xml version="1.0"?> +<!-- +/* + * $Id$ + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <parent> + <groupId>org.apache.struts.tiles</groupId> + <artifactId>tiles-parent</artifactId> + <version>2.0-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <artifactId>tiles-showcase</artifactId> + <packaging>war</packaging> + <name>Tiles Showcase web application</name> + + <dependencies> + <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>tiles-core</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + <version>2.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jstl</artifactId> + <version>1.1.2</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>taglibs</groupId> + <artifactId>standard</artifactId> + <version>1.1.2</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>struts</groupId> + <artifactId>struts</artifactId> + <version>1.2.9</version> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>2.0.2-SNAPSHOT</version> + <configuration> + <webResources> + <resource> + <directory>.</directory> + <targetPath>META-INF</targetPath> + <includes> + <include>LICENSE.txt</include> + <include>NOTICE.txt</include> + </includes> + </resource> + </webResources> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.cargo</groupId> + <artifactId>cargo-maven2-plugin</artifactId> + <configuration> + <container> + <containerId>tomcat5x</containerId> + <home>${cargo.tomcat5x.home}</home> + <log>${project.build.directory}/tomcat5x.log</log> + <output>${project.build.directory}/tomcat5x.out</output> + </container> + <configuration> + <home>${project.build.directory}/tomcat5x</home> + </configuration> + </configuration> + </plugin> + </plugins> + <finalName>${pom.artifactId}</finalName> + </build> + + <profiles> + <profile> + <id>selenium</id> + <activation> + <property> + <name>selenium</name> + </property> + </activation> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>dependency-maven-plugin</artifactId> + <executions> + <execution> + <id>unpack-selenium</id> + <phase>generate-resources</phase> + <goals> + <goal>unpack</goal> + </goals> + <configuration> + <artifactItems> + <artifactItem> + <groupId>org.openqa.selenium.core</groupId> + <artifactId>selenium-core</artifactId> + <version>0.8.1</version> + </artifactItem> + </artifactItems> + <outputDirectory>${project.build.directory}/selenium</outputDirectory> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <execution> + <id>copy-selenium</id> + <phase>process-resources</phase> + <configuration> + <tasks> + <copy todir="${project.build.directory}/${artifactId}/selenium/core"> + <fileset dir="${project.build.directory}/selenium/core"/> + </copy> + <copy todir="${project.build.directory}/${artifactId}/selenium/tests"> + <fileset dir="src/test/selenium"/> + </copy> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + <repositories> + <repository> + <id>OpenQA</id> + <url>http://maven.openqa.org</url> + </repository> + </repositories> + </profile> + </profiles> + + +</project> Propchange: struts/sandbox/trunk/tiles/tiles-showcase/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-showcase/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/LICENSE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-test/LICENSE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-test/NOTICE.txt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/java/org/apache/tiles/test/preparer/TestViewPreparer.java ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/resources/org/apache/tiles/classpath-defs.xml ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/classpath.jsp ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/putallattributeslayout.jsp ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testdecorationfilter.jsp ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testimportattribute_all.jsp ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinitcontainer.jsp ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_classpath.jsp ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer.jsp ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL Modified: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer_configured.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer_configured.jsp?view=diff&rev=487203&r1=487202&r2=487203 ============================================================================== --- struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer_configured.jsp (original) +++ struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer_configured.jsp Thu Dec 14 05:12:08 2006 @@ -1,26 +1,26 @@ -<%-- -/* - * $Id$ - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - * - */ ---%> -<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> - -<tiles:insertDefinition name="preparer.definition.configured"/> +<%-- +/* + * $Id$ + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ +--%> +<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> + +<tiles:insertDefinition name="preparer.definition.configured"/> Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer_configured.jsp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer_configured.jsp ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testput_el.jsp ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Thu Dec 14 05:12:08 2006 @@ -1 +1 @@ -Id Author Date Rev +Date Author Id Revision HeadURL