You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2006/11/21 15:44:50 UTC

svn commit: r477688 [1/4] - in /struts/sandbox/trunk/tiles: ./ src/site/ src/site/fml/ src/site/xdoc/ tiles-api/ tiles-api/src/main/java/org/apache/tiles/ tiles-api/src/main/java/org/apache/tiles/mgmt/ tiles-core/src/main/java/org/apache/tiles/ tiles-c...

Author: apetrelli
Date: Tue Nov 21 06:44:10 2006
New Revision: 477688

URL: http://svn.apache.org/viewvc?view=rev&rev=477688
Log:
SB-87
Added $Id$ keyword on top of files with Java-like comments as license header.

Modified:
    struts/sandbox/trunk/tiles/pom.xml
    struts/sandbox/trunk/tiles/src/site/fml/faq.fml
    struts/sandbox/trunk/tiles/src/site/site.xml
    struts/sandbox/trunk/tiles/src/site/xdoc/index.xml
    struts/sandbox/trunk/tiles/tiles-api/pom.xml
    struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentAttribute.java
    struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentContext.java
    struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesApplicationContext.java
    struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesContainer.java
    struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesException.java
    struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/MutableTilesContainer.java
    struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/TileDefinition.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/access/TilesAccess.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/MenuItem.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/SimpleMenuItem.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicComponentContext.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicTilesContextFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentListAttribute.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/MapEntry.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesContextFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContext.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContextWrapper.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedContextFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspTilesRequestContext.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspUtil.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspWriterResponse.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletApplicationScopeMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletInitParamMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamValuesMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletRequestScopeMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletSessionScopeMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesApplicationContext.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesRequestContext.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletApplicationScopeMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderValuesMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletInitParamMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamValuesMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletRequestScopeMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletSessionScopeMap.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesApplicationContext.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesRequestContext.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinition.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitions.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitionsImpl.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactoryException.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsReader.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/FactoryNotFoundException.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/NoSuchDefinitionException.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ReloadableDefinitionsFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/UrlDefinitionsFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/DigesterDefinitionsReader.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/TilesEntityResolver.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/ConfigurationNotSupportedException.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/filter/TilesFilter.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/mgmt/CachingTilesContainer.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/package.html
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/BasicPreparerFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/NoSuchPreparerException.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerException.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparer.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparerSupport.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/servlet/ServletContextAdapter.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/servlet/TilesServlet.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/AttributeTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/AttributeTagSupport.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/ComponentConstants.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/ContainerTagSupport.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/GetAsStringTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/ImportAttributeTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/InsertDefinitionTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/InsertTemplateTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutListTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutTagParent.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/RenderTagSupport.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/UseAttributeTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/definition/DefinitionTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/definition/DestroyContainerTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/definition/InitContainerTag.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/package.html
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/ClassUtil.java
    struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/package.html
    struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld
    struts/sandbox/trunk/tiles/tiles-core/src/site/site.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/access/TilesAccessTest.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/config/defs1.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/config/defs1_en_US.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/config/defs1_fr.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/config/defs2.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/config/defs3.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/config/invalid-defs.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/config/malformed-defs.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/config/temp-defs.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/config/tiles-defs.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContextTest.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/MockComponentDefinitions.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/MockDefinitionsReader.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/MockOnlyLocaleTilesContext.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/MockPublicUrlDefinitionsFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/TestComponentDefinition.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/TestComponentDefinitions.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/TestReloadableDefinitionsFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/TestUrlDefinitionsFactory.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/UrlDefinitionsFactoryTest.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/definition/digester/TestDigesterDefinitionsReader.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/TilesContainerFactoryTest.java
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/test-defs.xml
    struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/preparer/BasicPreparerFactoryTest.java
    struts/sandbox/trunk/tiles/tiles-documentation/project.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/channel/ChannelFactorySet.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/channel/SelectChannelAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/dynPortal/PortalPrefsForm.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/dynPortal/PortalSettings.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/dynPortal/RetrievePortalAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/dynPortal/SetPortalPrefsAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/invoice/Address.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/invoice/EditInvoiceAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/invoice/Invoice.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/invoice/InvoiceForm.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/lang/SelectLocaleAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/portal/MenuSettings.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/portal/MenuSettingsForm.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/portal/PortalCatalog.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/portal/PortalSettings.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/portal/PortalSettingsForm.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/portal/UserMenuAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/portal/UserMenuSettingsAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/portal/UserPortalAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/portal/UserPortalSettingsAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/rssChannel/Channels.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/rssChannel/RssChannelsAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/skin/DefinitionCatalog.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/skin/LayoutSettingsAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/skin/LayoutSettingsForm.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/skin/LayoutSwitchAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/skin/SimpleSwitchLayoutAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/template/DynTemplateAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/test/NoForward.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/test/TestActionTileAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/test/TestTileController.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/java/org/apache/struts/webapp/tiles/tutorial/ForwardExampleAction.java
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/struts-config.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/struts-doc-config.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/struts-examples-config.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/struts-tests-config.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/struts-tutorial-config.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/tiles-defs.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/tiles-doc-defs.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/tiles-examples-defs.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/tiles-tests-defs.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/tiles-tutorial-defs.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/tiles-tutorial-defs_de.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/tiles-tutorial-defs_fr.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/WEB-INF/web.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/common/footer.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/common/header.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/common/submenu.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/common/viewSrcBody.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/compatibilityChanges.html
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/comps2Tiles.html
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/download.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/extensionsTags.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/index.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/installation.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/overview.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/comments.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/documentation.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/download.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/features.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/news.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/nextFeatures.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/revisions.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/revisionsCont.html
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/strutsIntegration.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/tilesCompsTemplates.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/todo.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/portal/welcome.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/tilesTags.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/tutorial.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/tutorialStaticIndex.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/doc/userGuide.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/index.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/myMenuSettings.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/myPortal.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/myPortalSettings.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/portal.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/rssChannels.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/rssFeed/apacheweek-headlines.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/rssFeed/rss-example.xml
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/skinSettings.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/summariesTabs.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tabs.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/adminSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/body.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/componentsSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/footer.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/header.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/i18nSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/menuSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/multiChannelsSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myLayoutSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSettings.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myMenuSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalPrefs.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSettings.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/myPortalSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/mySkinSettings.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert1.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert2.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/advert3.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/login.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/messages.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/newsFeed.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/portalBody.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/stocks.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portal/whatsNew.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/portalSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelErrors.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannels.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/rssChannelsSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/examples/tiles/tabsSummary.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/index.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/classicLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/columnsLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layout/vboxLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/centerLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/classicLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/columnsLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/menu.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/nestedTabsLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/skin1/menuLeftLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/stylesheet.css
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/tabsLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/layouts/vboxLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/body.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/failpage.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/header.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/index.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/layoutTestIgnore.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/menu.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/quickOverview.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/showRequestUri.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testAll.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBackward.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testBasic.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testController.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testDefinitions.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testIgnore.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testInclude.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testList.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testRole.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testStrutsAction.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/helloBody.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/menu.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myFramesetLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicFramesetPage.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicPage.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/footer.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/header.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLinks.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLogo.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuSrc.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menuViewSrc.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/submenu.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrc.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBody.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBodyError.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/contentForm.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/footer.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/header.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitionTag.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/definitionsConfig.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/firstDefinitionPage.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/simpleBody.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/useDefinitionConfig.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynFramesetPage.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Channels.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Errors.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/index.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefTile.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefs.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/testChannels.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinition.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinitionTag.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/firstDefinition.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/failureBody.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/forwardBody.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/successBody.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/footer.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/header.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/frameset.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/index.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress2.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice2.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/index.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/lang/lang.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/classicLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/columnsLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/stylesheet.css
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/vboxLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/overloadDefinitionParameters.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/advert1.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/advert2.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/advert3.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/login.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/messages.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/newsFeed.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/personalLinks.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/portalBody.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/search.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/stocks.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portal/whatsNew.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/portalPage.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/strutsForward.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/test.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/test/header.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/test/myLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/test/templateLayout.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/test2.jsp
    struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/test3.jsp
    struts/sandbox/trunk/tiles/tiles-test/pom.xml
    struts/sandbox/trunk/tiles/tiles-test/src/main/java/org/apache/tiles/test/preparer/TestViewPreparer.java
    struts/sandbox/trunk/tiles/tiles-test/src/main/java/org/apache/tiles/test/servlet/IncludingServlet.java
    struts/sandbox/trunk/tiles/tiles-test/src/main/resources/org/apache/tiles/classpath-defs.xml
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/WEB-INF/tiles-defs.xml
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/body.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/classpath.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/header.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/layout.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/override.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/putallattributeslayout.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/putattributeslayout.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testdef.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testimportattribute.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testimportattribute_all.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_classpath.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags_includes_configured.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags_includes_configured_notype.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags_notype.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_inline.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_override.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_preparer_configured.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testput.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testput_servlet.jsp
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionNoTypeTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionNoTypeTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredCompositeDefinitionTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionFromClasspathTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionInlineTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionOverrideTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithConfiguredPreparerTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithPreparerTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/DefinitionTagTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagAllTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/InitContainerTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagWithServletTest.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/TestSuite.html
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/WelcomePageTest.html

Modified: struts/sandbox/trunk/tiles/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/pom.xml?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/pom.xml (original)
+++ struts/sandbox/trunk/tiles/pom.xml Tue Nov 21 06:44:10 2006
@@ -1,6 +1,8 @@
 <?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
@@ -18,7 +20,6 @@
  * specific language governing permissions and limitations
  * under the License.
  *
- * $Id$
  */
 -->
 

Modified: struts/sandbox/trunk/tiles/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/fml/faq.fml?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/src/site/fml/faq.fml (original)
+++ struts/sandbox/trunk/tiles/src/site/fml/faq.fml Tue Nov 21 06:44:10 2006
@@ -1,6 +1,8 @@
 <?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

Modified: struts/sandbox/trunk/tiles/src/site/site.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/site.xml?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/src/site/site.xml (original)
+++ struts/sandbox/trunk/tiles/src/site/site.xml Tue Nov 21 06:44:10 2006
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/xdoc/index.xml?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/src/site/xdoc/index.xml (original)
+++ struts/sandbox/trunk/tiles/src/site/xdoc/index.xml Tue Nov 21 06:44:10 2006
@@ -1,6 +1,8 @@
 <?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

Modified: struts/sandbox/trunk/tiles/tiles-api/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-api/pom.xml?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-api/pom.xml (original)
+++ struts/sandbox/trunk/tiles/tiles-api/pom.xml Tue Nov 21 06:44:10 2006
@@ -1,6 +1,8 @@
 <?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
@@ -18,7 +20,6 @@
  * specific language governing permissions and limitations
  * under the License.
  *
- * $Id$
  */
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentAttribute.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentAttribute.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentAttribute.java (original)
+++ struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentAttribute.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentContext.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentContext.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentContext.java (original)
+++ struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/ComponentContext.java Tue Nov 21 06:44:10 2006
@@ -1,3 +1,24 @@
+/*
+ * $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.
+ *
+ */
 package org.apache.tiles;
 
 import javax.servlet.jsp.PageContext;

Modified: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesApplicationContext.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesApplicationContext.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesApplicationContext.java (original)
+++ struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesApplicationContext.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesContainer.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesContainer.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesContainer.java (original)
+++ struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesContainer.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesException.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesException.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesException.java (original)
+++ struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesException.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/MutableTilesContainer.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/MutableTilesContainer.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/MutableTilesContainer.java (original)
+++ struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/MutableTilesContainer.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/TileDefinition.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/TileDefinition.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/TileDefinition.java (original)
+++ struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/TileDefinition.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/access/TilesAccess.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/access/TilesAccess.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/access/TilesAccess.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/access/TilesAccess.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/MenuItem.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/MenuItem.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/MenuItem.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/MenuItem.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/SimpleMenuItem.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/SimpleMenuItem.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/SimpleMenuItem.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/beans/SimpleMenuItem.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicComponentContext.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicComponentContext.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicComponentContext.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/BasicComponentContext.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

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=477688&r1=477687&r2=477688
==============================================================================
--- 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 Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentListAttribute.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentListAttribute.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentListAttribute.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentListAttribute.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/MapEntry.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/MapEntry.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/MapEntry.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/MapEntry.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesContextFactory.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesContextFactory.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesContextFactory.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesContextFactory.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContext.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContext.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContext.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContext.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContextWrapper.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContextWrapper.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContextWrapper.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/TilesRequestContextWrapper.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedContextFactory.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedContextFactory.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedContextFactory.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedContextFactory.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspTilesRequestContext.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspTilesRequestContext.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspTilesRequestContext.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspTilesRequestContext.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspUtil.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspUtil.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspUtil.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspUtil.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspWriterResponse.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspWriterResponse.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspWriterResponse.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/jsp/JspWriterResponse.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletApplicationScopeMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletApplicationScopeMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletApplicationScopeMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletApplicationScopeMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletInitParamMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletInitParamMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletInitParamMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletInitParamMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamValuesMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamValuesMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamValuesMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletParamValuesMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletRequestScopeMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletRequestScopeMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletRequestScopeMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletRequestScopeMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletSessionScopeMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletSessionScopeMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletSessionScopeMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletSessionScopeMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesApplicationContext.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesApplicationContext.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesApplicationContext.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/portlet/PortletTilesApplicationContext.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

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=477688&r1=477687&r2=477688
==============================================================================
--- 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 Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletApplicationScopeMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletApplicationScopeMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletApplicationScopeMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletApplicationScopeMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderValuesMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderValuesMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderValuesMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderValuesMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletInitParamMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletInitParamMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletInitParamMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletInitParamMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamValuesMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamValuesMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamValuesMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletParamValuesMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletRequestScopeMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletRequestScopeMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletRequestScopeMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletRequestScopeMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletSessionScopeMap.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletSessionScopeMap.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletSessionScopeMap.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletSessionScopeMap.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesApplicationContext.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesApplicationContext.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesApplicationContext.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletTilesApplicationContext.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

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=477688&r1=477687&r2=477688
==============================================================================
--- 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 Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinition.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinition.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinition.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinition.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitions.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitions.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitions.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitions.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitionsImpl.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitionsImpl.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitionsImpl.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitionsImpl.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactory.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactory.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactory.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactory.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactoryException.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactoryException.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactoryException.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsFactoryException.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsReader.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsReader.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsReader.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/DefinitionsReader.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/FactoryNotFoundException.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/FactoryNotFoundException.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/FactoryNotFoundException.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/FactoryNotFoundException.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/NoSuchDefinitionException.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/NoSuchDefinitionException.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/NoSuchDefinitionException.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/NoSuchDefinitionException.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ReloadableDefinitionsFactory.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ReloadableDefinitionsFactory.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ReloadableDefinitionsFactory.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ReloadableDefinitionsFactory.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/UrlDefinitionsFactory.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/UrlDefinitionsFactory.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/UrlDefinitionsFactory.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/UrlDefinitionsFactory.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/DigesterDefinitionsReader.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/DigesterDefinitionsReader.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/DigesterDefinitionsReader.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/DigesterDefinitionsReader.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/TilesEntityResolver.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/TilesEntityResolver.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/TilesEntityResolver.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/digester/TilesEntityResolver.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/ConfigurationNotSupportedException.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/ConfigurationNotSupportedException.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/ConfigurationNotSupportedException.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/ConfigurationNotSupportedException.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/filter/TilesFilter.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/filter/TilesFilter.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/filter/TilesFilter.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/filter/TilesFilter.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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

Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java?view=diff&rev=477688&r1=477687&r2=477688
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java (original)
+++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java Tue Nov 21 06:44:10 2006
@@ -1,4 +1,6 @@
 /*
+ * $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