345 Commits (989d5b31d7baa9a9e09b8e65f81bc4b28c9f106c)

Author SHA1 Message Date
  Peter Donald 500d69e189 Removed cruft from tasks that manually worked with references rather than letting the container handle it. 24 years ago
  Peter Donald ed599a9b8a Removed clone 24 years ago
  Peter Donald db024524f2 no message 24 years ago
  Peter Donald 9eff330c1b Remove unused class 24 years ago
  Peter Donald ce6c8d711c Started to migrate FileSet away from using Project and for implementing references itself (rather than letting container manage references) 24 years ago
  Peter Donald 676c2c7cbc Cleaned up and made extend AbstractTask rather than Task 24 years ago
  Peter Donald 8457b31f43 Cleaned up task 24 years ago
  Peter Donald 2ed1541485 Moved security related classes into new package 24 years ago
  Peter Donald 353fc66561 Cleaned up GenerateKey task and moved inner classes to be top level classes. 24 years ago
  Peter Donald 0b7ecfb32e Cleaned up task a litt.e 24 years ago
  Peter Donald d44f286ff0 No need to use Touch task as we can just call File.setLastModified() 24 years ago
  Peter Donald eff7370291 Cleaup imports 24 years ago
  Peter Donald 00ed433cf2 *** empty log message *** 24 years ago
  Peter Donald 0075b98213 Move touch into the file package 24 years ago
  Peter Donald d172e56ddf Move touch into the file package 24 years ago
  Peter Donald 372c76b409 Move regex replace and support into the text manipulation package 24 years ago
  Peter Donald 2b7e896783 Moved inner classes to top level classes and merged StringUtil into the class that uses it 24 years ago
  Peter Donald 9d5b717a0d Begin to cleanup tasks 24 years ago
  Peter Donald a6ab023519 Restyled. 24 years ago
  Peter Donald ed50251db4 Remove unused class 24 years ago
  Peter Donald 3a4ce7972b Move text manipulation tasks into new package 24 years ago
  Peter Donald d7d6e9fa4c Cleaned up Replace task and broke out inner classes. 24 years ago
  Peter Donald bc9dc4239a Replace all different occurences of grabbing line separator with StringUtil.LINE_SEPARATOR 24 years ago
  Peter Donald 07382b400a Remove old BuildListener architecture and replace with ProjectListener 24 years ago
  Peter Donald f151280e40 Made into a ProjectListener rather than a BuildListener 24 years ago
  Peter Donald f30a0fa451 Moved BuildAlert from inner class to top-level class. 24 years ago
  Peter Donald aca4841ccd Moved BuildAlert from inner class to top-level class. 24 years ago
  Peter Donald addc2628f8 Made into a ProjectListener for new style event notification 24 years ago
  Peter Donald e84361f936 Moved implementation of ExecManager into new package 24 years ago
  Peter Donald d6f0a60ec6 Made SysProeprties a top level class. 24 years ago
  Peter Donald fec4c1f5c6 Remove redundent this. 24 years ago
  Peter Donald aff9d91f0c Move JavaVersion class into framework package 24 years ago
  Peter Donald 7dc2430ad5 Move JavaVersion stuff outside the TaskContext. 24 years ago
  Peter Donald 5fe27650f4 Clean some cruft 24 years ago
  Peter Donald ec833f0040 Only place strings into the BuildEvent 24 years ago
  Peter Donald 093967db0e Removed AntClassLoader and replaced it with URLClassLoader. Now new ClassLoaders do not include the ant runtime by default 24 years ago
  Peter Donald bab80bf968 Remove redundent assignment 24 years ago
  Peter Donald 447ca47ff4 Removed some unused logging code. 24 years ago
  Peter Donald 5bdfaab5a1 Cleaned up class and removed some uneeded (and never working ?) cruft 24 years ago
  Peter Donald acde46cee6 JLink no longer needed as zipfileset and friends have surpassed all the functionality that JLink previous encompassed 24 years ago
  Peter Donald e86450aa23 Rmove more unused cruft from Project 24 years ago
  Peter Donald 429530461e Remove Project.toBoolean 24 years ago
  Peter Donald 7d82c96665 Remove those magic proeprties 24 years ago
  Peter Donald 37879f0723 Removed Project.getVersion() replaced it with getJavaVersion() (inherited from AbstractTask) where necessary and removed all checks for java 1.1 24 years ago
  Peter Donald e063898390 Removed Project.translatePath and replaced it by allowing Files or Path objects be passed in. 24 years ago
  Peter Donald 3348a18a7d Removed uneeded property expansion 24 years ago
  Peter Donald be1eba8bf7 Made members private, removed redundently specified "this." and did not try to replace values when adding properties as Ant2 will be fully dynamic 24 years ago
  Peter Donald e2288433da addText() --> addContent() 24 years ago
  Peter Donald 1a1e1bda8d EchoLevel no longer used. 24 years ago
  Peter Donald 13e99fc91b Echo no longer handles log messages - only useful for writing to files. 24 years ago