You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-cvs@xml.apache.org by pc...@apache.org on 2004/01/09 21:30:39 UTC

cvs commit: xml-xmlbeans/v2/src/binding/org/apache/xmlbeans/impl/binding/compile Both2BindTask.java

pcal        2004/01/09 12:30:39

  Modified:    v2/src/binding/org/apache/xmlbeans/impl/binding/compile
                        Both2BindTask.java
  Log:
  mellower deprcation warning message
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xmlbeans/v2/src/binding/org/apache/xmlbeans/impl/binding/compile/Both2BindTask.java
  
  Index: Both2BindTask.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/src/binding/org/apache/xmlbeans/impl/binding/compile/Both2BindTask.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Both2BindTask.java	8 Jan 2004 23:48:10 -0000	1.4
  +++ Both2BindTask.java	9 Jan 2004 20:30:39 -0000	1.5
  @@ -185,7 +185,7 @@
     }
   
     public void setDestFile(File file) {
  -    log("WARNING!!! the 'destFile' attribute is deprecated and will soon\n" +
  +    log("note: the 'destFile' attribute is deprecated and will soon\n" +
               "be removed.  You should instead use destJar, which generates\n" +
               "a full tylar jar (which contains, among other things, the\n" +
               "binding file).  You should not be directly using the binding " +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org