You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/02/04 22:30:41 UTC

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager Deployment.java

weaver      2004/02/04 13:30:41

  Modified:    portal/src/java/org/apache/jetspeed/tools/pamanager
                        Deployment.java
  Log:
  added the deploy(String webAppsDir, String warFile, String paName, String deploymentDbAlias, int startState) throws PortletApplicationException; method
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/Deployment.java
  
  Index: Deployment.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/Deployment.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Deployment.java	15 Jan 2004 22:26:22 -0000	1.2
  +++ Deployment.java	4 Feb 2004 21:30:41 -0000	1.3
  @@ -88,7 +88,7 @@
       public void deploy(String warFile,
                          String paName) throws PortletApplicationException;
                          
  -	public void deploy(String webAppsDir, String warFile, String paName, String deploymentDbAlias, int startState) throws PortletApplicationException;
  +	
   
       /**
        * Undeploys application.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org