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/01/27 21:14:09 UTC

svn commit: r738218 [1/2] - in /incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax: annotation/ context/ decorator/ event/ inject/ inject/manager/ interceptor/ webbeans/

Author: gerdogdu
Date: Tue Jan 27 20:14:07 2009
New Revision: 738218

URL: http://svn.apache.org/viewvc?rev=738218&view=rev
Log:
OWB-61 Updating the API for reflecting new package names.

Added:
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Model.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Model.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Named.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Named.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/NonBinding.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/NonBinding.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Stereotype.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Stereotype.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ApplicationScoped.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ApplicationScoped.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Context.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Context.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ContextNotActiveException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ContextNotActiveException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Contextual.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Contextual.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Conversation.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Conversation.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ConversationScoped.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ConversationScoped.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/CreationalContext.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/CreationalContext.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Dependent.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Dependent.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/RequestScoped.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/RequestScoped.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ScopeType.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ScopeType.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/SessionScoped.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/SessionScoped.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorates.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Decorates.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorator.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Decorator.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionCompletion.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionCompletion.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionFailure.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionFailure.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionSuccess.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionSuccess.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Asynchronously.java   (with props)
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/BeforeTransactionCompletion.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/BeforeTransactionCompletion.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Event.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Event.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Fires.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Fires.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/IfExists.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/IfExists.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observer.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Observer.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/ObserverException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ObserverException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observes.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Observes.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AmbiguousDependencyException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AmbiguousDependencyException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AnnotationLiteral.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/BindingType.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/BindingType.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/CreationException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/CreationException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Current.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Current.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DefinitionException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DefinitionException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DeploymentException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentType.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DeploymentType.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Disposes.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Disposes.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DuplicateBindingTypeException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DuplicateBindingTypeException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/ExecutionException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ExecutionException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/IllegalProductException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/IllegalProductException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/InconsistentSpecializationException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/InconsistentSpecializationException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Initializer.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Initializer.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Instance.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Instance.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/New.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/New.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/NullableDependencyException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/NullableDependencyException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Obtains.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Obtains.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Produces.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Produces.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Production.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Production.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Realizes.java   (with props)
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Specializes.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Specializes.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Standard.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Standard.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/TypeLiteral.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/TypeLiteral.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnproxyableDependencyException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnproxyableDependencyException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnsatisfiedDependencyException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnsatisfiedDependencyException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnserializableDependencyException.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnserializableDependencyException.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Bean.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Bean.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Decorator.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Decorator.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Deployed.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Deployed.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Initialized.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Initialized.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/InjectionPoint.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/InjectionPoint.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/InterceptionType.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/InterceptionType.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Interceptor.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Interceptor.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Manager.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Manager.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/interceptor/
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/interceptor/Interceptor.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Interceptor.java
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/interceptor/InterceptorBindingType.java
      - copied, changed from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/InterceptorBindingType.java
Removed:
    incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Model.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Model.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Model.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Model.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Model.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Model.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Model.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.annotation;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.ElementType.TYPE;
@@ -22,6 +22,9 @@
 import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
 
+import javax.context.RequestScoped;
+import javax.inject.Production;
+
 @Named
 @RequestScoped
 @Production

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Named.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Named.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Named.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Named.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Named.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Named.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Named.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.annotation;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.ElementType.TYPE;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/NonBinding.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/NonBinding.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/NonBinding.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/NonBinding.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/NonBinding.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/NonBinding.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/NonBinding.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.annotation;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Stereotype.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Stereotype.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Stereotype.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Stereotype.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Stereotype.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Stereotype.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/annotation/Stereotype.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.annotation;
 
 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ApplicationScoped.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ApplicationScoped.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ApplicationScoped.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ApplicationScoped.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ApplicationScoped.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ApplicationScoped.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ApplicationScoped.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.context;
 
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Context.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Context.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Context.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Context.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Context.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Context.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Context.java Tue Jan 27 20:14:07 2009
@@ -11,10 +11,11 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans.manager;
+package javax.context;
 
 import java.lang.annotation.Annotation;
 
+
 public interface Context
 {
     public Class<? extends Annotation> getScopeType();

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ContextNotActiveException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ContextNotActiveException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ContextNotActiveException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ContextNotActiveException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ContextNotActiveException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ContextNotActiveException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ContextNotActiveException.java Tue Jan 27 20:14:07 2009
@@ -11,9 +11,9 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.context;
 
-import javax.webbeans.manager.Context;
+import javax.inject.ExecutionException;
 
 /**
  * If the {@link Context} is not avalaible in the time of web beans component

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Contextual.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Contextual.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Contextual.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Contextual.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Contextual.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Contextual.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Contextual.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,8 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans.manager;
+package javax.context;
+
 
 public interface Contextual<T>
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Conversation.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Conversation.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Conversation.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Conversation.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Conversation.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Conversation.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Conversation.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.context;
 
 public interface Conversation
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ConversationScoped.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ConversationScoped.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ConversationScoped.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ConversationScoped.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ConversationScoped.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ConversationScoped.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ConversationScoped.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.context;
 
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/CreationalContext.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/CreationalContext.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/CreationalContext.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/CreationalContext.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/CreationalContext.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/CreationalContext.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/CreationalContext.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans.manager;
+package javax.context;
 
 /**
  * The CreationalContext holds incomplete Bean instances. This may be caused by

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Dependent.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Dependent.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Dependent.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Dependent.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Dependent.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Dependent.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/Dependent.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.context;
 
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/RequestScoped.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/RequestScoped.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/RequestScoped.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/RequestScoped.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/RequestScoped.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/RequestScoped.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/RequestScoped.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.context;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.ElementType.TYPE;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ScopeType.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ScopeType.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ScopeType.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ScopeType.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ScopeType.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ScopeType.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/ScopeType.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.context;
 
 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/SessionScoped.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/SessionScoped.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/SessionScoped.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/SessionScoped.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/SessionScoped.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/SessionScoped.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/context/SessionScoped.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.context;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.ElementType.TYPE;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorates.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Decorates.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorates.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorates.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Decorates.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Decorates.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorates.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.decorator;
 
 import static java.lang.annotation.ElementType.FIELD;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorator.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Decorator.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorator.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorator.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Decorator.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Decorator.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/decorator/Decorator.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.decorator;
 
 import java.lang.annotation.Documented;
 import java.lang.annotation.ElementType;
@@ -19,6 +19,8 @@
 import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 
+import javax.annotation.Stereotype;
+
 @Target(value = ElementType.TYPE)
 @Retention(value = RetentionPolicy.RUNTIME)
 @Documented

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionCompletion.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionCompletion.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionCompletion.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionCompletion.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionCompletion.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionCompletion.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionCompletion.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.event;
 
 import static java.lang.annotation.ElementType.PARAMETER;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionFailure.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionFailure.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionFailure.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionFailure.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionFailure.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionFailure.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionFailure.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.event;
 
 import static java.lang.annotation.ElementType.PARAMETER;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionSuccess.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionSuccess.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionSuccess.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionSuccess.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionSuccess.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AfterTransactionSuccess.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/AfterTransactionSuccess.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.event;
 
 import static java.lang.annotation.ElementType.PARAMETER;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Added: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Asynchronously.java
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Asynchronously.java?rev=738218&view=auto
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Asynchronously.java (added)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Asynchronously.java Tue Jan 27 20:14:07 2009
@@ -0,0 +1,29 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with this
+ * work for additional information regarding copyright ownership. The ASF
+ * licenses this file to You under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law
+ * or agreed to in writing, software distributed under the License is
+ * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the specific language
+ * governing permissions and limitations under the License.
+ */
+package javax.event;
+
+import static java.lang.annotation.ElementType.PARAMETER;
+import static java.lang.annotation.RetentionPolicy.RUNTIME;
+
+import java.lang.annotation.Documented;
+import java.lang.annotation.Retention;
+import java.lang.annotation.Target;
+
+@Target(PARAMETER)
+@Retention(RUNTIME)
+@Documented
+public @interface Asynchronously
+{
+
+}

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Asynchronously.java
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/BeforeTransactionCompletion.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/BeforeTransactionCompletion.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/BeforeTransactionCompletion.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/BeforeTransactionCompletion.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/BeforeTransactionCompletion.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/BeforeTransactionCompletion.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/BeforeTransactionCompletion.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.event;
 
 import static java.lang.annotation.ElementType.PARAMETER;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Event.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Event.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Event.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Event.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Event.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Event.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Event.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.event;
 
 import java.lang.annotation.Annotation;
 

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Fires.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Fires.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Fires.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Fires.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Fires.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Fires.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Fires.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.event;
 
 import static java.lang.annotation.ElementType.FIELD;
 import static java.lang.annotation.ElementType.METHOD;
@@ -23,6 +23,8 @@
 import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
 
+import javax.inject.BindingType;
+
 @BindingType
 @Retention(RUNTIME)
 @Target( { TYPE, METHOD, FIELD, PARAMETER })

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/IfExists.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/IfExists.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/IfExists.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/IfExists.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/IfExists.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/IfExists.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/IfExists.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.event;
 
 import static java.lang.annotation.ElementType.PARAMETER;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observer.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Observer.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observer.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observer.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Observer.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Observer.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observer.java Tue Jan 27 20:14:07 2009
@@ -1,4 +1,4 @@
-package javax.webbeans;
+package javax.event;
 
 public interface Observer<T>
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/ObserverException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ObserverException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/ObserverException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/ObserverException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ObserverException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ObserverException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/ObserverException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,9 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.event;
+
+import javax.inject.ExecutionException;
 
 public class ObserverException extends ExecutionException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observes.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Observes.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observes.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observes.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Observes.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Observes.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/event/Observes.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.event;
 
 import static java.lang.annotation.ElementType.PARAMETER;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AmbiguousDependencyException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AmbiguousDependencyException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AmbiguousDependencyException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AmbiguousDependencyException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AmbiguousDependencyException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AmbiguousDependencyException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AmbiguousDependencyException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class AmbiguousDependencyException extends DeploymentException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AnnotationLiteral.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AnnotationLiteral.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AnnotationLiteral.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/AnnotationLiteral.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/AnnotationLiteral.java Tue Jan 27 20:14:07 2009
@@ -11,13 +11,14 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import java.lang.annotation.Annotation;
 import java.lang.reflect.Method;
 import java.lang.reflect.ParameterizedType;
 import java.lang.reflect.Type;
 
+
 @SuppressWarnings("unchecked")
 public abstract class AnnotationLiteral<T extends Annotation> implements Annotation
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/BindingType.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/BindingType.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/BindingType.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/BindingType.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/BindingType.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/BindingType.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/BindingType.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import java.lang.annotation.Documented;
 import java.lang.annotation.ElementType;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/CreationException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/CreationException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/CreationException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/CreationException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/CreationException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/CreationException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/CreationException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class CreationException extends ExecutionException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Current.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Current.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Current.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Current.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Current.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Current.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Current.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.ElementType.PARAMETER;
@@ -23,6 +23,7 @@
 import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
 
+
 /**
  * Defines the current instance web beans component in the context.
  */

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DefinitionException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DefinitionException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DefinitionException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DefinitionException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DefinitionException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DefinitionException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DefinitionException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 /**
  * Defines the exception that is thrown when the definitons of the web beans

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DeploymentException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DeploymentException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DeploymentException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class DeploymentException extends RuntimeException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentType.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DeploymentType.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentType.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentType.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DeploymentType.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DeploymentType.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DeploymentType.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;
@@ -20,6 +20,7 @@
 import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
 
+
 /**
  * <p>
  * Every web beans components has some types. DeploymentType meta annotation is

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Disposes.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Disposes.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Disposes.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Disposes.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Disposes.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Disposes.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Disposes.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DuplicateBindingTypeException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DuplicateBindingTypeException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DuplicateBindingTypeException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DuplicateBindingTypeException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DuplicateBindingTypeException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/DuplicateBindingTypeException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/DuplicateBindingTypeException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class DuplicateBindingTypeException extends ExecutionException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/ExecutionException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ExecutionException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/ExecutionException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/ExecutionException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ExecutionException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/ExecutionException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/ExecutionException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class ExecutionException extends RuntimeException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/IllegalProductException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/IllegalProductException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/IllegalProductException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/IllegalProductException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/IllegalProductException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/IllegalProductException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/IllegalProductException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class IllegalProductException extends ExecutionException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/InconsistentSpecializationException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/InconsistentSpecializationException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/InconsistentSpecializationException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/InconsistentSpecializationException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/InconsistentSpecializationException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/InconsistentSpecializationException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/InconsistentSpecializationException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class InconsistentSpecializationException extends DeploymentException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Initializer.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Initializer.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Initializer.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Initializer.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Initializer.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Initializer.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Initializer.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.ElementType.CONSTRUCTOR;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Instance.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Instance.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Instance.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Instance.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Instance.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Instance.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Instance.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans.manager;
+package javax.inject;
 
 import java.lang.annotation.Annotation;
 

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/New.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/New.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/New.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/New.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/New.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/New.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/New.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import static java.lang.annotation.ElementType.FIELD;
 import static java.lang.annotation.ElementType.METHOD;
@@ -23,6 +23,7 @@
 import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
 
+
 /**
  * Special binding. It is declared in the injection point. Every time injection
  * occurs, new instance of the injected component is created and put into the

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/NullableDependencyException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/NullableDependencyException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/NullableDependencyException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/NullableDependencyException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/NullableDependencyException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/NullableDependencyException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/NullableDependencyException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class NullableDependencyException extends DeploymentException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Obtains.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Obtains.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Obtains.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Obtains.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Obtains.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Obtains.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Obtains.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Produces.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Produces.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Produces.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Produces.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Produces.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Produces.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Produces.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Production.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Production.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Production.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Production.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Production.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Production.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Production.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.ElementType.TYPE;
@@ -21,6 +21,7 @@
 import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
 
+
 @Target( { TYPE, METHOD })
 @Retention(RUNTIME)
 @Documented

Added: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Realizes.java
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Realizes.java?rev=738218&view=auto
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Realizes.java (added)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Realizes.java Tue Jan 27 20:14:07 2009
@@ -0,0 +1,31 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ * 
+ *       http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package javax.inject;
+
+import java.lang.annotation.Documented;
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+@Target(value={ElementType.TYPE})
+@Retention(value=RetentionPolicy.RUNTIME)
+@Documented
+public @interface Realizes
+{
+
+}

Propchange: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Realizes.java
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Specializes.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Specializes.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Specializes.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Specializes.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Specializes.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Specializes.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Specializes.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import static java.lang.annotation.ElementType.TYPE;
 import static java.lang.annotation.ElementType.METHOD;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Standard.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Standard.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Standard.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Standard.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Standard.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/Standard.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/Standard.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import static java.lang.annotation.ElementType.METHOD;
 import static java.lang.annotation.ElementType.TYPE;
@@ -21,6 +21,7 @@
 import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
 
+
 @Target( { TYPE, METHOD })
 @Retention(RUNTIME)
 @Documented

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/TypeLiteral.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/TypeLiteral.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/TypeLiteral.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/TypeLiteral.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/TypeLiteral.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/TypeLiteral.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/TypeLiteral.java Tue Jan 27 20:14:07 2009
@@ -11,12 +11,13 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 import java.lang.reflect.GenericArrayType;
 import java.lang.reflect.ParameterizedType;
 import java.lang.reflect.Type;
 
+
 @SuppressWarnings("unchecked")
 public abstract class TypeLiteral<T>
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnproxyableDependencyException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnproxyableDependencyException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnproxyableDependencyException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnproxyableDependencyException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnproxyableDependencyException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnproxyableDependencyException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnproxyableDependencyException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class UnproxyableDependencyException extends DeploymentException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnsatisfiedDependencyException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnsatisfiedDependencyException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnsatisfiedDependencyException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnsatisfiedDependencyException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnsatisfiedDependencyException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnsatisfiedDependencyException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnsatisfiedDependencyException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class UnsatisfiedDependencyException extends DeploymentException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnserializableDependencyException.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnserializableDependencyException.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnserializableDependencyException.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnserializableDependencyException.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnserializableDependencyException.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/UnserializableDependencyException.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/UnserializableDependencyException.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject;
 
 public class UnserializableDependencyException extends DeploymentException
 {

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Bean.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Bean.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Bean.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Bean.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Bean.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Bean.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Bean.java Tue Jan 27 20:14:07 2009
@@ -11,12 +11,13 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans.manager;
+package javax.inject.manager;
 
 import java.lang.annotation.Annotation;
 import java.util.Set;
 
-import javax.webbeans.InjectionPoint;
+import javax.context.Contextual;
+import javax.context.CreationalContext;
 
 /**
  * Web Beans component contract.

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Decorator.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Decorator.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Decorator.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Decorator.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Decorator.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Decorator.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Decorator.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans.manager;
+package javax.inject.manager;
 
 import java.lang.annotation.Annotation;
 import java.util.Set;

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Deployed.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Deployed.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Deployed.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Deployed.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Deployed.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Deployed.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Deployed.java Tue Jan 27 20:14:07 2009
@@ -11,14 +11,14 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans.manager;
+package javax.inject.manager;
 
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 
-import javax.webbeans.BindingType;
+import javax.inject.BindingType;
 
 @BindingType
 @Retention(RetentionPolicy.RUNTIME)

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Initialized.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Initialized.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Initialized.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Initialized.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Initialized.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/manager/Initialized.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/Initialized.java Tue Jan 27 20:14:07 2009
@@ -11,7 +11,7 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans.manager;
+package javax.inject.manager;
 
 import static java.lang.annotation.ElementType.FIELD;
 import static java.lang.annotation.ElementType.PARAMETER;
@@ -20,7 +20,7 @@
 import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
 
-import javax.webbeans.BindingType;
+import javax.inject.BindingType;
 
 @BindingType
 @Retention(RUNTIME)

Copied: incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/InjectionPoint.java (from r738186, incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/InjectionPoint.java)
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/InjectionPoint.java?p2=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/InjectionPoint.java&p1=incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/InjectionPoint.java&r1=738186&r2=738218&rev=738218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/webbeans/InjectionPoint.java (original)
+++ incubator/openwebbeans/trunk/webbeans-api/src/main/java/javax/inject/manager/InjectionPoint.java Tue Jan 27 20:14:07 2009
@@ -11,14 +11,13 @@
  * KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  */
-package javax.webbeans;
+package javax.inject.manager;
 
 import java.lang.annotation.Annotation;
 import java.lang.reflect.Member;
 import java.lang.reflect.Type;
 import java.util.Set;
 
-import javax.webbeans.manager.Bean;
 
 public interface InjectionPoint
 {