User: stark
Date: 01/02/22 22:24:17
Modified: src/main/org/jboss/deployment Installer.java
Log:
Patch to pass full classpath to wars
Revision Changes Path
1.5 +2 -2 jboss/src/main/org/jboss/deployment/Installer.java
Index: Installer.java
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/deployment/Installer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Installer.java 2001/02/15 17:34:20 1.4
+++ Installer.java 2001/02/23 06:24:16 1.5
@@ -58,7 +58,7 @@
*
* @see <related>
* @author <a href="mailto:[EMAIL PROTECTED]">Daniel Schulze</a>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public class Installer
{
@@ -306,13 +306,13 @@
}
}
+*/
// put all ejb jars to the common classpath too
it = d.ejbModules.iterator();
if (it.hasNext())
log.log("add all ejb jar files to the common
classpath");
while (it.hasNext())
d.commonUrls.add
(((Deployment.Module)it.next()).localUrls.firstElement());
-*/
break;
}
saveConfig ();