costin 2002/12/26 10:04:39 Modified: modeler/src/java/META-INF ant.properties Log: Better names for the tasks. ( this is a new feature, so no backward compat issues ) Revision Changes Path 1.2 +7 -2 jakarta-commons/modeler/src/java/META-INF/ant.properties Index: ant.properties =================================================================== RCS file: /home/cvs/jakarta-commons/modeler/src/java/META-INF/ant.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ant.properties 13 Nov 2002 06:22:52 -0000 1.1 +++ ant.properties 26 Dec 2002 18:04:39 -0000 1.2 @@ -1,5 +1,10 @@ MLET=org.apache.commons.modeler.ant.MLETTask +mbean=org.apache.commons.modeler.ant.MLETTask +jmx-attribute=org.apache.commons.modeler.ant.JmxSet +jmx-operation=org.apache.commons.modeler.ant.JmxInvoke +mbeans-descriptors=org.apache.commons.modeler.ant.RegistryTask + +# old names, to be removed jmxSet=org.apache.commons.modeler.ant.JmxSet jmx=org.apache.commons.modeler.ant.JmxInvoke -modelerBean=org.apache.commons.modeler.ant.ModelerTask -modelerRegistry=org.apache.commons.modeler.ant.RegistryTask \ No newline at end of file +modelerRegistry=org.apache.commons.modeler.ant.RegistryTask
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
