BebboSoft Messageboard > bb_mug > bb_mug 1.7.0 released
bb_mug 1.7.0 released
admin
Posts: 8
Big Boss
30.Aug.2011 12.05.43 TZ+01:00
The new version adds the feature to rename Java packages. E.g.
 -p foo.bar=a.b.c

will rename all classes in foo.bar to a.b.c.

Note that subpackages are not affected. You have to map each package separately:
 -p foo.bar=a.b.c
-p foo.bar.here=a.b.d
-p foo.bar.there=a.b.e