[jboss-cvs] JBossAS SVN: r86044 - in projects/ejb3/trunk/plugin: src/main/resources and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 18 09:41:04 EDT 2009


Author: wolfc
Date: 2009-03-18 09:41:04 -0400 (Wed, 18 Mar 2009)
New Revision: 86044

Removed:
   projects/ejb3/trunk/plugin/src/main/resources/jboss-ejb3-timerservice-as5.xml
Modified:
   projects/ejb3/trunk/plugin/pom.xml
   projects/ejb3/trunk/plugin/src/main/resources/installer.xml
   projects/ejb3/trunk/plugin/src/main/resources/package-list.txt
Log:
EJBTHREE-1769: removed jboss-ejb3-timerservice-as5 installation

Modified: projects/ejb3/trunk/plugin/pom.xml
===================================================================
--- projects/ejb3/trunk/plugin/pom.xml	2009-03-18 13:16:12 UTC (rev 86043)
+++ projects/ejb3/trunk/plugin/pom.xml	2009-03-18 13:41:04 UTC (rev 86044)
@@ -121,12 +121,5 @@
       <optional>true</optional>
     </dependency>
 
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-timerservice-as5</artifactId>
-      <version>0.1.0</version>
-      <optional>true</optional>
-    </dependency>
-
   </dependencies>
 </project>

Modified: projects/ejb3/trunk/plugin/src/main/resources/installer.xml
===================================================================
--- projects/ejb3/trunk/plugin/src/main/resources/installer.xml	2009-03-18 13:16:12 UTC (rev 86043)
+++ projects/ejb3/trunk/plugin/src/main/resources/installer.xml	2009-03-18 13:41:04 UTC (rev 86044)
@@ -47,7 +47,6 @@
         <include>org.jboss.ejb3:jboss-ejb3-proxy-spi:jar</include>
         <include>org.jboss.ejb3:jboss-ejb3-proxy-clustered:jar</include>
         <include>org.jboss.ejb3:jboss-ejb3-security:jar</include>
-        <include>org.jboss.ejb3:jboss-ejb3-timerservice-as5:jar</include>
         <include>org.jboss.ejb3:jboss-ejb3-timerservice-spi:jar</include>
         <include>org.jboss.ejb3:jboss-ejb3-transactions:jar</include>
       </includes>

Deleted: projects/ejb3/trunk/plugin/src/main/resources/jboss-ejb3-timerservice-as5.xml
===================================================================
--- projects/ejb3/trunk/plugin/src/main/resources/jboss-ejb3-timerservice-as5.xml	2009-03-18 13:16:12 UTC (rev 86043)
+++ projects/ejb3/trunk/plugin/src/main/resources/jboss-ejb3-timerservice-as5.xml	2009-03-18 13:41:04 UTC (rev 86044)
@@ -1,16 +0,0 @@
-<!-- 
-   vi:ts=3:sw:expandtab
--->
-<project name="jboss-ejb3-timerservice-as5" default="install">
-   <import file="setup.xml"/>
-
-   <target name="install">
-      <copy file="lib/jboss-ejb3-timerservice-as5.jar" todir="${jboss.home}/server/all/deploy" verbose="${verbose}"/>
-      <copy file="lib/jboss-ejb3-timerservice-as5.jar" todir="${jboss.home}/server/default/deploy" verbose="${verbose}"/>
-   </target>
-
-   <target name="uninstall">
-      <delete file="${jboss.home}/server/all/deploy/jboss-ejb3-timerservice-as5.jar" verbose="${verbose}"/>
-      <delete file="${jboss.home}/server/default/deploy/jboss-ejb3-timerservice-as5.jar" verbose="${verbose}"/>
-   </target>
-</project>

Modified: projects/ejb3/trunk/plugin/src/main/resources/package-list.txt
===================================================================
--- projects/ejb3/trunk/plugin/src/main/resources/package-list.txt	2009-03-18 13:16:12 UTC (rev 86043)
+++ projects/ejb3/trunk/plugin/src/main/resources/package-list.txt	2009-03-18 13:41:04 UTC (rev 86044)
@@ -1,2 +1 @@
-jboss-ejb3-timerservice-spi.xml
-jboss-ejb3-timerservice-as5.xml
\ No newline at end of file
+jboss-ejb3-timerservice-spi.xml
\ No newline at end of file




More information about the jboss-cvs-commits mailing list