jboynes     2004/02/20 08:56:08

  Modified:    modules/deployment/src/java/org/apache/geronimo/deployment
                        DeploymentContext.java
  Log:
  Provide ability to add to config classpath
  
  Revision  Changes    Path
  1.3       +5 -1      
incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/DeploymentContext.java
  
  Index: DeploymentContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/DeploymentContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DeploymentContext.java    20 Feb 2004 16:18:14 -0000      1.2
  +++ DeploymentContext.java    20 Feb 2004 16:56:08 -0000      1.3
  @@ -176,6 +176,10 @@
           }
       }
   
  +    public void addToClassPath(URI path) {
  +        classPath.add(path);
  +    }
  +
       public ClassLoader getClassLoader(Repository repository) throws 
DeploymentException {
           // save the dependencies and classpath
           try {
  
  
  

Reply via email to