You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/06/01 18:38:04 UTC

svn commit: r780710 - in /incubator/openwebbeans/trunk: ./ samples/ samples/guess/ samples/guess/src/main/resources/ samples/guess/src/main/resources/META-INF/ samples/guess/src/main/webapp/WEB-INF/ samples/reservation/ samples/reservation/src/main/res...

Author: gerdogdu
Date: Mon Jun  1 16:38:03 2009
New Revision: 780710

URL: http://svn.apache.org/viewvc?rev=780710&view=rev
Log:
Prepare for Rc3

Modified:
    incubator/openwebbeans/trunk/NOTICE.txt
    incubator/openwebbeans/trunk/pom.xml
    incubator/openwebbeans/trunk/samples/guess/pom.xml
    incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/beans.xml   (props changed)
    incubator/openwebbeans/trunk/samples/guess/src/main/resources/log4j.properties   (props changed)
    incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/beans.xml   (props changed)
    incubator/openwebbeans/trunk/samples/pom.xml
    incubator/openwebbeans/trunk/samples/reservation/pom.xml
    incubator/openwebbeans/trunk/samples/reservation/src/main/resources/META-INF/beans.xml   (props changed)
    incubator/openwebbeans/trunk/samples/reservation/src/main/resources/log4j.properties   (props changed)
    incubator/openwebbeans/trunk/samples/reservation/src/main/webapp/WEB-INF/beans.xml   (props changed)
    incubator/openwebbeans/trunk/webbeans-api/pom.xml
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ApplicationScoped.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ContextNotActiveException.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ConversationScoped.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Dependent.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/BindingType.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Disposes.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-api/src/site/apt/index.apt   (props changed)
    incubator/openwebbeans/trunk/webbeans-api/src/site/site.xml   (props changed)
    incubator/openwebbeans/trunk/webbeans-ejb/pom.xml
    incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml
    incubator/openwebbeans/trunk/webbeans-geronimo/src/test/resources/log4j.properties   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/pom.xml
    incubator/openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/it/properties/src/test/java/org/apache/webbeans/test/spi/configuration/ConfigurationTest.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/it/properties/src/test/resources/META-INF/openwebbeans/openwebbeans.properties   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/it/settings.xml   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/WebBeansConstants.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/config/OpenWebBeansConfiguration.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/container/ChildActivityManager.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/exception/WebBeansException.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/plugins/OpenWebBeansPlugin.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/plugins/PluginLoader.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/JNDIService.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/ServiceLoader.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/TransactionService.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/se/JNDIServiceStaticImpl.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/se/TransactionServiceNonJTA.java   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans-default.properties   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/main/resources/log4j.properties   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/site/apt/index.apt   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/site/site.xml   (props changed)
    incubator/openwebbeans/trunk/webbeans-impl/src/test/resources/META-INF/persistence.xml   (props changed)
    incubator/openwebbeans/trunk/webbeans-jms/pom.xml
    incubator/openwebbeans/trunk/webbeans-jpa/pom.xml
    incubator/openwebbeans/trunk/webbeans-jsf/pom.xml
    incubator/openwebbeans/trunk/webbeans-tck/pom.xml
    incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/log4j.properties   (props changed)

Modified: incubator/openwebbeans/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/NOTICE.txt?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/NOTICE.txt (original)
+++ incubator/openwebbeans/trunk/NOTICE.txt Mon Jun  1 16:38:03 2009
@@ -25,3 +25,6 @@
 
 This product includes/uses software developed by HSQL Development Group. 
 Copyright (c) 2001-2005, The HSQL Development Group
+
+This product includes/uses jsf-facelets-1.1.14.jar as binary,
+home page of the project is http://facelets.dev.java.net/

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Mon Jun  1 16:38:03 2009
@@ -22,7 +22,7 @@
     
 	<groupId>org.apache.openwebbeans</groupId>
 	<artifactId>openwebbeans</artifactId>
-	<name>OpenWebBeans</name>
+	<name>Apache OpenWebBeans</name>
 	<packaging>pom</packaging>
 	<version>1.0.0-incubating-SNAPSHOT</version>
     
@@ -32,8 +32,8 @@
 	</description>
 
 	<organization>
-		<name>The Apache OpenWebBeans development community</name>
-		<url>http://incubator.apache.org/openwebbeans</url>
+		<name>The Apache Software Foundation</name>
+		<url>http://apache.org</url>
 	</organization>
 
     <inceptionYear>2008</inceptionYear>
@@ -481,7 +481,7 @@
       
 	<properties>
           <openwebbeans.version>1.0.0-incubating-SNAPSHOT</openwebbeans.version>
-	  <siteId>/OWB/1.0.0-incubating-M2-rc2/plugins</siteId>
+	  <siteId>/OWB/1.0.0-incubating-M2-rc3/plugins</siteId>
 	</properties>
 
     <profiles>

Modified: incubator/openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/pom.xml Mon Jun  1 16:38:03 2009
@@ -25,7 +25,7 @@
 	<groupId>org.apache.openwebbeans.samples</groupId>
 	<artifactId>guess</artifactId>
 	<packaging>war</packaging>
-	<name>OpenWebBeans :: Sample Guess Application</name>
+	<name>Apache OpenWebBeans :: Sample Guess Application</name>
 	<description>Simple login application</description>
 
 	<build>

Propchange: incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/beans.xml
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/samples/guess/src/main/resources/log4j.properties
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/beans.xml
            ('svn:executable' removed)

Modified: incubator/openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/pom.xml Mon Jun  1 16:38:03 2009
@@ -25,7 +25,7 @@
 	</parent>
 	<artifactId>samples</artifactId>
 	<packaging>pom</packaging>
-	<name>OpenWebBeans :: Samples</name>
+	<name>Apache OpenWebBeans :: Samples</name>
 	<description>Contains samples project for openwebbeans.</description>
 	<modules>
            <module>guess</module>

Modified: incubator/openwebbeans/trunk/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/reservation/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/reservation/pom.xml Mon Jun  1 16:38:03 2009
@@ -25,7 +25,7 @@
 	<groupId>org.apache.openwebbeans.samples</groupId>
 	<artifactId>reservation</artifactId>
 	<packaging>war</packaging>
-	<name>OpenWebBeans :: Sample Hotel Reservation Application</name>
+	<name>Apache OpenWebBeans :: Sample Hotel Reservation Application</name>
 	<description>Simple hotel reservation application</description>
 
 	<build>

Propchange: incubator/openwebbeans/trunk/samples/reservation/src/main/resources/META-INF/beans.xml
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/samples/reservation/src/main/resources/log4j.properties
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/samples/reservation/src/main/webapp/WEB-INF/beans.xml
            ('svn:executable' removed)

Modified: incubator/openwebbeans/trunk/webbeans-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-api/pom.xml Mon Jun  1 16:38:03 2009
@@ -24,7 +24,7 @@
 		<version>1.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>openwebbeans-api</artifactId>
-	<name>OpenWebBeans :: WebBeans-API</name>
+	<name>Apache OpenWebBeans :: WebBeans-API</name>
 	<packaging>jar</packaging>
 	<description>JSR-299 Application Programming Interface</description>
 </project>

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ApplicationScoped.java
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ContextNotActiveException.java
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ConversationScoped.java
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Dependent.java
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/BindingType.java
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Disposes.java
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/openwebbeans/trunk/webbeans-ejb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-ejb/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-ejb/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-ejb/pom.xml Mon Jun  1 16:38:03 2009
@@ -24,7 +24,7 @@
 		<version>1.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>openwebbeans-ejb</artifactId>
-	<name>OpenWebBeans :: EJB integration</name>
+	<name>Apache OpenWebBeans :: EJB integration</name>
 	<packaging>jar</packaging>
 	<description>OpenWebBeans EJB Integration</description>
 	<dependencies>

Modified: incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-geronimo/pom.xml Mon Jun  1 16:38:03 2009
@@ -24,7 +24,7 @@
 	</parent>
     
 	<artifactId>openwebbeans-geronimo</artifactId>
-	<name>OpenWebBeans :: Geronimo integration</name>
+	<name>Apache OpenWebBeans :: Geronimo integration</name>
 	<packaging>jar</packaging>
 	<version>1.0.0-incubating-SNAPSHOT</version>
 	<description>Geronimo intetration SPI implementations for the  OpenWebBeans Implementation</description>
@@ -107,4 +107,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Propchange: incubator/openwebbeans/trunk/webbeans-geronimo/src/test/resources/log4j.properties
            ('svn:executable' removed)

Modified: incubator/openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-impl/pom.xml Mon Jun  1 16:38:03 2009
@@ -24,7 +24,7 @@
 		<version>1.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>openwebbeans-impl</artifactId>
-	<name>OpenWebBeans :: WebBeans-Impl</name>
+	<name>Apache OpenWebBeans :: WebBeans-Impl</name>
 	<description>Implementation of the Web Beans API</description>
 
 	<dependencies>

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/it/properties/src/test/java/org/apache/webbeans/test/spi/configuration/ConfigurationTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/it/properties/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/it/settings.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/WebBeansConstants.java
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/config/OpenWebBeansConfiguration.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/container/ChildActivityManager.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/exception/WebBeansException.java
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/plugins/OpenWebBeansPlugin.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/plugins/PluginLoader.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/JNDIService.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/ServiceLoader.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/TransactionService.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/se/JNDIServiceStaticImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/spi/se/TransactionServiceNonJTA.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans-default.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/main/resources/log4j.properties
            ('svn:executable' removed)

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/test/resources/META-INF/persistence.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/openwebbeans/trunk/webbeans-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jms/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jms/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jms/pom.xml Mon Jun  1 16:38:03 2009
@@ -24,7 +24,7 @@
 		<version>1.0.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>openwebbeans-jms</artifactId>
-	<name>OpenWebBeans :: JMS integration</name>
+	<name>Apache OpenWebBeans :: JMS integration</name>
 	<packaging>jar</packaging>
 	<description>OpenWebBeans JMS Integration</description>
 	<dependencies>

Modified: incubator/openwebbeans/trunk/webbeans-jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jpa/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jpa/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jpa/pom.xml Mon Jun  1 16:38:03 2009
@@ -24,7 +24,7 @@
     </parent>
 
     <artifactId>openwebbeans-jpa</artifactId>
-    <name>OpenWebBeans :: JPA integration</name>
+    <name>Apache OpenWebBeans :: JPA integration</name>
     <version>1.0.0-incubating-SNAPSHOT</version>
     <description>JPA plugin for  OpenWebBeans</description>
 
@@ -72,4 +72,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/openwebbeans/trunk/webbeans-jsf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jsf/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jsf/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-jsf/pom.xml Mon Jun  1 16:38:03 2009
@@ -24,7 +24,7 @@
     </parent>
 
     <artifactId>openwebbeans-jsf</artifactId>
-    <name>OpenWebBeans :: JSF integration</name>
+    <name>Apache OpenWebBeans :: JSF integration</name>
     <packaging>jar</packaging>
     <version>1.0.0-incubating-SNAPSHOT</version>
     <description>JSF integration for the  OpenWebBeans Implementation</description>
@@ -59,4 +59,4 @@
         </dependency>
       
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/openwebbeans/trunk/webbeans-tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-tck/pom.xml?rev=780710&r1=780709&r2=780710&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-tck/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-tck/pom.xml Mon Jun  1 16:38:03 2009
@@ -27,7 +27,7 @@
 	</parent>
     
 	<artifactId>openwebbeans-tck</artifactId>
-	<name>OpenWebBeans :: WebBeans-TCK</name>
+	<name>Apache OpenWebBeans :: WebBeans-TCK</name>
 	<packaging>jar</packaging>
 	<version>1.0.0-incubating-SNAPSHOT</version>
 	<description>All TCK tests for the  OpenWebBeans Implementation</description>

Propchange: incubator/openwebbeans/trunk/webbeans-tck/src/test/resources/log4j.properties
            ('svn:executable' removed)