[CONF] Confluence Changes in the last 24 hours

2010-09-16 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache ActiveMQ CPP (https://cwiki.apache.org/confluence/display/AMQCPP)

Pages
-
Index edited by  tabish121  (07:45 PM)
https://cwiki.apache.org/confluence/display/AMQCPP/Index

ActiveMQ-CPP v3.2.3 Released created by tabish121 (07:43 PM)
https://cwiki.apache.org/confluence/display/AMQCPP/2010/09/16/ActiveMQ-CPP+v3.2.3+Released

ActiveMQ-CPP v3.2.2 Released created by tabish121 (07:42 PM)
https://cwiki.apache.org/confluence/display/AMQCPP/2010/09/16/ActiveMQ-CPP+v3.2.2+Released



Apache Click (https://cwiki.apache.org/confluence/display/CLICK)

Pages
-
reCAPTCHA created by sabob (07:55 PM)
https://cwiki.apache.org/confluence/display/CLICK/reCAPTCHA

Index edited by  sabob  (07:54 PM)
https://cwiki.apache.org/confluence/display/CLICK/Index



Apache Etch (https://cwiki.apache.org/confluence/display/ETCH)

Pages
-
Index edited by  grandyho  (08:40 AM)
https://cwiki.apache.org/confluence/display/ETCH/Index

Get Involved edited by  grandyho  (08:40 AM)
https://cwiki.apache.org/confluence/display/ETCH/Get+Involved

General edited by  grandyho  (08:40 AM)
https://cwiki.apache.org/confluence/display/ETCH/General



Apache MyFaces Extensions CDI 
(https://cwiki.apache.org/confluence/display/EXTCDI)

Pages
-
Documentation edited by  gpetracek  (01:04 PM)
https://cwiki.apache.org/confluence/display/EXTCDI/Documentation



Apache Geronimo v3.0 (https://cwiki.apache.org/confluence/display/GMOxDOC30)

Pages
-
Apache Geronimo v3.0 documentation development status edited by  maojia508  
(11:11 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Apache+Geronimo+v3.0+documentation+development+status

gogo commands for Geronimo edited by  maojia508  (09:52 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/gogo+commands+for+Geronimo



Apache Maven (https://cwiki.apache.org/confluence/display/MAVEN)

Pages
-
Maven 3.x Compatibility Notes edited by  bentmann  (05:26 AM)
https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes



Apache ActiveMQ NMS (https://cwiki.apache.org/confluence/display/NMS)

Pages
-
ActiveMQ .NET 1.4.0 Release edited by  tabish121  (06:24 PM)
https://cwiki.apache.org/confluence/display/NMS/ActiveMQ+.NET+1.4.0+Release

Download edited by  tabish121  (06:21 PM)
https://cwiki.apache.org/confluence/display/NMS/Download



OFBiz Project Administration Workspace 
(https://cwiki.apache.org/confluence/display/OFBADMIN)

Pages
-
New Features Roadmap - Living Document edited by  jacques.le.roux  (06:32 AM)
https://cwiki.apache.org/confluence/display/OFBADMIN/New+Features+Roadmap+-+Living+Document



OFBiz End-User Documentation 
(https://cwiki.apache.org/confluence/display/OFBENDUSER)

Comments
https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide
 (1)

OpenJPA (https://cwiki.apache.org/confluence/display/openjpa)

Pages
-
Intro edited by  drwoods  (02:41 PM)
https://cwiki.apache.org/confluence/display/openjpa/Intro

2.1 Roadmap created by drwoods (02:40 PM)
https://cwiki.apache.org/confluence/display/openjpa/2.1+Roadmap



Apache Open Relevance (https://cwiki.apache.org/confluence/display/ORP)

Pages
-
Open Relevance Viewer edited by  redbeard906  (10:49 AM)
https://cwiki.apache.org/confluence/display/ORP/Open+Relevance+Viewer

Import Data Schemas created by redbeard906 (10:46 AM)
https://cwiki.apache.org/confluence/display/ORP/Import+Data+Schemas



Apache Struts 2 Plugin Registry 
(https://cwiki.apache.org/confluence/display/S2PLUGINS)

Pages
-
Angosso Siteweb Inc. created by angosso_net (05:59 AM)
https://cwiki.apache.org/confluence/display/S2PLUGINS/Angosso+Siteweb+Inc.

Home edited by  angosso_net  (05:16 AM)
https://cwiki.apache.org/confluence/display/S2PLUGINS/Home



Apache Sling (https://cwiki.apache.org/confluence/display/SLING)

Pages
-
Towards Sling 6 edited by  fmeschbe  (06:33 AM)
https://cwiki.apache.org/confluence/display/SLING/Towards+Sling+6



Apache ServiceMix (https://cwiki.apache.org/confluence/displa

svn commit: r997995 - /struts/struts2/trunk/plugins/gxp/pom.xml

2010-09-16 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Sep 17 06:43:41 2010
New Revision: 997995

URL: http://svn.apache.org/viewvc?rev=997995&view=rev
Log:
Changed hard coded Struts 2 Core version to project.version

Modified:
struts/struts2/trunk/plugins/gxp/pom.xml

Modified: struts/struts2/trunk/plugins/gxp/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/gxp/pom.xml?rev=997995&r1=997994&r2=997995&view=diff
==
--- struts/struts2/trunk/plugins/gxp/pom.xml (original)
+++ struts/struts2/trunk/plugins/gxp/pom.xml Fri Sep 17 06:43:41 2010
@@ -29,7 +29,7 @@
 
 org.apache.struts
 struts2-core
-2.2.0-SNAPSHOT
+${project.version}
 
 
 com.google.gxp




svn commit: r997996 - /struts/struts2/trunk/plugins/junit/src/main/java/org/apache/struts2/StrutsSpringTestCase.java

2010-09-16 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Sep 17 06:45:24 2010
New Revision: 997996

URL: http://svn.apache.org/viewvc?rev=997996&view=rev
Log:
Added option to use many Context Locations

Modified:

struts/struts2/trunk/plugins/junit/src/main/java/org/apache/struts2/StrutsSpringTestCase.java

Modified: 
struts/struts2/trunk/plugins/junit/src/main/java/org/apache/struts2/StrutsSpringTestCase.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/junit/src/main/java/org/apache/struts2/StrutsSpringTestCase.java?rev=997996&r1=997995&r2=997996&view=diff
==
--- 
struts/struts2/trunk/plugins/junit/src/main/java/org/apache/struts2/StrutsSpringTestCase.java
 (original)
+++ 
struts/struts2/trunk/plugins/junit/src/main/java/org/apache/struts2/StrutsSpringTestCase.java
 Fri Sep 17 06:45:24 2010
@@ -42,8 +42,8 @@ public abstract class StrutsSpringTestCa
 
servletContext.setAttribute(WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE,
 applicationContext);
 }
 
-protected String getContextLocations() {
-return DEFAULT_CONTEXT_LOCATION;
+protected String[] getContextLocations() {
+return new String[] {DEFAULT_CONTEXT_LOCATION};
 }
 
 }