[jboss-cvs] JBossAS SVN: r100118 - in trunk/testsuite: src/resources/jmx and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 29 07:25:10 EST 2010


Author: emuckenhuber
Date: 2010-01-29 07:25:10 -0500 (Fri, 29 Jan 2010)
New Revision: 100118

Removed:
   trunk/testsuite/src/resources/jmx/jbosstest-urlscanner-service.xml
Modified:
   trunk/testsuite/imports/sections/jmx.xml
Log:
remove test-urlscanner-service

Modified: trunk/testsuite/imports/sections/jmx.xml
===================================================================
--- trunk/testsuite/imports/sections/jmx.xml	2010-01-29 10:28:07 UTC (rev 100117)
+++ trunk/testsuite/imports/sections/jmx.xml	2010-01-29 12:25:10 UTC (rev 100118)
@@ -770,12 +770,6 @@
          </fileset>
       </jar>
 
-      <copy todir="${build.lib}"
-            file="${build.resources}/jmx/jbosstest-urlscanner-service.xml">
-      </copy>
-      
-      <mkdir dir="${build.lib}/urlscannertest"/>
-
       <!-- Temp File Creator Service -->
       <jar destfile="${build.lib}/tempfilecreator.jar">
          <fileset dir="${build.classes}">

Deleted: trunk/testsuite/src/resources/jmx/jbosstest-urlscanner-service.xml
===================================================================
--- trunk/testsuite/src/resources/jmx/jbosstest-urlscanner-service.xml	2010-01-29 10:28:07 UTC (rev 100117)
+++ trunk/testsuite/src/resources/jmx/jbosstest-urlscanner-service.xml	2010-01-29 12:25:10 UTC (rev 100118)
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
-
-   <!-- An mbean for hot deployment/undeployment of archives.
-   -->
-   <mbean code="org.jboss.deployment.scanner.URLDeploymentScanner"
-      name="jboss.test:type=DeploymentScanner,flavor=URL">
-
-      <depends optional-attribute-name="Deployer">jboss.system:service=MainDeployer</depends>
-      <attribute name="URLComparator">org.jboss.deployment.DeploymentSorter</attribute>
-      <attribute name="FilterInstance"
-         attributeClass="org.jboss.deployment.scanner.DeploymentFilter"
-         serialDataType="javaBean">
-         <!-- Files starting with theses strings are ignored -->
-         <property name="prefixes">#,%,\,,.,_$</property>
-         <!-- Files ending with theses strings are ignored -->
-         <property name="suffixes">#,$,%,~,\,v,.BAK,.bak,.old,.orig,.tmp,.rej,.sh</property>
-         <!-- Files matching with theses strings are ignored -->
-         <property name="matches">.make.state,.nse_depinfo,CVS,CVS.admin,RCS,RCSLOG,SCCS,TAGS,core,tags</property>
-      </attribute>
-
-      <!-- Frequency in milliseconds to rescan the URLs for changes -->
-      <attribute name="ScanPeriod">500</attribute>
-      
-      <!-- A flag to disable the scans -->
-      <attribute name="ScanEnabled">true</attribute>
-
-      <attribute name="URLs">
-      </attribute>
-
-      <attribute name="RecursiveSearch">True</attribute>
-
-   </mbean>
-
-</server>




More information about the jboss-cvs-commits mailing list