peterreilly    2003/07/04 02:53:08

  Modified:    src/main/org/apache/tools/ant/taskdefs Definer.java
  Log:
  Use getProject() instead of the project field
  
  Revision  Changes    Path
  1.34      +1 -1      ant/src/main/org/apache/tools/ant/taskdefs/Definer.java
  
  Index: Definer.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Definer.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- Definer.java      4 Jul 2003 09:35:31 -0000       1.33
  +++ Definer.java      4 Jul 2003 09:53:08 -0000       1.34
  @@ -534,7 +534,7 @@
                   def.setAdaptToClass(adaptToClass);
                   def.setClassLoader(al);
                   if (cl != null) {
  -                    def.checkClass(project);
  +                    def.checkClass(getProject());
                   }
                   ComponentHelper.getComponentHelper(getProject())
                       .addDataTypeDefinition(def);
  
  
  
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to