[jboss-cvs] JBossAS SVN: r70028 - trunk/system/src/main/org/jboss/deployers/spi/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 22 01:23:51 EST 2008


Author: scott.stark at jboss.org
Date: 2008-02-22 01:23:51 -0500 (Fri, 22 Feb 2008)
New Revision: 70028

Removed:
   trunk/system/src/main/org/jboss/deployers/spi/management/DeploymentTemplateInfo.java
Modified:
   trunk/system/src/main/org/jboss/deployers/spi/management/DeploymentTemplate.java
   trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java
Log:
Update to use the DeploymentTemplateInfo from jboss-managed

Modified: trunk/system/src/main/org/jboss/deployers/spi/management/DeploymentTemplate.java
===================================================================
--- trunk/system/src/main/org/jboss/deployers/spi/management/DeploymentTemplate.java	2008-02-22 06:22:41 UTC (rev 70027)
+++ trunk/system/src/main/org/jboss/deployers/spi/management/DeploymentTemplate.java	2008-02-22 06:23:51 UTC (rev 70028)
@@ -23,10 +23,11 @@
 package org.jboss.deployers.spi.management;
 
 import org.jboss.deployers.vfs.spi.client.VFSDeployment;
+import org.jboss.managed.api.DeploymentTemplateInfo;
 import org.jboss.virtual.VirtualFile;
 
 /**
- * A DeploymentTemplate is a demplate for creating a DeploymentContext given
+ * A DeploymentTemplate is a template for creating a DeploymentContext given
  * a set of ManagedProperty representing the template properties
  * to set in the resulting deployment.
  * 

Deleted: trunk/system/src/main/org/jboss/deployers/spi/management/DeploymentTemplateInfo.java
===================================================================
--- trunk/system/src/main/org/jboss/deployers/spi/management/DeploymentTemplateInfo.java	2008-02-22 06:22:41 UTC (rev 70027)
+++ trunk/system/src/main/org/jboss/deployers/spi/management/DeploymentTemplateInfo.java	2008-02-22 06:23:51 UTC (rev 70028)
@@ -1,39 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.deployers.spi.management;
-
-import java.util.Map;
-
-import org.jboss.managed.api.ManagedProperty;
-
-/**
- * The exportable information for a DeploymentTemplate.
- * 
- * @author Scott.Stark at jboss.org
- * @version $Revision:$
- */
-public interface DeploymentTemplateInfo
-{
-   public String getName();
-   public String getDescription();
-   public Map<String, ManagedProperty> getProperties();
-}

Modified: trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java
===================================================================
--- trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java	2008-02-22 06:22:41 UTC (rev 70027)
+++ trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java	2008-02-22 06:23:51 UTC (rev 70028)
@@ -25,6 +25,7 @@
 import java.util.Set;
 
 import org.jboss.managed.api.ComponentType;
+import org.jboss.managed.api.DeploymentTemplateInfo;
 import org.jboss.managed.api.ManagedComponent;
 import org.jboss.managed.api.ManagedDeployment;
 import org.jboss.managed.api.ManagedDeployment.DeploymentPhase;




More information about the jboss-cvs-commits mailing list