CVS: jcontainer/loom/plugins/maven-sar/src/java/org/jcontainer/loom/info GenerateLoomDescriptorsTask.java,1.1,1.2 PhoenixJavaClassFilter.java,1.1,NONE

Peter Donald <pdonald-yCVjj/[email protected]> Wed, 26 Nov 2003 22:19:35 -0600
Newsgroups gmane.comp.java.jcontainer.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcontainer/jcontainer/loom/plugins/maven-sar/src/java/org/jcontainer/loom/info
In directory hogshead.codehaus.org:/tmp/cvs-serv1717/loom/plugins/maven-sar/src/java/org/jcontainer/loom/info

Modified Files:
	GenerateLoomDescriptorsTask.java 
Removed Files:
	PhoenixJavaClassFilter.java 
Log Message:
Remove ClassFilter as new version of MetaClass negates the need for it by only compiling descirptors with namespaces

Index: GenerateLoomDescriptorsTask.java
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/plugins/maven-sar/src/java/org/jcontainer/loom/info/GenerateLoomDescriptorsTask.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- GenerateLoomDescriptorsTask.java	1 Nov 2003 13:15:31 -0000	1.1
+++ GenerateLoomDescriptorsTask.java	27 Nov 2003 04:19:03 -0000	1.2
@@ -28,9 +28,6 @@
      */
     public void execute()
     {
-        final PluginElement filter = new PluginElement();
-        filter.setName( PhoenixJavaClassFilter.class.getName() );
-        addFilter( filter );
         final PluginElement phoenixInterceptor = new PluginElement();
         phoenixInterceptor.setName( PhoenixAttributeInterceptor.class.getName() );
         addInterceptor( phoenixInterceptor );

--- PhoenixJavaClassFilter.java DELETED ---