# HG changeset patch # User Doug Simon # Date 1379496043 -7200 # Node ID e29743466d00da475e6e032fcb2adb419ba23bd9 # Parent 528ab536b403a9270bf7f6b10b3973de3d90d0a0 fixed regression in mx.py diff -r 528ab536b403 -r e29743466d00 mxtool/mx.py --- a/mxtool/mx.py Wed Sep 18 10:31:34 2013 +0200 +++ b/mxtool/mx.py Wed Sep 18 11:20:43 2013 +0200 @@ -2558,7 +2558,7 @@ if len(p.annotation_processors()) > 0: out = XMLDoc() out.open('factorypath') - out.element('factorypathentry', {'kind' : 'PLUGIN', 'id' : 'org.eclipset.ws.annotations.core', 'enabled' : 'true', 'runInBatchMode' : 'false'}) + out.element('factorypathentry', {'kind' : 'PLUGIN', 'id' : 'org.eclipse.jst.ws.annotations.core', 'enabled' : 'true', 'runInBatchMode' : 'false'}) for ap in p.annotation_processors(): for dep in dependency(ap).all_deps([], True): if dep.isLibrary():