[jboss-cvs] JBossAS SVN: r103372 - projects/snowdrop/examples/trunk/sportsclub/jbossconf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 1 00:36:07 EDT 2010


Author: marius.bogoevici
Date: 2010-04-01 00:36:07 -0400 (Thu, 01 Apr 2010)
New Revision: 103372

Modified:
   projects/snowdrop/examples/trunk/sportsclub/jbossconf/pom.xml
Log:
do not install the deployer


Modified: projects/snowdrop/examples/trunk/sportsclub/jbossconf/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/jbossconf/pom.xml	2010-04-01 02:14:47 UTC (rev 103371)
+++ projects/snowdrop/examples/trunk/sportsclub/jbossconf/pom.xml	2010-04-01 04:36:07 UTC (rev 103372)
@@ -79,20 +79,6 @@
                                                 file="${jboss.deploy.destination}/sportsclub-ds.xml"
                                                 failonerror="false"/>
 
-                                        <delete
-                                                dir="${jboss.home}/server/${jboss.server.name}/deployers/spring.deployer"
-                                                failonerror="false"/>
-
-                                        <unzip dest="${project.build.directory}/spring.deployer"
-                                               src="${project.build.directory}/dependency/jboss-spring-deployer.zip"/>
-
-                                        <copy todir="${jboss.home}/server/${jboss.server.name}/deployers"
-                                              overwrite="true">
-                                            <fileset dir="${project.build.directory}/spring.deployer">
-                                                <include name="**/*"/>
-                                            </fileset>
-                                        </copy>
-
                                         <copy todir="${jboss.deploy.destination}"
                                               overwrite="true">
                                             <fileset dir=".">




More information about the jboss-cvs-commits mailing list