|
From: Robert E. <sky...@us...> - 2006-04-25 09:27:43
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.intro/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24940/META-INF Modified Files: MANIFEST.MF Log Message: Replaced System.out.println and printStackTrace() calls with Log4j logging statements so that every error gets into the log. Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.intro/META-INF/MANIFEST.MF,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MANIFEST.MF 15 Feb 2006 10:44:13 -0000 1.5 --- MANIFEST.MF 25 Apr 2006 09:27:39 -0000 1.6 *************** *** 9,13 **** Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, ! org.eclipse.ui.intro Eclipse-AutoStart: true Export-Package: org.jcommander.ui.intro --- 9,14 ---- Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, ! org.eclipse.ui.intro, ! org.apache.log4j Eclipse-AutoStart: true Export-Package: org.jcommander.ui.intro |