Index: ejb3/.classpath =================================================================== --- ejb3/.classpath (revision 83839) +++ ejb3/.classpath (working copy) @@ -24,5 +24,6 @@ + Index: ejb3/src/main/org/jboss/as/ejb3/timerservice/TimedObjectInvokerBridge.java =================================================================== --- ejb3/src/main/org/jboss/as/ejb3/timerservice/TimedObjectInvokerBridge.java (revision 0) +++ ejb3/src/main/org/jboss/as/ejb3/timerservice/TimedObjectInvokerBridge.java (working copy) @@ -19,7 +19,7 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ -package org.jboss.ejb3.timerservice.as5; +package org.jboss.as.ejb3.timerservice; import javax.ejb.Timer; Index: ejb3/src/main/org/jboss/as/ejb3/timerservice/TimerServiceFacade.java =================================================================== --- ejb3/src/main/org/jboss/as/ejb3/timerservice/TimerServiceFacade.java (revision 0) +++ ejb3/src/main/org/jboss/as/ejb3/timerservice/TimerServiceFacade.java (working copy) @@ -19,7 +19,7 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ -package org.jboss.ejb3.timerservice.as5; +package org.jboss.as.ejb3.timerservice; import static org.jboss.ejb.AllowedOperationsFlags.IN_BUSINESS_METHOD; import static org.jboss.ejb.AllowedOperationsFlags.IN_EJB_TIMEOUT; Index: ejb3/src/main/org/jboss/as/ejb3/timerservice/JBossTimerServiceFactory.java =================================================================== --- ejb3/src/main/org/jboss/as/ejb3/timerservice/JBossTimerServiceFactory.java (revision 0) +++ ejb3/src/main/org/jboss/as/ejb3/timerservice/JBossTimerServiceFactory.java (working copy) @@ -19,7 +19,7 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ -package org.jboss.ejb3.timerservice.as5; +package org.jboss.as.ejb3.timerservice; import javax.ejb.TimerService; import javax.management.ObjectName; Index: ejb3/src/resources/ejb3-timerservice-jboss-beans.xml =================================================================== --- ejb3/src/resources/ejb3-timerservice-jboss-beans.xml (revision 83578) +++ ejb3/src/resources/ejb3-timerservice-jboss-beans.xml (working copy) @@ -1,6 +1,6 @@ - + jboss.ejb:service=EJBTimerService \ No newline at end of file Index: ejb3/build.xml =================================================================== --- ejb3/build.xml (revision 83839) +++ ejb3/build.xml (working copy) @@ -121,6 +121,7 @@ + @@ -164,6 +165,7 @@ + @@ -171,6 +173,7 @@ + @@ -236,7 +239,7 @@ + depends="compile-etc, compile-classes, compile-resources"/> @@ -259,6 +262,16 @@ + + + + + + + + + + @@ -344,7 +357,6 @@ - Index: thirdparty/pom.xml =================================================================== --- thirdparty/pom.xml (revision 83839) +++ thirdparty/pom.xml (working copy) @@ -580,6 +580,13 @@ org.jboss.ejb3 + jboss-ejb3-timerservice-spi + + jboss.jboss-ejb3-timerservice-spi + + + + org.jboss.ejb3 jboss-ejb3-transactions jboss.jboss-ejb3-transactions Index: component-matrix/pom.xml =================================================================== --- component-matrix/pom.xml (revision 83839) +++ component-matrix/pom.xml (working copy) @@ -51,9 +51,9 @@ 1.0.0.GA 1.0.0.GA 2.2.10.GA - 1.0.0 + 1.1.0-SNAPSHOT 1.0.0 - 1.0.0 + 1.1.0-SNAPSHOT 1.0.0 1.0.0 1.0.0 Index: build/build-distr.xml =================================================================== --- build/build-distr.xml (revision 83839) +++ build/build-distr.xml (working copy) @@ -138,17 +138,11 @@ - - - - - - - - + + @@ -185,6 +179,8 @@ excludes="*-sources.jar, *-javadoc.jar, *-client.jar, *-tests.jar"/> + -