[root]/groovy/groovy-core/src/main/groovy/jmx
Minor refactor - moved the AntBuillder and GroovyMBean classes into the groovy.util package to make the groovy APIs simpler to use.
Also cleaned up the javadoc somewhat ensuring there's a package descriptor for each package
0 lines of code changed in:
Added getProperty() and setProperty() methods on GroovyObject making it easy to overload the property access mechanism in Groovy.
Also added an initial GroovyMBean which acts just like a regular POGO but is actually a JMX proxy to an underlying local or remote MBean
0 lines of code changed in: