[jboss-cvs] JBossAS SVN: r100980 - in branches/vfs3-int: server/src/etc/conf/default/bootstrap and 2 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Feb 15 13:10:13 EST 2010
Author: johnbailey
Date: 2010-02-15 13:10:13 -0500 (Mon, 15 Feb 2010)
New Revision: 100980
Added:
branches/vfs3-int/system/src/main/java/org/jboss/system/server/profile/basic/
Modified:
branches/vfs3-int/server/src/etc/conf/all/bootstrap/profile.xml
branches/vfs3-int/server/src/etc/conf/default/bootstrap/profile.xml
branches/vfs3-int/system/src/main/java/org/jboss/system/server/profile/basic/IncludeExcludeVisitorAttributes.java
Log:
[JBAS-7352] - Add IncludeExcludeVisitorAttributes back until recovered in VFS 3.0
Modified: branches/vfs3-int/server/src/etc/conf/all/bootstrap/profile.xml
===================================================================
--- branches/vfs3-int/server/src/etc/conf/all/bootstrap/profile.xml 2010-02-15 18:01:47 UTC (rev 100979)
+++ branches/vfs3-int/server/src/etc/conf/all/bootstrap/profile.xml 2010-02-15 18:10:13 UTC (rev 100980)
@@ -92,7 +92,7 @@
</bean>
<!-- We just visit wars, but exclude classes, lib, dev dirs -->
- <bean name="WebVisitorAttributes" class="org.jboss.virtual.plugins.vfs.helpers.IncludeExcludeVisitorAttributes">
+ <bean name="WebVisitorAttributes" class="org.jboss.system.server.profile.basic.IncludeExcludeVisitorAttributes">
<constructor>
<parameter>
<set>
Modified: branches/vfs3-int/server/src/etc/conf/default/bootstrap/profile.xml
===================================================================
--- branches/vfs3-int/server/src/etc/conf/default/bootstrap/profile.xml 2010-02-15 18:01:47 UTC (rev 100979)
+++ branches/vfs3-int/server/src/etc/conf/default/bootstrap/profile.xml 2010-02-15 18:10:13 UTC (rev 100980)
@@ -84,7 +84,7 @@
</bean>
<!-- We just visit wars, but exclude classes, lib, dev dirs -->
- <bean name="WebVisitorAttributes" class="org.jboss.virtual.plugins.vfs.helpers.IncludeExcludeVisitorAttributes">
+ <bean name="WebVisitorAttributes" class="org.jboss.system.server.profile.basic.IncludeExcludeVisitorAttributes">
<constructor>
<parameter>
<set>
Copied: branches/vfs3-int/system/src/main/java/org/jboss/system/server/profile/basic (from rev 100703, trunk/system/src/main/java/org/jboss/system/server/profile/basic)
Modified: branches/vfs3-int/system/src/main/java/org/jboss/system/server/profile/basic/IncludeExcludeVisitorAttributes.java
===================================================================
--- trunk/system/src/main/java/org/jboss/system/server/profile/basic/IncludeExcludeVisitorAttributes.java 2010-02-08 15:01:02 UTC (rev 100703)
+++ branches/vfs3-int/system/src/main/java/org/jboss/system/server/profile/basic/IncludeExcludeVisitorAttributes.java 2010-02-15 18:10:13 UTC (rev 100980)
@@ -26,9 +26,9 @@
import java.util.Set;
import org.jboss.logging.Logger;
-import org.jboss.virtual.VirtualFile;
-import org.jboss.virtual.VirtualFileFilter;
-import org.jboss.virtual.VisitorAttributes;
+import org.jboss.vfs.VirtualFile;
+import org.jboss.vfs.VirtualFileFilter;
+import org.jboss.vfs.VisitorAttributes;
/**
* Include/exclude visitor attributes.
More information about the jboss-cvs-commits
mailing list