leosutic 2004/02/28 07:16:28
Modified: fortress/tools/src/test/org/apache/avalon/fortress/tools
FortressBeanTestCase.java
FortressBeanTestCase.roles
FortressBeanTestCase.xconf
FortressBeanTestCase.xlog TestImpl.java
TestInterface.java
Log:
Fixed licenses.
Revision Changes Path
1.4 +1 -1
avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java
Index: FortressBeanTestCase.java
===================================================================
RCS file:
/home/cvs/avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- FortressBeanTestCase.java 26 Feb 2004 22:42:33 -0000 1.3
+++ FortressBeanTestCase.java 28 Feb 2004 15:16:27 -0000 1.4
@@ -1,5 +1,5 @@
/*
- * Copyright 2004 Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
1.4 +1 -1
avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.roles
Index: FortressBeanTestCase.roles
===================================================================
RCS file:
/home/cvs/avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.roles,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- FortressBeanTestCase.roles 21 Feb 2004 13:47:20 -0000 1.3
+++ FortressBeanTestCase.roles 28 Feb 2004 15:16:27 -0000 1.4
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
===================================================================
- Copyright 2004 Apache Software Foundation
+ Copyright 2003-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
1.4 +2 -2
avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xconf
Index: FortressBeanTestCase.xconf
===================================================================
RCS file:
/home/cvs/avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xconf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- FortressBeanTestCase.xconf 21 Feb 2004 13:47:20 -0000 1.3
+++ FortressBeanTestCase.xconf 28 Feb 2004 15:16:27 -0000 1.4
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
===================================================================
- Copyright 2004 Apache Software Foundation
+ Copyright 2003-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
@@ -18,5 +18,5 @@
===================================================================
-->
<fortress>
- <test id="test" logger="test"/>
+ <test id="test" logger="test"/>
</fortress>
1.4 +17 -17
avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xlog
Index: FortressBeanTestCase.xlog
===================================================================
RCS file:
/home/cvs/avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xlog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- FortressBeanTestCase.xlog 21 Feb 2004 13:47:20 -0000 1.3
+++ FortressBeanTestCase.xlog 28 Feb 2004 15:16:27 -0000 1.4
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
===================================================================
- Copyright 2004 Apache Software Foundation
+ Copyright 2003-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
@@ -18,20 +18,20 @@
===================================================================
-->
<logkit logger="system.logkit" log-level="INFO">
- <factories>
- <factory type="stream"
class="org.apache.avalon.excalibur.logger.factory.StreamTargetFactory"/>
- </factories>
- <targets>
- <stream id="console">
- <stream>System.out</stream>
- <format type="extended">
- %7.7{priority} %23.23{time:yyyy-MM-dd HH:mm:ss.SSS}
[%24.24{category}] (%{context}): %{message}\n%{throwable}
- </format>
- </stream>
- </targets>
- <categories>
- <category name="" log-level="INFO">
- <log-target id-ref="console"/>
- </category>
- </categories>
+ <factories>
+ <factory type="stream"
class="org.apache.avalon.excalibur.logger.factory.StreamTargetFactory"/>
+ </factories>
+ <targets>
+ <stream id="console">
+ <stream>System.out</stream>
+ <format type="extended">
+ %7.7{priority} %23.23{time:yyyy-MM-dd HH:mm:ss.SSS}
[%24.24{category}] (%{context}): %{message}\n%{throwable}
+ </format>
+ </stream>
+ </targets>
+ <categories>
+ <category name="" log-level="INFO">
+ <log-target id-ref="console"/>
+ </category>
+ </categories>
</logkit>
1.3 +2 -2
avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/TestImpl.java
Index: TestImpl.java
===================================================================
RCS file:
/home/cvs/avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/TestImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TestImpl.java 21 Feb 2004 13:27:02 -0000 1.2
+++ TestImpl.java 28 Feb 2004 15:16:27 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * Copyright 2004 Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
1.3 +2 -2
avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/TestInterface.java
Index: TestInterface.java
===================================================================
RCS file:
/home/cvs/avalon/fortress/tools/src/test/org/apache/avalon/fortress/tools/TestInterface.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TestInterface.java 21 Feb 2004 13:27:02 -0000 1.2
+++ TestInterface.java 28 Feb 2004 15:16:27 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * Copyright 2004 Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]