[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Geronimo Development (GMOxDEV) http://cwiki.apache.org/confluence/display/GMOxDEV | |-Pages Added or Edited in This Space |-- JAX-WS was created by gawor (08:11 AM). | http://cwiki.apache.org/confluence/display/GMOxDEV/JAX-WS Apache Sling (SLING) http://cwiki.apache.org/confluence/display/SLING | |-Pages Added or Edited in This Space |-- FAQ was last edited by [EMAIL PROTECTED] (01:13 AM). | http://cwiki.apache.org/confluence/display/SLING/FAQ |-- Thoughts on Release Management was last edited by fmeschbe (12:52 AM). | http://cwiki.apache.org/confluence/display/SLING/Thoughts+on+Release+Management Apache Roller (ROLLER) http://cwiki.apache.org/confluence/display/ROLLER | |-Pages Added or Edited in This Space |-- Roller Proposals was last edited by msgilligan (08:15 PM). | http://cwiki.apache.org/confluence/display/ROLLER/Roller+Proposals |-- Proposal Roller 4.0 Release was last edited by msgilligan (07:58 PM). | http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Roller+4.0+Release |-- Proposal Roller 4.1 Release was created by msgilligan (07:57 PM). | http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Roller+4.1+Release |-- Roller Wiki was last edited by msgilligan (07:48 PM). | http://cwiki.apache.org/confluence/display/ROLLER/Roller+Wiki |-- Developers Resources was last edited by msgilligan (07:45 PM). | http://cwiki.apache.org/confluence/display/ROLLER/Developers+Resources Apache Struts 2 Plugin Registry (S2PLUGINS) http://cwiki.apache.org/confluence/display/S2PLUGINS | |-Pages Added or Edited in This Space |-- Struts 2 Portlet Tutorial was last edited by nilsga (11:57 PM). | http://cwiki.apache.org/confluence/display/S2PLUGINS/Struts+2+Portlet+Tutorial Apache Geronimo Project Management (GMOxPMGT) http://cwiki.apache.org/confluence/display/GMOxPMGT | |-Pages Added or Edited in This Space |-- Apache Geronimo Board Report - 2008-01 - January was last edited by djencks (02:40 PM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/Apache+Geronimo+Board+Report+-+2008-01+-+January Apache Abdera (ABDERA) http://cwiki.apache.org/confluence/display/ABDERA | |-Pages Added or Edited in This Space |-- JSON Serialization was last edited by jasnell (08:05 AM). | http://cwiki.apache.org/confluence/display/ABDERA/JSON+Serialization Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/display/WW/Building+the+Framework+from+Source (5) Apache Cayenne Documentation (CAYDOC) http://cwiki.apache.org/confluence/display/CAYDOC | |-Pages Added or Edited in This Space |-- Database Support was last edited by andrus (04:56 AM). | http://cwiki.apache.org/confluence/display/CAYDOC/Database+Support Apache Geronimo v2.1 (GMOxDOC21) http://cwiki.apache.org/confluence/display/GMOxDOC21 | |-Pages Added or Edited in This Space |-- Deployment plan creator was last edited by hcunico (11:16 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Deployment+plan+creator Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET | |-Pages Added or Edited in This Space |-- Wicket Community meetups - Amsterdam was last edited by [EMAIL PROTECTED] (11:52 AM). | http://cwiki.apache.org/confluence/display/WICKET/Wicket+Community+meetups+-+Amsterdam |-- Community meetups was last edited by ehillenius (07:45 AM). | http://cwiki.apache.org/confluence/display/WICKET/Community+meetups |-- FAQs was last edited by [EMAIL PROTECTED] (05:32 AM). | http://cwiki.apache.org/confluence/display/WICKET/FAQs Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX | |-Pages Added or Edited in This Space |-- Subproject Release Status was last edited by mcculls (11:45 PM). | http://cwiki.apache.org/confluence/display/FELIX/Subproject+Release+Status |-- Launching and Embedding Apache Felix was last edited by [EMAIL PROTECTED] (10:00 AM). | http://cwiki.apache.org/confluence/display/FELIX/Launching+and+Embedding+Apache+Felix |-- downloads was last edited by mcculls (12:37 AM). | http://cwiki.apache.org/confluence/display/FELIX/downloads OpenEJB 3.0.x documentation (OPENEJBx30) http://cwiki.apache.org/confluence/display/OPENEJBx30 | |-Pages Added or Edited in This Space |-- Interceptor Example was last edited by dblevins (11:23 AM). | http://cwiki.apache.org/confluence/display/OPENEJBx30/Interceptor+Example Apache ServiceMix (SM) http://cwiki.apache.org/confluence/display/SM | |-Pages Added or Edited in This Space |-- Navigation was last edited by jeff.yu (10:17 PM). | http://cwiki.apache.org/confluence/display/SM/
svn commit: r610622 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java
Author: davenewton Date: Wed Jan 9 16:39:57 2008 New Revision: 610622 URL: http://svn.apache.org/viewvc?rev=610622&view=rev Log: HTML-escaped example snippet tag brackets. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java?rev=610622&r1=610621&r2=610622&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java Wed Jan 9 16:39:57 2008 @@ -54,13 +54,13 @@ * * * // to change the profiling key - * + ** ... - * - * profilingKey - * + * * * *+ * profilingKey + * * ... - * + *
svn commit: r610634 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java
Author: davenewton Date: Wed Jan 9 17:33:25 2008 New Revision: 610634 URL: http://svn.apache.org/viewvc?rev=610634&view=rev Log: Trying to get snippet to show up right; sorry :( Other snippets work right. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java?rev=610634&r1=610633&r2=610634&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java Wed Jan 9 17:33:25 2008 @@ -52,7 +52,6 @@ * * * - * * // to change the profiling key ** ... @@ -61,7 +60,6 @@ * * ... * - * * * *