svn commit: r12759 - trunk/src/model-mdr/tools/lib
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris Date: 2007-06-05 13:57:03-0700 New Revision: 12759 Added: trunk/src/model-mdr/tools/lib/mdrant-patched.jar (contents, props changed) trunk/src/model-mdr/tools/lib/mdrant-patched.txt (contents, props changed) Log: Patched version of MDRAnt to work with Ant 1.7 Added: trunk/src/model-mdr/tools/lib/mdrant-patched.jar Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-mdr/tools/lib/mdrant-patched.jar?view=auto&rev=12759 ============================================================================== Binary file. No diff available. Added: trunk/src/model-mdr/tools/lib/mdrant-patched.txt Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-mdr/tools/lib/mdrant-patched.txt?view=auto&rev=12759 ============================================================================== --- (empty file) +++ trunk/src/model-mdr/tools/lib/mdrant-patched.txt 2007-06-05 13:57:03-0700 @@ -0,0 +1,10 @@ +This version of MDRAnt was created by deleting all the createFoo() methods +(eg createReadXMI) from org.netbeans.mdrant.MdrTask so that Ant 1.7 +can't find them and call them in preference to the addReadXMI style of +methods. + +This version will work with both Ant 1.6.5 (and probably earlier) as well +as Ant 1.7. + +Tom Morris +5 June 2007 \ No newline at end of file