svn commit: r1435931 - in /struts/struts2/trunk: apps/mailreader/ apps/mailreader/src/main/resources/ apps/mailreader/src/main/webapp/WEB-INF/ apps/rest-showcase/ apps/showcase/ archetypes/struts2-arc
Author: lukaszlenart Date: Sun Jan 20 19:44:55 2013 New Revision: 1435931 URL: http://svn.apache.org/viewvc?rev=1435931&view=rev Log: WW-3916 adds usage of the latest Jetty plugin Added: struts/struts2/trunk/apps/mailreader/src/main/resources/log4j.properties - copied unchanged from r1434896, struts/struts2/trunk/apps/showcase/src/main/resources/log4j.properties struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/main/resources/log4j.properties - copied unchanged from r1434896, struts/struts2/trunk/apps/rest-showcase/src/main/resources/log4j.properties struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/src/main/resources/log4j.properties Modified: struts/struts2/trunk/apps/mailreader/pom.xml struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml struts/struts2/trunk/apps/rest-showcase/pom.xml struts/struts2/trunk/apps/showcase/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/DispatcherTest.java struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/ConfigurationManager.java Modified: struts/struts2/trunk/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?rev=1435931&r1=1435930&r2=1435931&view=diff == --- struts/struts2/trunk/apps/mailreader/pom.xml (original) +++ struts/struts2/trunk/apps/mailreader/pom.xml Sun Jan 20 19:44:55 2013 @@ -68,11 +68,35 @@ org.mortbay.jetty -maven-jetty-plugin -6.0.1 +jetty-maven-plugin +8.1.7.v20120910 +CTRL+C +8999 + + +log4j.configuration + file:${basedir}/src/main/resources/log4j.properties + + +slf4j +false + + 10 + ${basedir}/src/main/webapp/ + +/struts2-mailreader + ${basedir}/src/main/webapp/WEB-INF/web.xml + + + +log4j +log4j +1.2.16 + + Modified: struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml?rev=1435931&r1=1435930&r2=1435931&view=diff == --- struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml (original) +++ struts/struts2/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml Sun Jan 20 19:44:55 2013 @@ -1,13 +1,9 @@ - - - - - - + + + + + + - \ No newline at end of file Modified: struts/struts2/trunk/apps/rest-showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/rest-showcase/pom.xml?rev=1435931&r1=1435930&r2=1435931&view=diff == --- struts/struts2/trunk/apps/rest-showcase/pom.xml (original) +++ struts/struts2/trunk/apps/rest-showcase/pom.xml Sun Jan 20 19:44:55 2013 @@ -101,8 +101,10 @@ org.mortbay.jetty jetty-maven-plugin -8.0.0.M2 +8.1.7.v20120910 +CTRL+C +8999 log4j.configuration Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=1435931&r1=1435930&r2=1435931&view=diff == --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Sun Jan 20 19:44:55 2013 @@ -204,8 +204,10 @@ org.mortbay.jetty jetty-maven-plugin -8.0.0.M2 +8.1.7.v20120910 +
svn commit: r1435934 - in /struts/struts2/trunk: apps/portlet/pom.xml pom.xml
Author: lukaszlenart Date: Sun Jan 20 19:52:55 2013 New Revision: 1435934 URL: http://svn.apache.org/viewvc?rev=1435934&view=rev Log: WW-3808 adds xerces to allow pass build on JDK7 Modified: struts/struts2/trunk/apps/portlet/pom.xml struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/apps/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=1435934&r1=1435933&r2=1435934&view=diff == --- struts/struts2/trunk/apps/portlet/pom.xml (original) +++ struts/struts2/trunk/apps/portlet/pom.xml Sun Jan 20 19:52:55 2013 @@ -179,6 +179,12 @@ org.apache.commons commons-lang3 + + +xerces +xercesImpl +test + Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1435934&r1=1435933&r2=1435934&view=diff == --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sun Jan 20 19:52:55 2013 @@ -739,6 +739,13 @@ 1.0.1-Final + +xerces +xercesImpl +2.10.0 +test + +
svn commit: r1435936 - in /struts/struts2/trunk: ./ apps/mailreader/ apps/rest-showcase/ apps/showcase/ archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/ archetypes/struts2-ar
Author: lukaszlenart Date: Sun Jan 20 19:57:56 2013 New Revision: 1435936 URL: http://svn.apache.org/viewvc?rev=1435936&view=rev Log: WW-3673 upgrades Log4j version Modified: struts/struts2/trunk/apps/mailreader/pom.xml struts/struts2/trunk/apps/rest-showcase/pom.xml struts/struts2/trunk/apps/showcase/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?rev=1435936&r1=1435935&r2=1435936&view=diff == --- struts/struts2/trunk/apps/mailreader/pom.xml (original) +++ struts/struts2/trunk/apps/mailreader/pom.xml Sun Jan 20 19:57:56 2013 @@ -94,7 +94,7 @@ log4j log4j -1.2.16 +1.2.17 Modified: struts/struts2/trunk/apps/rest-showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/rest-showcase/pom.xml?rev=1435936&r1=1435935&r2=1435936&view=diff == --- struts/struts2/trunk/apps/rest-showcase/pom.xml (original) +++ struts/struts2/trunk/apps/rest-showcase/pom.xml Sun Jan 20 19:57:56 2013 @@ -126,7 +126,7 @@ log4j log4j -1.2.16 +1.2.17 Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=1435936&r1=1435935&r2=1435936&view=diff == --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Sun Jan 20 19:57:56 2013 @@ -149,7 +149,6 @@ log4j log4j -1.2.16 commons-logging @@ -229,7 +228,7 @@ log4j log4j -1.2.16 +1.2.17 Modified: struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=1435936&r1=1435935&r2=1435936&view=diff == --- struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml Sun Jan 20 19:57:56 2013 @@ -92,7 +92,7 @@ log4j log4j -1.2.16 +1.2.17 Modified: struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml?rev=1435936&r1=1435935&r2=1435936&view=diff == --- struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml Sun Jan 20 19:57:56 2013 @@ -106,7 +106,7 @@ log4j log4j -1.2.16 +1.2.17 Modified: struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=1435936&r1=1435935&r2=1435936&view=diff == --- struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/
[CONF] Confluence Changes in the last 24 hours
This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Camel (https://cwiki.apache.org/confluence/display/CAMEL) Pages - Polling Consumer edited by bvahdat (06:02 AM) https://cwiki.apache.org/confluence/display/CAMEL/Polling+Consumer DSL edited by davsclaus (05:57 AM) https://cwiki.apache.org/confluence/display/CAMEL/DSL Bean Integration edited by davsclaus (05:56 AM) https://cwiki.apache.org/confluence/display/CAMEL/Bean+Integration Apache Cloudstack (https://cwiki.apache.org/confluence/display/CLOUDSTACK) Pages - Isolation based on Security Groups in Advance zone Test Plan edited by angelines (10:14 PM) https://cwiki.apache.org/confluence/display/CLOUDSTACK/Isolation+based+on+Security+Groups+in+Advance+zone+Test+Plan Limit Resources to domains and accounts edited by hari.kan...@citrix.com (06:53 PM) https://cwiki.apache.org/confluence/display/CLOUDSTACK/Limit+Resources+to+domains+and+accounts VMWare Enhancements - Support for DRS and VM HA edited by hari.kan...@citrix.com (05:14 PM) https://cwiki.apache.org/confluence/display/CLOUDSTACK/VMWare+Enhancements+-+Support+for+DRS+and+VM+HA Drill Wiki (https://cwiki.apache.org/confluence/display/DRILL) Pages - Wikipedia Edit History edited by stefan.sipr...@gmail.com (04:37 AM) https://cwiki.apache.org/confluence/display/DRILL/Wikipedia+Edit+History Apache Flex (https://cwiki.apache.org/confluence/display/FLEX) Pages - ASJS - From Flash Player to web native edited by e...@ixsoftware.nl (04:06 AM) https://cwiki.apache.org/confluence/display/FLEX/ASJS+-+From+Flash+Player+to+web+native Apache Kafka (https://cwiki.apache.org/confluence/display/KAFKA) Pages - Changes in Kafka 0.8 created by junrao (01:16 PM) https://cwiki.apache.org/confluence/display/KAFKA/Changes+in+Kafka+0.8 Comments https://cwiki.apache.org/confluence/display/KAFKA/Dynamic+Topic+Config (1) Apache OpenOffice Community (https://cwiki.apache.org/confluence/display/OOOUSERS) Pages - Development Snapshot Builds edited by pescetti (03:37 PM) https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds Apache Syncope (https://cwiki.apache.org/confluence/display/SYNCOPE) Pages - Set administrator credentials edited by dsigno (12:53 PM) https://cwiki.apache.org/confluence/display/SYNCOPE/Set+administrator+credentials Apache Tapestry (https://cwiki.apache.org/confluence/display/TAPESTRY) Pages - Page Navigation edited by bobharner (10:08 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/Page+Navigation Component Templates edited by bobharner (10:08 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/Component+Templates Component Rendering edited by bobharner (10:06 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/Component+Rendering Content Type and Markup edited by bobharner (09:30 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/Content+Type+and+Markup Localization edited by bobharner (09:29 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/Localization Building Tapestry from Source edited by bobharner (07:54 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/Building+Tapestry+from+Source Performance and Clustering edited by bobharner (09:53 AM) https://cwiki.apache.org/confluence/display/TAPESTRY/Performance+and+Clustering UIMA (https://cwiki.apache.org/confluence/display/UIMA) Pages - Migration guide 1.x to 2.x created by rec (06:32 PM) https://cwiki.apache.org/confluence/display/UIMA/Migration+guide+1.x+to+2.x uimaFIT created by rec (06:22 PM) https://cwiki.apache.org/confluence/display/UIMA/uimaFIT Index edited by rec (06:18 PM) https://cwiki.apache.org/confluence/display/UIMA/Index Change your notification preferences: https://cwiki.apache.org/confluence/users/viewnotifications.action