[weld-commits] Weld SVN: r6191 - in extensions/trunk/src: main/resources/META-INF/services and 1 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Apr 28 12:45:32 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-04-28 12:45:31 -0400 (Wed, 28 Apr 2010)
New Revision: 6191

Removed:
   extensions/trunk/src/main/java/org/jboss/weld/extensions/ManagedProducer.java
   extensions/trunk/src/main/java/org/jboss/weld/extensions/managedproducer/
   extensions/trunk/src/test/java/org/jboss/weld/extensions/test/managedproducer/
Modified:
   extensions/trunk/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
Log:
remove ManagedProducer for now until Stuart can redo it

Deleted: extensions/trunk/src/main/java/org/jboss/weld/extensions/ManagedProducer.java
===================================================================
--- extensions/trunk/src/main/java/org/jboss/weld/extensions/ManagedProducer.java	2010-04-28 16:39:02 UTC (rev 6190)
+++ extensions/trunk/src/main/java/org/jboss/weld/extensions/ManagedProducer.java	2010-04-28 16:45:31 UTC (rev 6191)
@@ -1,29 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2010, Red Hat, Inc., and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * Licensed 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 org.jboss.weld.extensions;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-
- at Retention(RetentionPolicy.RUNTIME)
- at Target(value = { ElementType.METHOD })
-public @interface ManagedProducer
-{
-
-}

Modified: extensions/trunk/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
===================================================================
--- extensions/trunk/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension	2010-04-28 16:39:02 UTC (rev 6190)
+++ extensions/trunk/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension	2010-04-28 16:45:31 UTC (rev 6191)
@@ -2,5 +2,4 @@
 org.jboss.weld.extensions.resourceLoader.servlet.ServletResourceExtension
 org.jboss.weld.extensions.bean.lookup.IdentifiableBeanExtension
 org.jboss.weld.extensions.CoreExtension
-org.jboss.weld.extensions.managedproducer.ManagedProducerExtension
 org.jboss.weld.extensions.interceptor.InterceptorExtension
\ No newline at end of file



More information about the weld-commits mailing list