ate 2005/03/23 14:16:46
Modified: jetspeed-api/src/java/org/apache/jetspeed/tools/deploy
DeployFactory.java
Log:
Added stripLoggers factory parameter allowing commons-logging and log4j jars
to be stripped from a war as can be required on
certain platforms like JBoss
Revision Changes Path
1.2 +3 -3
jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/tools/deploy/DeployFactory.java
Index: DeployFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/tools/deploy/DeployFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DeployFactory.java 2 Feb 2005 03:11:35 -0000 1.1
+++ DeployFactory.java 23 Mar 2005 22:16:46 -0000 1.2
@@ -28,8 +28,8 @@
*
* @param inputWarPath
* @param outputWarPath
- * @param registerAtInit
+ * @param stripLoggers
* @return Deploy instance
*/
- public Deploy getInstance(String inputWarPath, String outputWarPath,
boolean registerAtInit) throws Exception;
+ public Deploy getInstance(String inputWarPath, String outputWarPath,
boolean stripLoggers) throws Exception;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]