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/01/30 03:23:44 UTC

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

Author: buildbot
Date: Mon Jan 30 02:23:44 2012
New Revision: 803542

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/content/examples-trunk/index.html
    websites/staging/openejb/trunk/content/examples-trunk/pom.xml

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 Mon Jan 30 02:23:44 2012
@@ -112,6 +112,8 @@
 
 <ul>
 <li><a href="cdi-basic/README.html">cdi-basic</a></li>
+<li><a href="cdi-request-scoped/README.html">cdi-request-scoped</a></li>
+<li><a href="cdi-application-scoped/README.html">cdi-application-scoped</a></li>
 <li><a href="cdi-interceptors/README.html">cdi-interceptors</a></li>
 <li><a href="cdi-produces-disposes/README.html">cdi-produces-disposes</a></li>
 <li><a href="decorators/README.html">decorators</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 Mon Jan 30 02:23:44 2012
@@ -17,7 +17,7 @@
     limitations under the License.
 -->
 <!--test 2-->
-<!-- $Rev: 1237516 $ $Date: 2012-01-30 00:48:17 +0000 (Mon, 30 Jan 2012) $ -->
+<!-- $Rev: 1237532 $ $Date: 2012-01-30 02:23:34 +0000 (Mon, 30 Jan 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>
@@ -41,6 +41,8 @@
     <module>cdi-basic</module>
     <module>cdi-events</module>
     <module>cdi-interceptors</module>
+    <module>cdi-request-scope</module>
+    <module>cdi-application-scope</module>
     <module>cdi-produces-disposes</module>
     <module>component-interfaces</module>
     <module>custom-injection</module>
@@ -105,7 +107,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
-			<version>2.2.2</version>
+            <version>2.2.2</version>
             <inherited>false</inherited>
             <configuration>
               <descriptors>