[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/config/xml XMLBasicJobControlle
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-08-29 02:01:36
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/xml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21323/framework/config/xml Modified Files: XMLBasicJobControllerConfig.java XMLPoolJobControllerConfig.java Log Message: no message Index: XMLBasicJobControllerConfig.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/xml/XMLBasicJobControllerConfig.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** XMLBasicJobControllerConfig.java 14 Mar 2006 23:05:25 -0000 1.8 --- XMLBasicJobControllerConfig.java 29 Aug 2006 02:01:33 -0000 1.9 *************** *** 12,16 **** import org.apache.log4j.Logger; ! import org.jmonks.batchserver.framework.common.FrameworkUtil; import org.jmonks.batchserver.framework.config.BasicJobControllerConfig; import org.jmonks.batchserver.framework.config.ConfigurationException; --- 12,16 ---- import org.apache.log4j.Logger; ! import org.jmonks.batchserver.framework.util.FrameworkUtil; import org.jmonks.batchserver.framework.config.BasicJobControllerConfig; import org.jmonks.batchserver.framework.config.ConfigurationException; Index: XMLPoolJobControllerConfig.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/xml/XMLPoolJobControllerConfig.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** XMLPoolJobControllerConfig.java 14 Mar 2006 23:05:25 -0000 1.8 --- XMLPoolJobControllerConfig.java 29 Aug 2006 02:01:33 -0000 1.9 *************** *** 12,16 **** import org.apache.log4j.Logger; ! import org.jmonks.batchserver.framework.common.FrameworkUtil; import org.jmonks.batchserver.framework.config.ConfigurationException; import org.jmonks.batchserver.framework.config.PoolJobControllerConfig; --- 12,16 ---- import org.apache.log4j.Logger; ! import org.jmonks.batchserver.framework.util.FrameworkUtil; import org.jmonks.batchserver.framework.config.ConfigurationException; import org.jmonks.batchserver.framework.config.PoolJobControllerConfig; |