[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- Felix integration inside Eclipse was last edited by clement.escoffier (12:26 AM). | http://cwiki.apache.org/confluence/display/FELIX/Felix+integration+inside+Eclipse Apache Qpid (qpid) http://cwiki.apache.org/confluence/display/qpid | |-Pages Added or Edited in This Space |-- Qpid Java Documentation was last edited by cctrieloff (02:12 PM). | http://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Documentation |-- Cpp Event Channel Design was created by aconway (08:11 AM). | http://cwiki.apache.org/confluence/display/qpid/Cpp+Event+Channel+Design |-- CppDesignDocs was created by aconway (07:44 AM). | http://cwiki.apache.org/confluence/display/qpid/CppDesignDocs |-- Qpid 'C++' Documentation was last edited by aconway (06:12 AM). | http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=28284 Apache Geronimo Project Management (GMOxPMGT) http://cwiki.apache.org/confluence/display/GMOxPMGT | |-Pages Added or Edited in This Space |-- index was last edited by hcunico (10:37 AM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/index Apache Geronimo v1.1 (GMOxDOC11) http://cwiki.apache.org/confluence/display/GMOxDOC11 | |-Pages Added or Edited in This Space |-- JBoss to Geronimo - JDBC Migration was last edited by [EMAIL PROTECTED] (08:35 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/JBoss+to+Geronimo+-+JDBC+Migration |-- index was last edited by hcunico (10:34 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/index |-- openejb-jar.xml was last edited by [EMAIL PROTECTED] (05:43 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/openejb-jar.xml |-- geronimo-web.xml was last edited by [EMAIL PROTECTED] (01:40 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/geronimo-web.xml Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-Pages Added or Edited in This Space |-- Tutorials was last edited by husted (05:46 PM). | http://cwiki.apache.org/confluence/display/WW/Tutorials Apache Ode (ODExSITE) http://cwiki.apache.org/confluence/display/ODExSITE | |-Pages Added or Edited in This Space |-- Eclipse IDE was last edited by prb (09:47 PM). | http://cwiki.apache.org/confluence/display/ODExSITE/Eclipse+IDE |-- Roadmap was last edited by boisvert (06:19 PM). | http://cwiki.apache.org/confluence/display/ODExSITE/Roadmap Apache Geronimo v1.0 (GMOxDOC10) http://cwiki.apache.org/confluence/display/GMOxDOC10 | |-Pages Added or Edited in This Space |-- index was last edited by hcunico (10:35 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC10/index Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- General i18n in Wicket was last edited by gwynevans (09:07 AM). | http://cwiki.apache.org/confluence/display/WICKET/General+i18n+in+Wicket |-- Wicket's XHTML tags was last edited by [EMAIL PROTECTED] (02:52 AM). | http://cwiki.apache.org/confluence/display/WICKET/Wicket%27s+XHTML+tags - CONFLUENCE INFORMATION This message is automatically generated by Confluence Unsubscribe or edit your notifications preferences http://cwiki.apache.org/confluence/users/viewnotifications.action If you think it was sent incorrectly contact one of the administrators http://cwiki.apache.org/confluence/administrators.action If you want more information on Confluence, or have a bug to report see http://www.atlassian.com/software/confluence
svn commit: r470345 - /struts/struts2/trunk/apps/pom.xml
Author: jmitchell Date: Thu Nov 2 04:11:47 2006 New Revision: 470345 URL: http://svn.apache.org/viewvc?view=rev&rev=470345 Log: fix pom scm locations Modified: struts/struts2/trunk/apps/pom.xml Modified: struts/struts2/trunk/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/pom.xml?view=diff&rev=470345&r1=470344&r2=470345 == --- struts/struts2/trunk/apps/pom.xml (original) +++ struts/struts2/trunk/apps/pom.xml Thu Nov 2 04:11:47 2006 @@ -38,6 +38,12 @@ showcase + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/ + + apache-site
svn commit: r470347 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java
Author: jmitchell Date: Thu Nov 2 04:13:48 2006 New Revision: 470347 URL: http://svn.apache.org/viewvc?view=rev&rev=470347 Log: fix a typo Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java?view=diff&rev=470347&r1=470346&r2=470347 == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Bean.java Thu Nov 2 04:13:48 2006 @@ -67,7 +67,7 @@ * * * This example instantiates a bean called SimpleCounter and sets the foo property (setFoo('BAR')). The - * SimpleCounter object is then pushed onto the Valuestack, which means that we can called its accessor methods (getFoo()) + * SimpleCounter object is then pushed onto the Valuestack, which means that we can call its accessor methods (getFoo()) * with the Property tag and get their values. * * In the above example, the id has been set to a value of counter. This means that the SimpleCounter class
svn commit: r470495 - in /struts/sandbox/trunk/tiles: tiles-api/src/main/java/org/apache/tiles/ tiles-core/src/main/java/org/apache/tiles/context/enhanced/ tiles-core/src/main/java/org/apache/tiles/co
Author: ddewolf Date: Thu Nov 2 11:57:00 2006 New Revision: 470495 URL: http://svn.apache.org/viewvc?view=rev&rev=470495 Log: Adding enhanced application context to provide classpath resource loading Added: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java (with props) struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/context/ struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/context/enhanced/ struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContextTest.java (with props) Modified: struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/TilesApplicationContext.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/servlet/ServletTilesApplicationContext.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/util/TilesUtilImpl.java 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=470495&r1=470494&r2=470495 == --- 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 Thu Nov 2 11:57:00 2006 @@ -20,6 +20,8 @@ import java.net.MalformedURLException; import java.net.URL; import java.util.Map; +import java.util.Set; +import java.io.IOException; /** * Defines a set of methods which tiles use to communicate to @@ -54,7 +56,7 @@ * @return the first located resource which matches the given path. * @throws java.net.MalformedURLException if the path is malformed */ -URL getResource(String path) throws MalformedURLException; +URL getResource(String path) throws IOException; /** * Return a URL for the application resource mapped to the specified path. @@ -63,5 +65,5 @@ * @return all resources which match the given path. * @throws java.net.MalformedURLException if the url is illegal */ -URL[] getResources(String path) throws MalformedURLException; +Set getResources(String path) throws IOException; } Added: 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=auto&rev=470495 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java (added) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedTilesApplicationContext.java Thu Nov 2 11:57:00 2006 @@ -0,0 +1,104 @@ +/* + * 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.context.enhanced; + +import org.apache.tiles.TilesApplicationContext; +import org.apache.commons.logging.LogFactory; +import org.apache.commons.logging.Log; + +import java.util.*; +import java.net.URL; +import java.io.IOException; + +/** + * ApplicationContext decorator used to provide + * enhancements to the standard context. + * + * Specifically, it provides: + * + * Ability to load resources from the classpath + * Ability to retrieve multiple resources of the same name + * + * + * Future features will include: + * + * Ability to utilize wildcards in resource pathcs + * + * + * @since Tiles 2.0 + * @vers
svn commit: r470500 [3/3] - in /struts/sandbox/trunk/tiles: tiles-api/src/main/java/org/apache/tiles/ tiles-core/src/main/java/org/apache/tiles/ tiles-core/src/main/java/org/apache/tiles/access/ tiles
Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/DefinitionsUtil.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/DefinitionsUtil.java?view=diff&rev=470500&r1=470499&r2=470500 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/DefinitionsUtil.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/DefinitionsUtil.java Thu Nov 2 12:11:00 2006 @@ -1,19 +1,21 @@ /* - * $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. * - * Copyright 1999-2004 The Apache Software Foundation. - * - * Licensed 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.util; Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/RequestUtils.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/RequestUtils.java?view=diff&rev=470500&r1=470499&r2=470500 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/RequestUtils.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/RequestUtils.java Thu Nov 2 12:11:00 2006 @@ -1,19 +1,21 @@ /* - * $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 * - * Copyright 1999-2004 The Apache Software Foundation. + * http://www.apache.org/licenses/LICENSE-2.0 * - * Licensed 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 + * 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. * - * 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.util; Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtil.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtil.java?view=diff&rev=470500&r1=470499&r2=470500 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtil.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtil.java Thu Nov 2 12:11:00 2006 @@ -1,19 +1,21 @@ /* - * $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 + * r
svn commit: r470504 - in /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles: servlet/TilesServlet.java taglib/InitDefinitionsTag.java util/DefinitionsUtil.java util/TilesUtil.java u
Author: ddewolf Date: Thu Nov 2 12:25:45 2006 New Revision: 470504 URL: http://svn.apache.org/viewvc?view=rev&rev=470504 Log: Getting rid of DefinitionsUtil; Setting up Preparers Removed: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/DefinitionsUtil.java Modified: 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/InitDefinitionsTag.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtil.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtilImpl.java Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/servlet/TilesServlet.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/servlet/TilesServlet.java?view=diff&rev=470504&r1=470503&r2=470504 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/servlet/TilesServlet.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/servlet/TilesServlet.java Thu Nov 2 12:25:45 2006 @@ -29,7 +29,6 @@ import org.apache.tiles.definition.DefinitionsFactory; import org.apache.tiles.definition.DefinitionsFactoryConfig; import org.apache.tiles.definition.DefinitionsFactoryException; -import org.apache.tiles.util.DefinitionsUtil; import org.apache.tiles.util.TilesUtil; import org.apache.tiles.util.TilesUtilImpl; @@ -186,6 +185,7 @@ TilesAccess.setApplicationContext(context, tilesContext); TilesUtil.setTilesUtil(new TilesUtilImpl(tilesContext)); initDefinitionsFactory(context, fconfig); +initPreparerFactory(); } catch (TilesException e) { saveExceptionMessage(config, e); throw new ServletException(e.getMessage(), e); @@ -242,12 +242,16 @@ // Create configurable impl try { -definitionFactory = DefinitionsUtil.createDefinitionsFactory( +definitionFactory = TilesUtil.createDefinitionsFactory( factoryConfig); } catch (DefinitionsFactoryException ex) { ex.printStackTrace(); throw new ServletException(ex.getMessage(), ex); } +} + +private void initPreparerFactory() { +TilesUtil.createPreparerFactory(); } Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/InitDefinitionsTag.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/InitDefinitionsTag.java?view=diff&rev=470504&r1=470503&r2=470504 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/InitDefinitionsTag.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/InitDefinitionsTag.java Thu Nov 2 12:25:45 2006 @@ -74,8 +74,6 @@ * Do start tag. */ public int doStartTag() throws JspException { -TilesApplicationContext tilesContext = -TilesAccess.getApplicationContext(pageContext.getServletContext()); DefinitionsFactory factory = TilesUtil.getDefinitionsFactory(); if (factory != null) { return SKIP_BODY; Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtil.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtil.java?view=diff&rev=470504&r1=470503&r2=470504 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtil.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtil.java Thu Nov 2 12:25:45 2006 @@ -22,6 +22,8 @@ import org.apache.tiles.TilesApplicationContext; import org.apache.tiles.TilesRequestContext; +import org.apache.tiles.preparer.PreparerFactory; +import org.apache.tiles.preparer.BasicPreparerFactory; import org.apache.tiles.definition.*; import javax.servlet.jsp.PageContext; @@ -165,6 +167,13 @@ } /** + * Get preparer factory + */ +public static PreparerFactory getPreparerFactory() { +return tilesUtilImpl.getPreparerFactory(); +} + +/** * Create Definition impl from specified configuration object. * Create a ConfigurableDefinitionsFactory and initialize it with the configuration * object. This later can contain the impl classname to use. @@ -212,4 +221,8 @@ tilesUtilImpl = new TilesUtilImpl(null); } +public static void createPreparerFactory() { +tilesUtilImpl.createPreparerFactor
svn commit: r470508 - /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.java
Author: ddewolf Date: Thu Nov 2 12:28:36 2006 New Revision: 470508 URL: http://svn.apache.org/viewvc?view=rev&rev=470508 Log: Getting rid of DefinitionsUtil; Setting up Preparers Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.java Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.java?view=diff&rev=470508&r1=470507&r2=470508 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.java Thu Nov 2 12:28:36 2006 @@ -95,6 +95,7 @@ TilesAccess.setApplicationContext(context, tilesContext); TilesUtil.setTilesUtil(new TilesUtilImpl(tilesContext)); initDefinitionsFactory(context, fconfig); +initPreparerFactory(); } catch (Exception ex) { saveExceptionMessage(event.getServletContext(), ex); @@ -168,6 +169,11 @@ throw new ServletException(ex.getMessage(), ex); } } + +private void initPreparerFactory() { +TilesUtil.createPreparerFactory(); +} + /**
svn commit: r470515 - in /struts/sandbox/trunk/tiles/tiles-core/src/main: java/org/apache/tiles/definition/ java/org/apache/tiles/impl/ java/org/apache/tiles/preparer/ java/org/apache/tiles/taglib/ ja
Author: ddewolf Date: Thu Nov 2 12:48:52 2006 New Revision: 470515 URL: http://svn.apache.org/viewvc?view=rev&rev=470515 Log: SB-61, SB-64; Removing preparerName and preparerType. Standardizing on Preparer Modified: 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/ComponentDefinitionsImpl.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/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/PreparerFactory.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/UrlViewPreparer.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/taglib/AttributeTag.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/BaseInsertTag.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/DefinitionTagSupport.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/util/TilesUtil.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/TilesUtilImpl.java struts/sandbox/trunk/tiles/tiles-core/src/main/resources/META-INF/tiles-core.tld 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=470515&r1=470514&r2=470515 == --- 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 Thu Nov 2 12:48:52 2006 @@ -22,10 +22,6 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.tiles.definition.ComponentAttribute; -import org.apache.tiles.preparer.UrlViewPreparer; -import org.apache.tiles.preparer.ViewPreparer; -import org.apache.tiles.util.RequestUtils; import java.io.Serializable; import java.util.HashMap; @@ -74,38 +70,11 @@ protected String preparer = null; /** - * Associated ViewPreparer typename, if preparerName defined. - * Can be PREPARER, ACTION or URL, or null. - */ -protected String preparerType = null; - -/** * Used for resolving inheritance. */ private boolean isVisited = false; /** - * ViewPreparer name type. - */ -public static final String URL = "url"; - -/** - * ViewPreparer name type. - */ -public static final String PREPARER = "preparer"; - -/** - * ViewPreparer name type. - */ -public static final String ACTION = "action"; - -/** - * ViewPreparer associated to Definition. - * Lazy creation : only on first request - */ -private ViewPreparer preparerInstance = null; - -/** * Constructor. */ public ComponentDefinition() { @@ -123,9 +92,7 @@ this.name = definition.getName(); this.path = definition.getPath(); this.role = definition.getRole(); -this.preparerInstance = definition.getPreparerInstance(); this.preparer = definition.getPreparer(); -this.preparerType = definition.getPreparerType(); } /** @@ -332,74 +299,22 @@ + path + ", role=" + role -+ ", preparer=" -+ preparer -+ ", preparerType=" -+ preparerType + ", preparerInstance=" -+ preparerInstance ++ preparer + ", attributes=" + attributes + "}\n"; } /** - * Get associated preparer type. - * Type denote a fully qualified classname. - */ -public String getPreparerType() { -return preparerType; -} - -/** - * Set associated preparer type. - * Type denote a fully qualified classname. - * - * @param preparerType Typeof associated preparer - */ -public void setPreparerType(String preparerType) {
svn commit: r470521 - in /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer: BasicPreparerFactory.java PreparerException.java PreparerFactory.java UrlViewPreparer.java View
Author: ddewolf Date: Thu Nov 2 13:06:46 2006 New Revision: 470521 URL: http://svn.apache.org/viewvc?view=rev&rev=470521 Log: Removing URLViewPreparer; Cleaning up JavaDocs for Preparers Removed: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/UrlViewPreparer.java Modified: 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/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 Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/BasicPreparerFactory.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/BasicPreparerFactory.java?view=diff&rev=470521&r1=470520&r2=470521 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/BasicPreparerFactory.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/BasicPreparerFactory.java Thu Nov 2 13:06:46 2006 @@ -31,6 +31,9 @@ * Default implementation of the [EMAIL PROTECTED] PreparerFactory}. * This factory provides no contextual configuration. It * simply instantiates the named preparerInstance and returns it. + * + * @since Tiles 2.0 + * @version $Rev$ */ public class BasicPreparerFactory implements PreparerFactory { Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerException.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerException.java?view=diff&rev=470521&r1=470520&r2=470521 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerException.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerException.java Thu Nov 2 13:06:46 2006 @@ -21,6 +21,16 @@ import org.apache.tiles.TilesException; +/** + * + * Thrown when an exception occurs while processing + * a prepare request. + * + * + * @since Tiles 2.0 + * @version $Rev$ + * + */ public class PreparerException extends TilesException { public PreparerException(String message) { Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerFactory.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerFactory.java?view=diff&rev=470521&r1=470520&r2=470521 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerFactory.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/PreparerFactory.java Thu Nov 2 13:06:46 2006 @@ -22,13 +22,17 @@ import org.apache.tiles.TilesRequestContext; /** + * * Factory interface used to create/retrieve instances of * the [EMAIL PROTECTED] ViewPreparer} interface. * + * + * * This factory provides an extension point into the default * tiles implementation. Implementors wishing to provide * per request initialization of the ViewPreparer (for instance) * may provide a custom prerparer. + * * * @verion $Id$ * @since 2.0 Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparer.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparer.java?view=diff&rev=470521&r1=470520&r2=470521 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparer.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparer.java Thu Nov 2 13:06:46 2006 @@ -23,9 +23,22 @@ import org.apache.tiles.TilesRequestContext; /** - * A preparerInstance is a piece of code called before rendering a jsp page. - * A preparerInstance can be associated to a tile. Seeor - * for association syntax. + * + * Executed prior to rendering a view. + * + * + * + * A view preparer is typically used to provide last minute + * translations of the data within the Component or Tiles Context. + * A preparer is not intended to replace the controller within an + * MVC architecture. + * + * + * See + * + * + * +
svn commit: r470522 - in /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles: ./ context/ impl/ preparer/ taglib/ taglib/util/
Author: ddewolf Date: Thu Nov 2 13:08:34 2006 New Revision: 470522 URL: http://svn.apache.org/viewvc?view=rev&rev=470522 Log: Moving ComponentContext out of the root package; Saving that space for api; Added: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentContext.java (contents, props changed) - copied, changed from r470500, struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/ComponentContext.java Removed: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/ComponentContext.java Modified: 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/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/taglib/AttributeTag.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/BaseInsertTag.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/UseAttributeTag.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/util/TagUtils.java Copied: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentContext.java (from r470500, struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/ComponentContext.java) URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentContext.java?view=diff&rev=470522&p1=struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/ComponentContext.java&r1=470500&p2=struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentContext.java&r2=470522 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/ComponentContext.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentContext.java Thu Nov 2 13:08:34 2006 @@ -18,9 +18,10 @@ * */ -package org.apache.tiles; +package org.apache.tiles.context; import org.apache.tiles.taglib.ComponentConstants; +import org.apache.tiles.TilesRequestContext; import javax.servlet.jsp.PageContext; import java.io.Serializable; Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentContext.java -- svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/ComponentContext.java -- svn:keywords = Date Author Id Revision HeadURL 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=470522&r1=470521&r2=470522 == --- 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 Thu Nov 2 13:08:34 2006 @@ -23,6 +23,7 @@ import org.apache.commons.logging.LogFactory; import org.apache.tiles.*; import org.apache.tiles.context.TilesContextFactory; +import org.apache.tiles.context.ComponentContext; import org.apache.tiles.definition.ComponentDefinition; import org.apache.tiles.definition.DefinitionsFactory; import org.apache.tiles.definition.DefinitionsFactoryException; Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparer.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparer.java?view=diff&rev=470522&r1=470521&r2=470522 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparer.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/preparer/ViewPreparer.java Thu Nov 2 13:08:34 2006 @@ -19,7 +19,7 @@ */ package org.apache.tiles.preparer; -import org.apache.tiles.ComponentContext; +import org.apache.tiles.context.ComponentContext; import org.apache.tiles.TilesRequestContext; /** Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/
svn commit: r470525 - in /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles: context/jsp/JspTilesRequestContext.java context/jsp/JspUtil.java taglib/BaseInsertTag.java
Author: ddewolf Date: Thu Nov 2 13:21:51 2006 New Revision: 470525 URL: http://svn.apache.org/viewvc?view=rev&rev=470525 Log: Slowly removing TilesUtil dependencies in order to move towards container Modified: 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/taglib/BaseInsertTag.java 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=470525&r1=470524&r2=470525 == --- 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 Thu Nov 2 13:21:51 2006 @@ -30,6 +30,7 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.jsp.PageContext; +import javax.servlet.jsp.JspException; import java.io.IOException; /** @@ -56,9 +57,7 @@ public void include(String path) throws TilesException { try { include(path, false); -} catch (IOException e) { -throw new TilesException(e); -} catch (ServletException e) { +} catch (JspException e) { throw new TilesException(e); } } @@ -71,10 +70,9 @@ * * @param path Uri or Definition name to forward. * @param flush If the writer should be flushed before the include - * @throws javax.servlet.ServletException - Thrown by call to pageContext.include() - * @throws java.io.IOException- Thrown by call to pageContext.include() + * @throws JspException if the underlying include fails */ -public void include(String path, boolean flush) throws IOException, ServletException { +public void include(String path, boolean flush) throws JspException { JspUtil.doInclude(pageContext, path, flush); } 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=470525&r1=470524&r2=470525 == --- 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 Thu Nov 2 13:21:51 2006 @@ -24,6 +24,7 @@ import javax.servlet.ServletException; import javax.servlet.jsp.PageContext; +import javax.servlet.jsp.JspException; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; @@ -57,7 +58,7 @@ } public static void doInclude(PageContext pageContext, String uri, boolean flush) -throws IOException, ServletException { +throws JspException { try { // perform include with new JSP 2.0 method that supports flushing @@ -65,13 +66,17 @@ include.invoke(pageContext, uri, flush); return; } +pageContext.include(uri); } catch (IllegalAccessException e) { LOG.debug("Could not find JSP 2.0 include method. Using old one.", e); } catch (InvocationTargetException e) { LOG.debug("Unable to execute JSP 2.0 include method. Trying old one.", e); +} catch (IOException e) { +throw new JspException("IOException while including page.", e); +} catch (ServletException e) { +throw new JspException("ServletException while including page.", e); } -pageContext.include(uri); } Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/BaseInsertTag.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/BaseInsertTag.java?view=diff&rev=470525&r1=470524&r2=470525 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/BaseInsertTag.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/BaseInsertTag.java Thu Nov 2 13:21:51 2006 @@ -24,6 +24,7 @@ import org.apache.commons.logging.LogFactory; import org.apache.tiles.definition.ComponentAttribute; import org.apache.tiles.context.Component
svn commit: r470648 - in /struts/archive: apps/ trunk/apps/
Author: jmitchell Date: Thu Nov 2 20:04:47 2006 New Revision: 470648 URL: http://svn.apache.org/viewvc?view=rev&rev=470648 Log: No need for a trunk under archive Added: struts/archive/apps/ - copied from r470647, struts/archive/trunk/apps/ Removed: struts/archive/trunk/apps/
svn commit: r470649 - in /struts/archive: build-legacy/ trunk/build-legacy/
Author: jmitchell Date: Thu Nov 2 20:05:54 2006 New Revision: 470649 URL: http://svn.apache.org/viewvc?view=rev&rev=470649 Log: No need for a trunk under archive. Added: struts/archive/build-legacy/ - copied from r470648, struts/archive/trunk/build-legacy/ Removed: struts/archive/trunk/build-legacy/
svn commit: r470650 - /struts/archive/trunk/
Author: jmitchell Date: Thu Nov 2 20:06:41 2006 New Revision: 470650 URL: http://svn.apache.org/viewvc?view=rev&rev=470650 Log: No need for a trunk under archive. Remove empty dir. Removed: struts/archive/trunk/
svn commit: r470653 - /struts/archive/struts-sandbox/
Author: jmitchell Date: Thu Nov 2 20:10:27 2006 New Revision: 470653 URL: http://svn.apache.org/viewvc?view=rev&rev=470653 Log: SB-79 Adding a bucket to hold inactive sandbox code Added: struts/archive/struts-sandbox/
svn commit: r470655 - in /struts: archive/struts-sandbox/struts2/ sandbox/trunk/struts2/
Author: jmitchell Date: Thu Nov 2 20:12:05 2006 New Revision: 470655 URL: http://svn.apache.org/viewvc?view=rev&rev=470655 Log: SB-79 Moving to archive Added: struts/archive/struts-sandbox/struts2/ - copied from r470654, struts/sandbox/trunk/struts2/ Removed: struts/sandbox/trunk/struts2/
svn commit: r470656 - in /struts: archive/struts-sandbox/tag-doc/ sandbox/trunk/tag-doc/
Author: jmitchell Date: Thu Nov 2 20:12:49 2006 New Revision: 470656 URL: http://svn.apache.org/viewvc?view=rev&rev=470656 Log: SB-79 Moving to archive Added: struts/archive/struts-sandbox/tag-doc/ - copied from r470655, struts/sandbox/trunk/tag-doc/ Removed: struts/sandbox/trunk/tag-doc/
svn commit: r470657 - in /struts: archive/struts-sandbox/pom.xml sandbox/trunk/pom.xml
Author: jmitchell Date: Thu Nov 2 20:18:31 2006 New Revision: 470657 URL: http://svn.apache.org/viewvc?view=rev&rev=470657 Log: SB-79 Moving to archive Added: struts/archive/struts-sandbox/pom.xml - copied unchanged from r470656, struts/sandbox/trunk/pom.xml Removed: struts/sandbox/trunk/pom.xml
svn commit: r470658 - in /struts: archive/struts-sandbox/struts-jericho/ sandbox/trunk/struts-jericho/
Author: jmitchell Date: Thu Nov 2 20:19:05 2006 New Revision: 470658 URL: http://svn.apache.org/viewvc?view=rev&rev=470658 Log: SB-79 Moving to archive Added: struts/archive/struts-sandbox/struts-jericho/ - copied from r470657, struts/sandbox/trunk/struts-jericho/ Removed: struts/sandbox/trunk/struts-jericho/
svn commit: r470659 - in /struts: archive/struts-sandbox/tiles-original/ sandbox/trunk/tiles-original/
Author: jmitchell Date: Thu Nov 2 20:19:36 2006 New Revision: 470659 URL: http://svn.apache.org/viewvc?view=rev&rev=470659 Log: SB-79 Moving to archive Added: struts/archive/struts-sandbox/tiles-original/ - copied from r470658, struts/sandbox/trunk/tiles-original/ Removed: struts/sandbox/trunk/tiles-original/
svn commit: r470660 - in /struts: archive/struts-sandbox/workflow/ sandbox/trunk/workflow/
Author: jmitchell Date: Thu Nov 2 20:21:00 2006 New Revision: 470660 URL: http://svn.apache.org/viewvc?view=rev&rev=470660 Log: SB-79 Moving to archive Added: struts/archive/struts-sandbox/workflow/ - copied from r470659, struts/sandbox/trunk/workflow/ Removed: struts/sandbox/trunk/workflow/
svn commit: r470662 - in /struts: archive/struts-sandbox/scaffold/ sandbox/trunk/scaffold/
Author: jmitchell Date: Thu Nov 2 20:30:18 2006 New Revision: 470662 URL: http://svn.apache.org/viewvc?view=rev&rev=470662 Log: SB-79 Moving to archive Added: struts/archive/struts-sandbox/scaffold/ - copied from r470661, struts/sandbox/trunk/scaffold/ Removed: struts/sandbox/trunk/scaffold/
svn commit: r470664 - in /struts: archive/struts-sandbox/tiles-documentation/ sandbox/trunk/tiles-documentation/
Author: jmitchell Date: Thu Nov 2 20:32:51 2006 New Revision: 470664 URL: http://svn.apache.org/viewvc?view=rev&rev=470664 Log: SB-79 Moving to archive Added: struts/archive/struts-sandbox/tiles-documentation/ - copied from r470663, struts/sandbox/trunk/tiles-documentation/ Removed: struts/sandbox/trunk/tiles-documentation/
svn commit: r470665 - in /struts: archive/struts-sandbox/extras/ sandbox/trunk/extras/
Author: jmitchell Date: Thu Nov 2 20:33:45 2006 New Revision: 470665 URL: http://svn.apache.org/viewvc?view=rev&rev=470665 Log: SB-79 Moving to archive Added: struts/archive/struts-sandbox/extras/ - copied from r470664, struts/sandbox/trunk/extras/ Removed: struts/sandbox/trunk/extras/
svn commit: r470667 - /struts/sandbox/trunk/README
Author: jmitchell Date: Thu Nov 2 20:38:15 2006 New Revision: 470667 URL: http://svn.apache.org/viewvc?view=rev&rev=470667 Log: Remove this (embarrassingly old) file Removed: struts/sandbox/trunk/README
svn commit: r470675 - /struts/struts1/trunk/apps/pom.xml
Author: jmitchell Date: Thu Nov 2 21:33:19 2006 New Revision: 470675 URL: http://svn.apache.org/viewvc?view=rev&rev=470675 Log: Fix pom scm location Modified: struts/struts1/trunk/apps/pom.xml Modified: struts/struts1/trunk/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/pom.xml?view=diff&rev=470675&r1=470674&r2=470675 == --- struts/struts1/trunk/apps/pom.xml (original) +++ struts/struts1/trunk/apps/pom.xml Thu Nov 2 21:33:19 2006 @@ -34,6 +34,12 @@ pom Struts Apps + + scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/ + http://svn.apache.org/viewcvs.cgi/struts/struts1/trunk/apps/ + + apache-site