Пример #1
0
 /**
  * Set the <code>File</code> containing the includes patterns.
  *
  * @param incl <code>File</code> instance.
  * @throws BuildException if there is a problem.
  */
 public synchronized void setIncludesfile(File incl) throws BuildException {
   checkAttributesAllowed();
   defaultPatterns.setIncludesfile(incl);
   ds = null;
 }