[jboss-cvs] JBossAS SVN: r94851 - in branches/Branch_5_x: system/src/main/org/jboss/system/server/profile/basic and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 14 06:44:28 EDT 2009


Author: alesj
Date: 2009-10-14 06:44:27 -0400 (Wed, 14 Oct 2009)
New Revision: 94851

Modified:
   branches/Branch_5_x/server/src/main/org/jboss/deployment/DeploymentProvidedDeploymentUnitFilter.java
   branches/Branch_5_x/server/src/main/org/jboss/deployment/FileNameVirtualFileFilter.java
   branches/Branch_5_x/server/src/main/org/jboss/deployment/ListDeploymentUnitFilter.java
   branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/AbstractPatternVirtualFileFilter.java
   branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/IncludeExcludeVisitorAttributes.java
   branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/JspAndHtmlExcludeVirtualFileFilter.java
   branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/PatternExcludeVirtualFileFilter.java
   branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/PatternIncludeVirtualFileFilter.java
   branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/XmlIncludeVirtualFileFilter.java
Log:
Mark as deprecated since the code was moved to VFS or Deployers.

Modified: branches/Branch_5_x/server/src/main/org/jboss/deployment/DeploymentProvidedDeploymentUnitFilter.java
===================================================================
--- branches/Branch_5_x/server/src/main/org/jboss/deployment/DeploymentProvidedDeploymentUnitFilter.java	2009-10-14 10:37:25 UTC (rev 94850)
+++ branches/Branch_5_x/server/src/main/org/jboss/deployment/DeploymentProvidedDeploymentUnitFilter.java	2009-10-14 10:44:27 UTC (rev 94851)
@@ -37,6 +37,7 @@
  * @author Thomas.Diesler at jboss.com
  * @since 04-Mar-2009
  */
+ at Deprecated // TODO - remove once we update Deployers to 2.1.x
 public class DeploymentProvidedDeploymentUnitFilter extends VFS2BaseBridgeDeploymentUnitFilter
 {
    @Override

Modified: branches/Branch_5_x/server/src/main/org/jboss/deployment/FileNameVirtualFileFilter.java
===================================================================
--- branches/Branch_5_x/server/src/main/org/jboss/deployment/FileNameVirtualFileFilter.java	2009-10-14 10:37:25 UTC (rev 94850)
+++ branches/Branch_5_x/server/src/main/org/jboss/deployment/FileNameVirtualFileFilter.java	2009-10-14 10:44:27 UTC (rev 94851)
@@ -33,6 +33,7 @@
  *
  * @author ales.justin at jboss.org
  */
+ at Deprecated // TODO - remove once we update VFS to 2.2.x
 public class FileNameVirtualFileFilter implements VirtualFileFilter
 {
    private Logger log = Logger.getLogger(getClass());

Modified: branches/Branch_5_x/server/src/main/org/jboss/deployment/ListDeploymentUnitFilter.java
===================================================================
--- branches/Branch_5_x/server/src/main/org/jboss/deployment/ListDeploymentUnitFilter.java	2009-10-14 10:37:25 UTC (rev 94850)
+++ branches/Branch_5_x/server/src/main/org/jboss/deployment/ListDeploymentUnitFilter.java	2009-10-14 10:44:27 UTC (rev 94851)
@@ -31,6 +31,7 @@
  *
  * @author ales.justin at jboss.org
  */
+ at Deprecated // TODO - remove once we update Deployers to 2.1.x
 public class ListDeploymentUnitFilter implements VFSDeploymentUnitFilter
 {
    private List<VFSDeploymentUnitFilter> filters;

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/AbstractPatternVirtualFileFilter.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/AbstractPatternVirtualFileFilter.java	2009-10-14 10:37:25 UTC (rev 94850)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/AbstractPatternVirtualFileFilter.java	2009-10-14 10:44:27 UTC (rev 94851)
@@ -32,6 +32,7 @@
  *
  * @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
  */
+ at Deprecated // TODO - remove once we update VFS to 2.2.x
 public abstract class AbstractPatternVirtualFileFilter extends AbstractPathNameFilter implements VirtualFileFilter
 {
    private Pattern pattern;

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/IncludeExcludeVisitorAttributes.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/IncludeExcludeVisitorAttributes.java	2009-10-14 10:37:25 UTC (rev 94850)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/IncludeExcludeVisitorAttributes.java	2009-10-14 10:44:27 UTC (rev 94851)
@@ -35,6 +35,7 @@
  *
  * @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
  */
+ at Deprecated // TODO - remove once we update VFS to 2.2.x
 public class IncludeExcludeVisitorAttributes extends VisitorAttributes
 {
    private Logger log = Logger.getLogger(getClass());

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/JspAndHtmlExcludeVirtualFileFilter.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/JspAndHtmlExcludeVirtualFileFilter.java	2009-10-14 10:37:25 UTC (rev 94850)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/JspAndHtmlExcludeVirtualFileFilter.java	2009-10-14 10:44:27 UTC (rev 94851)
@@ -26,6 +26,7 @@
  *
  * @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
  */
+ at Deprecated // TODO - remove once we update VFS to 2.2.x
 public class JspAndHtmlExcludeVirtualFileFilter extends PatternExcludeVirtualFileFilter
 {
    public JspAndHtmlExcludeVirtualFileFilter()

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/PatternExcludeVirtualFileFilter.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/PatternExcludeVirtualFileFilter.java	2009-10-14 10:37:25 UTC (rev 94850)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/PatternExcludeVirtualFileFilter.java	2009-10-14 10:44:27 UTC (rev 94851)
@@ -26,6 +26,7 @@
  *
  * @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
  */
+ at Deprecated // TODO - remove once we update VFS to 2.2.x
 public class PatternExcludeVirtualFileFilter extends AbstractPatternVirtualFileFilter
 {
    public PatternExcludeVirtualFileFilter(String patternString)

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/PatternIncludeVirtualFileFilter.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/PatternIncludeVirtualFileFilter.java	2009-10-14 10:37:25 UTC (rev 94850)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/PatternIncludeVirtualFileFilter.java	2009-10-14 10:44:27 UTC (rev 94851)
@@ -26,6 +26,7 @@
  *
  * @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
  */
+ at Deprecated // TODO - remove once we update VFS to 2.2.x
 public class PatternIncludeVirtualFileFilter extends AbstractPatternVirtualFileFilter
 {
    public PatternIncludeVirtualFileFilter(String patternString)

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/XmlIncludeVirtualFileFilter.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/XmlIncludeVirtualFileFilter.java	2009-10-14 10:37:25 UTC (rev 94850)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/profile/basic/XmlIncludeVirtualFileFilter.java	2009-10-14 10:44:27 UTC (rev 94851)
@@ -28,6 +28,7 @@
  *
  * @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
  */
+ at Deprecated // TODO - remove once we update VFS to 2.2.x
 public class XmlIncludeVirtualFileFilter extends AbstractPathNameFilter
 {
    public boolean accepts(String path)




More information about the jboss-cvs-commits mailing list