Index: DefaultDeployer.java
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/deployer/DefaultDeployer.java,v
retrieving revision 1.46
diff -u -r1.46 DefaultDeployer.java
--- DefaultDeployer.java	14 Jul 2002 05:40:43 -0000	1.46
+++ DefaultDeployer.java	24 Jul 2002 05:19:21 -0000
@@ -53,6 +53,8 @@
 /**
  * Deploy .sar files into a kernel using this class.
  *
+ * @phoenix:mx-topic name="Deployer"
+ *
  * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  */
 public class DefaultDeployer
@@ -184,6 +186,9 @@
     /**
      * Undeploy an application.
      *
+     * @phoenix:mx-operation
+     * @phoenix:mx-description Undeploy an application.
+     *
      * @param name the name of deployment
      * @throws DeploymentException if an error occurs
      */
@@ -222,6 +227,9 @@
 
     /**
      * Deploy an application from an installation.
+     *
+     * @phoenix:mx-operation
+     * @phoenix:mx-description Deploy an application from an installation.
      *
      * @param name the name of application
      * @param sarURL the location to deploy from represented as String
