You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2010/01/14 15:03:16 UTC

svn commit: r899203 - in /geronimo/specs/trunk: geronimo-interceptor_1.1_spec/src/main/java/javax/interceptor/ geronimo-jaxb_2.0_spec/ geronimo-jcdi_1.0_spec/src/main/java/javax/interceptor/

Author: dblevins
Date: Thu Jan 14 14:03:15 2010
New Revision: 899203

URL: http://svn.apache.org/viewvc?rev=899203&view=rev
Log:
Reverting that last commit. Looks like we have the choice between a split package or a circular dependency.  Not sure which is better from an OSGi standpoint.
Only potential way I can see to clean it all up is to split the javax.enterprise.inject.spi and javax.enterprise.context.spi packages into a new geronimo-jcdi-spi_1.0_spec module, though I'm not sure that will work either as they are both subpackages of javax.enterprise.inject.* and javax.enterprise.context.* respectively.

Added:
    geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/interceptor/
      - copied from r899189, geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/interceptor/
    geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/interceptor/Interceptor.java
      - copied unchanged from r899189, geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/interceptor/Interceptor.java
    geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/interceptor/InterceptorBinding.java
      - copied unchanged from r899189, geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/interceptor/InterceptorBinding.java
Removed:
    geronimo/specs/trunk/geronimo-interceptor_1.1_spec/src/main/java/javax/interceptor/Interceptor.java
    geronimo/specs/trunk/geronimo-interceptor_1.1_spec/src/main/java/javax/interceptor/InterceptorBinding.java
Modified:
    geronimo/specs/trunk/geronimo-jaxb_2.0_spec/   (props changed)

Propchange: geronimo/specs/trunk/geronimo-jaxb_2.0_spec/
            ('svn:mergeinfo' removed)