You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/02/19 04:36:33 UTC

svn commit: r805316 - in /websites/staging/openejb/trunk: ./ content/examples-trunk/index.html content/examples-trunk/pom.xml

Author: buildbot
Date: Sun Feb 19 03:36:33 2012
New Revision: 805316

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/index.html
    websites/staging/openejb/trunk/content/examples-trunk/pom.xml

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 19 03:36:33 2012
@@ -1 +1 @@
-1290933
+1290934

Modified: websites/staging/openejb/trunk/content/examples-trunk/index.html
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/index.html (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/index.html Sun Feb 19 03:36:33 2012
@@ -186,6 +186,7 @@
 <h3>Web Services</h3></li>
 <li><a href="simple-webservice/README.html">simple-webservice</a></li>
 <li><a href="webservice-handlerchain/README.html">webservice-handlerchain</a></li>
+<li><a href="webservice-holder/README.html">webservice-holder</a></li>
 <li><a href="webservice-attachments/README.html">webservice-attachments</a></li>
 <li><a href="webservice-inheritance/README.html">webservice-inheritance</a></li>
 <li><a href="webservice-security/README.html">webservice-security</a></li>

Modified: websites/staging/openejb/trunk/content/examples-trunk/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/pom.xml Sun Feb 19 03:36:33 2012
@@ -17,7 +17,7 @@
     limitations under the License.
 -->
 <!--test 2-->
-<!-- $Rev: 1237532 $ $Date: 2012-01-30 02:23:34 +0000 (Mon, 30 Jan 2012) $ -->
+<!-- $Rev: 1290934 $ $Date: 2012-02-19 03:34:45 +0000 (Sun, 19 Feb 2012) $ -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
@@ -99,6 +99,8 @@
     <module>webservice-inheritance</module>
     <module>webservice-security</module>
     <module>webservice-ws-security</module>
+    <module>webservice-handlerchain</module>
+    <module>webservice-holder</module>
   </modules>
   <profiles>
     <profile>