bloritsch 02/05/02 09:54:23
Modified: util/src/java/org/apache/excalibur/util CPUParser.java
Circuit.java CircularDependencyException.java
ComponentStateValidator.java StackIntrospector.java
StringUtil.java SystemUtil.java
util/src/java/org/apache/excalibur/util/system Linux.java
Windows2000.java Windows95.java Windows98.java
WindowsNT.java WindowsXP.java
util/src/test/org/apache/excalibur/util/test
ComponentTestCase.java FullLifecycleComponent.java
StringUtilTestCase.java SystemUtilTestCase.java
Log:
update the util package to the new name scheme
Revision Changes Path
1.2 +2 -2
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/CPUParser.java
Index: CPUParser.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/CPUParser.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CPUParser.java 4 Apr 2002 05:09:06 -0000 1.1
+++ CPUParser.java 2 May 2002 16:54:22 -0000 1.2
@@ -5,7 +5,7 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util;
+package org.apache.excalibur.util;
/**
* This interface is for CPUParser objects that are automagically loaded, and
@@ -13,7 +13,7 @@
* and the generic infomation about them.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:06 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:22 $
*/
public interface CPUParser
{
1.2 +1 -1
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/Circuit.java
Index: Circuit.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/Circuit.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Circuit.java 4 Apr 2002 05:09:06 -0000 1.1
+++ Circuit.java 2 May 2002 16:54:22 -0000 1.2
@@ -5,7 +5,7 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util;
+package org.apache.excalibur.util;
import java.util.ArrayList;
import java.util.HashMap;
1.2 +1 -1
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/CircularDependencyException.java
Index: CircularDependencyException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/CircularDependencyException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CircularDependencyException.java 4 Apr 2002 05:09:06 -0000 1.1
+++ CircularDependencyException.java 2 May 2002 16:54:22 -0000 1.2
@@ -5,7 +5,7 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util;
+package org.apache.excalibur.util;
import java.util.List;
import org.apache.avalon.framework.CascadingException;
1.2 +2 -2
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/ComponentStateValidator.java
Index: ComponentStateValidator.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/ComponentStateValidator.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ComponentStateValidator.java 4 Apr 2002 05:09:06 -0000 1.1
+++ ComponentStateValidator.java 2 May 2002 16:54:22 -0000 1.2
@@ -5,7 +5,7 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util;
+package org.apache.excalibur.util;
import org.apache.avalon.framework.activity.Disposable;
import org.apache.avalon.framework.activity.Initializable;
@@ -30,7 +30,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Michael McKibben</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:06 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:22 $
*/
public final class ComponentStateValidator
{
1.2 +2 -2
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/StackIntrospector.java
Index: StackIntrospector.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/StackIntrospector.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StackIntrospector.java 4 Apr 2002 05:09:06 -0000 1.1
+++ StackIntrospector.java 2 May 2002 16:54:22 -0000 1.2
@@ -5,7 +5,7 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util;
+package org.apache.excalibur.util;
import java.io.PrintWriter;
import java.io.StringWriter;
@@ -17,7 +17,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Stuart Roebuck</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:06 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:22 $
*/
public final class StackIntrospector
{
1.2 +2 -2
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/StringUtil.java
Index: StringUtil.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/StringUtil.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StringUtil.java 4 Apr 2002 05:09:06 -0000 1.1
+++ StringUtil.java 2 May 2002 16:54:22 -0000 1.2
@@ -5,7 +5,7 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util;
+package org.apache.excalibur.util;
import java.util.StringTokenizer;
@@ -13,7 +13,7 @@
* A set of utility operations that work on or create strings.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:06 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:22 $
*/
public final class StringUtil
{
1.2 +3 -3
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/SystemUtil.java
Index: SystemUtil.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/SystemUtil.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SystemUtil.java 4 Apr 2002 05:09:06 -0000 1.1
+++ SystemUtil.java 2 May 2002 16:54:22 -0000 1.2
@@ -5,7 +5,7 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util;
+package org.apache.excalibur.util;
/**
* A set of utility operations that provide necessary information about the
@@ -15,7 +15,7 @@
* Windows support.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:06 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:22 $
*/
public final class SystemUtil
{
@@ -35,7 +35,7 @@
try
{
- String name = "org.apache.avalon.excalibur.util.system." +
+ String name = "org.apache.excalibur.util.system." +
StringUtil.stripWhitespace( m_osName );
Class klass = Class.forName( name );
CPUParser parser = (CPUParser)klass.newInstance();
1.2 +4 -4
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/Linux.java
Index: Linux.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/Linux.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Linux.java 4 Apr 2002 05:09:07 -0000 1.1
+++ Linux.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,20 +5,20 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.system;
+package org.apache.excalibur.util.system;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.Properties;
-import org.apache.avalon.excalibur.util.CPUParser;
-import org.apache.avalon.excalibur.util.StringUtil;
+import org.apache.excalibur.util.CPUParser;
+import org.apache.excalibur.util.StringUtil;
/**
* Parses the Linux environment--Uses the proc filesystem to determine all
the
* CPU information.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:07 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:23 $
*/
public final class Linux implements CPUParser
{
1.2 +3 -3
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/Windows2000.java
Index: Windows2000.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/Windows2000.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Windows2000.java 4 Apr 2002 05:09:07 -0000 1.1
+++ Windows2000.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,18 +5,18 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.system;
+package org.apache.excalibur.util.system;
import java.io.BufferedReader;
import java.io.InputStreamReader;
-import org.apache.avalon.excalibur.util.CPUParser;
+import org.apache.excalibur.util.CPUParser;
/**
* Parses the Windows 2000 environment--the same class should work for other
* Windows versions, but I only have one to test.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:07 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:23 $
*/
public final class Windows2000 implements CPUParser
{
1.2 +3 -3
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/Windows95.java
Index: Windows95.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/Windows95.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Windows95.java 4 Apr 2002 05:09:07 -0000 1.1
+++ Windows95.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,11 +5,11 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.system;
+package org.apache.excalibur.util.system;
import java.io.BufferedReader;
import java.io.InputStreamReader;
-import org.apache.avalon.excalibur.util.CPUParser;
+import org.apache.excalibur.util.CPUParser;
/**
* Parses the Windows 95 environment--the same class should work for other
@@ -17,7 +17,7 @@
* can only use one processor--even if there are more installed in the
system.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:07 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:23 $
*/
public final class Windows95 implements CPUParser
{
1.2 +3 -3
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/Windows98.java
Index: Windows98.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/Windows98.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Windows98.java 4 Apr 2002 05:09:07 -0000 1.1
+++ Windows98.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,11 +5,11 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.system;
+package org.apache.excalibur.util.system;
import java.io.BufferedReader;
import java.io.InputStreamReader;
-import org.apache.avalon.excalibur.util.CPUParser;
+import org.apache.excalibur.util.CPUParser;
/**
* Parses the Windows 98 environment--the same class should work for other
@@ -17,7 +17,7 @@
* can only use one processor--even if there are more installed in the
system.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:07 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:23 $
*/
public final class Windows98 implements CPUParser
{
1.2 +3 -3
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/WindowsNT.java
Index: WindowsNT.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/WindowsNT.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WindowsNT.java 4 Apr 2002 05:09:07 -0000 1.1
+++ WindowsNT.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,18 +5,18 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.system;
+package org.apache.excalibur.util.system;
import java.io.BufferedReader;
import java.io.InputStreamReader;
-import org.apache.avalon.excalibur.util.CPUParser;
+import org.apache.excalibur.util.CPUParser;
/**
* Parses the Windows 2000 environment--the same class should work for other
* Windows versions, but I only have one to test.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:07 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:23 $
*/
public final class WindowsNT implements CPUParser
{
1.2 +3 -3
jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/WindowsXP.java
Index: WindowsXP.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/java/org/apache/excalibur/util/system/WindowsXP.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WindowsXP.java 2 May 2002 16:10:23 -0000 1.1
+++ WindowsXP.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,18 +5,18 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.system;
+package org.apache.excalibur.util.system;
import java.io.BufferedReader;
import java.io.InputStreamReader;
-import org.apache.avalon.excalibur.util.CPUParser;
+import org.apache.excalibur.util.CPUParser;
/**
* Parses the Windows 2000 environment--the same class should work for other
* Windows versions, but I only have one to test.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/05/02 16:10:23 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:23 $
*/
public final class WindowsXP implements CPUParser
{
1.2 +2 -2
jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/ComponentTestCase.java
Index: ComponentTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/ComponentTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ComponentTestCase.java 4 Apr 2002 05:09:07 -0000 1.1
+++ ComponentTestCase.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,7 +5,7 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.test;
+package org.apache.excalibur.util.test;
import junit.framework.TestCase;
import org.apache.avalon.framework.component.DefaultComponentManager;
@@ -19,7 +19,7 @@
* within your own code.
*
* @author <a href="[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:07 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:23 $
*/
public final class ComponentTestCase
extends TestCase
1.2 +3 -3
jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/FullLifecycleComponent.java
Index: FullLifecycleComponent.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/FullLifecycleComponent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FullLifecycleComponent.java 4 Apr 2002 05:09:07 -0000 1.1
+++ FullLifecycleComponent.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,9 +5,9 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.test;
+package org.apache.excalibur.util.test;
-import org.apache.avalon.excalibur.util.ComponentStateValidator;
+import org.apache.excalibur.util.ComponentStateValidator;
import org.apache.avalon.framework.activity.Disposable;
import org.apache.avalon.framework.activity.Initializable;
import org.apache.avalon.framework.activity.Startable;
@@ -32,7 +32,7 @@
* This test class is used to test the AbstractComponent facilities for you.
*
* @author <a href="[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/04/04 05:09:07 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/05/02 16:54:23 $
*/
public final class FullLifecycleComponent
implements LogEnabled, Contextualizable, Parameterizable, Configurable,
1.2 +2 -2
jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/StringUtilTestCase.java
Index: StringUtilTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/StringUtilTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StringUtilTestCase.java 4 Apr 2002 05:09:07 -0000 1.1
+++ StringUtilTestCase.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,10 +5,10 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.test;
+package org.apache.excalibur.util.test;
import junit.framework.TestCase;
-import org.apache.avalon.excalibur.util.StringUtil;
+import org.apache.excalibur.util.StringUtil;
/**
* This is used to test StringUtil for correctness.
1.2 +2 -2
jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/SystemUtilTestCase.java
Index: SystemUtilTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/SystemUtilTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SystemUtilTestCase.java 4 Apr 2002 05:09:07 -0000 1.1
+++ SystemUtilTestCase.java 2 May 2002 16:54:23 -0000 1.2
@@ -5,10 +5,10 @@
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
-package org.apache.avalon.excalibur.util.test;
+package org.apache.excalibur.util.test;
import junit.framework.TestCase;
-import org.apache.avalon.excalibur.util.SystemUtil;
+import org.apache.excalibur.util.SystemUtil;
/**
* This is used to test SystemUtil for correctness.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>