You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2007/04/12 19:20:20 UTC

svn commit: r528047 - /ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java

Author: mbenson
Date: Thu Apr 12 10:20:19 2007
New Revision: 528047

URL: http://svn.apache.org/viewvc?view=rev&rev=528047
Log:
static inner should fix 1.2 probs

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java?view=diff&rev=528047&r1=528046&r2=528047
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java Thu Apr 12 10:20:19 2007
@@ -143,7 +143,7 @@
         }
     }
 
-    private class InvertedPatternSet extends PatternSet {
+    private static class InvertedPatternSet extends PatternSet {
         private InvertedPatternSet(PatternSet p) {
             setProject(p.getProject());
             addConfiguredPatternset(p);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r528047 - /ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java

Posted by Matt Benson <gu...@yahoo.com>.
Thanks, Jan!  I haven't tested on 1.2--I think this
will work, and I will test if someone else doesn't
beat me to it.

Thanks,
Matt

--- mbenson@apache.org wrote:

> Author: mbenson
> Date: Thu Apr 12 10:20:19 2007
> New Revision: 528047
> 
> URL:
> http://svn.apache.org/viewvc?view=rev&rev=528047
> Log:
> static inner should fix 1.2 probs
> 
> Modified:
>    
>
ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java
> 
> Modified:
>
ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java
> URL:
>
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java?view=diff&rev=528047&r1=528046&r2=528047
>
==============================================================================
> ---
>
ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java
> (original)
> +++
>
ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java
> Thu Apr 12 10:20:19 2007
> @@ -143,7 +143,7 @@
>          }
>      }
>  
> -    private class InvertedPatternSet extends
> PatternSet {
> +    private static class InvertedPatternSet extends
> PatternSet {
>          private InvertedPatternSet(PatternSet p) {
>              setProject(p.getProject());
>              addConfiguredPatternset(p);
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 
> 



       
____________________________________________________________________________________
Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org