jefft 01/12/11 02:13:36
Modified: . build.xml
src/java/org/apache/avalon/phoenix AbstractBlock.java
Block.java BlockContext.java BlockEvent.java
BlockListener.java Constants.java Service.java
src/java/org/apache/avalon/phoenix/components/application
BlockEntry.java BlockInvocationHandler.java
BlockListenerSupport.java DefaultApplication.java
DefaultBlockContext.java DependencyGraph.java
LifecycleHelper.java
src/java/org/apache/avalon/phoenix/components/classloader
AbstractPolicy.java DefaultClassLoaderManager.java
DefaultPolicy.java PolicyClassLoader.java
SarURLConnection.java
SarURLStreamHandlerFactory.java
src/java/org/apache/avalon/phoenix/components/configuration
DefaultConfigurationRepository.java
src/java/org/apache/avalon/phoenix/components/deployer
DefaultDeployer.java DefaultDeploymentRecorder.java
PersistentDeploymentRecorder.java
src/java/org/apache/avalon/phoenix/components/embeddor
DefaultEmbeddor.java SingleAppEmbeddor.java
src/java/org/apache/avalon/phoenix/components/extensions
NoopPackageRepository.java
PhoenixPackageRepository.java
src/java/org/apache/avalon/phoenix/components/kernel
DefaultApplicationContext.java DefaultKernel.java
DefaultKernelMBean.java SarEntry.java
src/java/org/apache/avalon/phoenix/components/logger
DefaultLogManager.java SimpleLogKitManager.java
src/java/org/apache/avalon/phoenix/components/manager
AbstractSystemManager.java DefaultManager.java
NoopSystemManager.java
src/java/org/apache/avalon/phoenix/frontends CLIMain.java
CLISetup.java ComposableServlet.java
PhoenixServlet.java
src/java/org/apache/avalon/phoenix/interfaces
Application.java ApplicationContext.java
ApplicationException.java ApplicationMBean.java
ClassLoaderManager.java
ConfigurationRepository.java Deployer.java
DeploymentException.java DeploymentRecorder.java
Embeddor.java EmbeddorMBean.java
ExtensionManagerMBean.java Kernel.java
LogManager.java ManagerException.java
PackageRepository.java SystemManager.java
src/java/org/apache/avalon/phoenix/launcher
DaemonLauncher.java Main.java
src/java/org/apache/avalon/phoenix/metadata
BlockListenerMetaData.java BlockMetaData.java
DependencyMetaData.java SarMetaData.java
src/java/org/apache/avalon/phoenix/metainfo
BlockDescriptor.java BlockInfo.java
DependencyDescriptor.java ServiceDescriptor.java
src/java/org/apache/avalon/phoenix/tools/assembler
Assembler.java AssemblyException.java
src/java/org/apache/avalon/phoenix/tools/infobuilder
BlockInfoBuilder.java
src/java/org/apache/avalon/phoenix/tools/installer
Installation.java InstallationException.java
Installer.java
src/java/org/apache/avalon/phoenix/tools/tasks Sar.java
src/java/org/apache/avalon/phoenix/tools/verifier
SarVerifier.java VerifyException.java
src/java/org/apache/jmx MBeanServerImpl.java
src/java/org/apache/jmx/adaptor RMIAdaptor.java
RMIAdaptorImpl.java
src/java/org/apache/jmx/introspector AbstractMBean.java
AttributeEntry.java ConstructiveMBean.java
JMXPermission.java JavaBeanMBean.java
OperationEntry.java
src/pdk build.xml
src/pdk/src/java/phoenixdemo/api PDKDemoServer.java
src/pdk/src/java/phoenixdemo/block DefaultPDKDemoServer.java
SocketThread.java
src/pdk/src/java/phoenixdemo/client Client.java
src/pdk/src/java/phoenixdemo/server PDKDemoServerImpl.java
Added: . LICENSE.txt README.txt WARNING.txt
lib README.txt
Removed: . LICENSE README WARNING
lib README
Log:
- Give LICENSE, README and WARNING a .txt suffix, for the benefit of Windows
users.
Revision Changes Path
1.88 +4 -4 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- build.xml 2001/12/10 11:31:03 1.87
+++ build.xml 2001/12/11 10:13:32 1.88
@@ -524,8 +524,8 @@
<copy todir="${bin.dist.dir}" filtering="on">
<fileset dir=".">
- <include name="README"/>
- <include name="WARNING"/>
+ <include name="README.txt"/>
+ <include name="WARNING.txt"/>
<include name="LICENSE"/>
</fileset>
</copy>
@@ -567,8 +567,8 @@
<copy todir="${src.dist.dir}" filtering="on">
<fileset dir=".">
- <include name="README"/>
- <include name="WARNING"/>
+ <include name="README.txt"/>
+ <include name="WARNING.txt"/>
<include name="LICENSE"/>
<include name="BUILDING.txt"/>
<include name="build.xml"/>
1.1 jakarta-avalon-phoenix/LICENSE.txt
Index: LICENSE.txt
===================================================================
/*
============================================================================
The Apache Software License, Version 1.1
============================================================================
Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. The end-user documentation included with the redistribution, if any, must
include the following acknowledgment: "This product includes software
developed by the Apache Software Foundation (http://www.apache.org/)."
Alternately, this acknowledgment may appear in the software itself, if
and wherever such third-party acknowledgments normally appear.
4. The names "Jakarta", "Avalon", "Phoenix" and "Apache Software Foundation"
must not be used to endorse or promote products derived from this
software without prior written permission. For written permission, please
contact [EMAIL PROTECTED]
5. Products derived from this software may not be called "Apache", nor may
"Apache" appear in their name, without prior written permission of the
Apache Software Foundation.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This software consists of voluntary contributions made by many individuals
on behalf of the Apache Software Foundation and was originally created by
Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache
Software Foundation, please see <http://www.apache.org/>.
*/
1.1 jakarta-avalon-phoenix/README.txt
Index: README.txt
===================================================================
P H O E N I X
@version@
What is it?
-----------
It is meta-server - a server kernel on top of which other servers are built.
Where is it?
------------
http://jakarta.apache.org/avalon
Requirements
------------
-JDK1.3 or above
-To build form CVS you must set JAVA_HOME to the jdk dir
(eg:/usr/bin/jdk1.3 or
c:\jdk1.3)
Distribution
------------
Distribution contains the following:
-phoenix-engine.jar The Phoenix kernel
-phoenix-loader.jar Phoenix loader
Distributions built above JDK1.3 will include the following:
-xerces.jar Any SAX2 parser will work. By default xerces is
used.
Installation Instructions and Documentation
-------------------------------------------
Phoenix is a framework that loads and runs servers. Without a server
plugged into it, it doesn't do anything. To run it just execute run.bat
or run.sh in the distribution bin folder. See docs/ subdirectory for further
documentation.
Licensing and legal issues
--------------------------
For other legal and licensing issues, please read the included
documentation.
Thanks for using Phoenix.
The Apache Jakarta Project
http://jakarta.apache.org/
1.1 jakarta-avalon-phoenix/WARNING.txt
Index: WARNING.txt
===================================================================
***************************** W A R N I N G
**********************************
All user accessible points in this software package are to be considered
"alpha". This means that the developer team is not investing _any_ effort
in providing back compatibility between alpha releases.
This software will continue to be released as "alpha" until both code,
schemas and APIs will be considered stable.
Until then, there will be no warranty that newer versions will maintain back
compatibility even in the most simple cases.
On the other hand, once "beta" status is reached, back incompatible changes
will be made only if absolutely necessary to reach "final" status.
The Avalon development team understands the importance of reliable
software as well as the importance of protecting user investiments by the
creation of a solid development platform that doesn't change.
On the other hand, being the Avalon project a pioneer in many fields, this
cannot be guaranteed before a final status is reached for the software.
Until then, no effort will be provided to guarantee back compatibility.
You have been warned.
***************************** W A R N I N G
**********************************
1.1 jakarta-avalon-phoenix/lib/README.txt
Index: README.txt
===================================================================
Place any third party jars here.
1.6 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/AbstractBlock.java
Index: AbstractBlock.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/AbstractBlock.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AbstractBlock.java 2001/11/19 12:21:28 1.5
+++ AbstractBlock.java 2001/12/11 10:13:32 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix;
@@ -25,7 +25,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version CVS $Revision: 1.5 $ $Date: 2001/11/19 12:21:28 $
+ * @version CVS $Revision: 1.6 $ $Date: 2001/12/11 10:13:32 $
*/
public abstract class AbstractBlock
extends AbstractLogEnabled
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/Block.java
Index: Block.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/Block.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Block.java 2001/09/28 04:17:26 1.2
+++ Block.java 2001/12/11 10:13:32 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix;
1.7 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/BlockContext.java
Index: BlockContext.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/BlockContext.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- BlockContext.java 2001/12/08 09:06:57 1.6
+++ BlockContext.java 2001/12/11 10:13:32 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/BlockEvent.java
Index: BlockEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/BlockEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BlockEvent.java 2001/11/19 12:21:28 1.2
+++ BlockEvent.java 2001/12/11 10:13:32 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/BlockListener.java
Index: BlockListener.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/BlockListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BlockListener.java 2001/11/19 12:21:28 1.2
+++ BlockListener.java 2001/12/11 10:13:32 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/Constants.java
Index: Constants.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/Constants.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Constants.java 2001/11/19 12:21:28 1.2
+++ Constants.java 2001/12/11 10:13:32 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/Service.java
Index: Service.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/Service.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Service.java 2001/11/19 12:21:28 1.3
+++ Service.java 2001/12/11 10:13:32 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/BlockEntry.java
Index: BlockEntry.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/BlockEntry.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BlockEntry.java 2001/11/19 12:21:29 1.3
+++ BlockEntry.java 2001/12/11 10:13:33 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.application;
1.4 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/BlockInvocationHandler.java
Index: BlockInvocationHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/BlockInvocationHandler.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BlockInvocationHandler.java 2001/11/19 12:21:29 1.3
+++ BlockInvocationHandler.java 2001/12/11 10:13:33 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.application;
@@ -27,7 +27,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Paul Hammant</a>
- * @version CVS $Revision: 1.3 $ $Date: 2001/11/19 12:21:29 $
+ * @version CVS $Revision: 1.4 $ $Date: 2001/12/11 10:13:33 $
*/
final class BlockInvocationHandler
implements InvocationHandler
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/BlockListenerSupport.java
Index: BlockListenerSupport.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/BlockListenerSupport.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BlockListenerSupport.java 2001/11/19 12:21:29 1.3
+++ BlockListenerSupport.java 2001/12/11 10:13:33 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.application;
1.7 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/DefaultApplication.java
Index: DefaultApplication.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/DefaultApplication.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DefaultApplication.java 2001/12/09 07:05:22 1.6
+++ DefaultApplication.java 2001/12/11 10:13:33 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.application;
1.10 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/DefaultBlockContext.java
Index: DefaultBlockContext.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/DefaultBlockContext.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DefaultBlockContext.java 2001/11/19 12:21:29 1.9
+++ DefaultBlockContext.java 2001/12/11 10:13:33 1.10
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.application;
1.5 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/DependencyGraph.java
Index: DependencyGraph.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/DependencyGraph.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DependencyGraph.java 2001/11/19 12:21:29 1.4
+++ DependencyGraph.java 2001/12/11 10:13:33 1.5
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.application;
1.22 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/LifecycleHelper.java
Index: LifecycleHelper.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/LifecycleHelper.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- LifecycleHelper.java 2001/11/19 12:21:29 1.21
+++ LifecycleHelper.java 2001/12/11 10:13:33 1.22
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.application;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/AbstractPolicy.java
Index: AbstractPolicy.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/AbstractPolicy.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractPolicy.java 2001/11/19 12:21:29 1.3
+++ AbstractPolicy.java 2001/12/11 10:13:33 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.classloader;
1.21 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/DefaultClassLoaderManager.java
Index: DefaultClassLoaderManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/DefaultClassLoaderManager.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- DefaultClassLoaderManager.java 2001/12/02 03:45:02 1.20
+++ DefaultClassLoaderManager.java 2001/12/11 10:13:33 1.21
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.classloader;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/DefaultPolicy.java
Index: DefaultPolicy.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/DefaultPolicy.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DefaultPolicy.java 2001/11/19 12:21:29 1.2
+++ DefaultPolicy.java 2001/12/11 10:13:33 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.classloader;
1.14 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/PolicyClassLoader.java
Index: PolicyClassLoader.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/PolicyClassLoader.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- PolicyClassLoader.java 2001/11/19 12:21:29 1.13
+++ PolicyClassLoader.java 2001/12/11 10:13:33 1.14
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.classloader;
1.6 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/SarURLConnection.java
Index: SarURLConnection.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/SarURLConnection.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SarURLConnection.java 2001/10/28 11:31:05 1.5
+++ SarURLConnection.java 2001/12/11 10:13:33 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.classloader;
@@ -25,7 +25,7 @@
* read-only connection.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Mircea Toma</a>
- * @version CVS $Revision: 1.5 $ $Date: 2001/10/28 11:31:05 $
+ * @version CVS $Revision: 1.6 $ $Date: 2001/12/11 10:13:33 $
*/
class SarURLConnection
extends URLConnection
1.9 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/SarURLStreamHandlerFactory.java
Index: SarURLStreamHandlerFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/classloader/SarURLStreamHandlerFactory.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SarURLStreamHandlerFactory.java 2001/10/27 23:36:02 1.8
+++ SarURLStreamHandlerFactory.java 2001/12/11 10:13:33 1.9
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.classloader;
@@ -21,7 +21,7 @@
* protocol handler.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Mircea Toma</a>
- * @version CVS $Revision: 1.8 $ $Date: 2001/10/27 23:36:02 $
+ * @version CVS $Revision: 1.9 $ $Date: 2001/12/11 10:13:33 $
*/
class SarURLStreamHandlerFactory
extends URLStreamHandler
1.8 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/configuration/DefaultConfigurationRepository.java
Index: DefaultConfigurationRepository.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/configuration/DefaultConfigurationRepository.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DefaultConfigurationRepository.java 2001/11/19 12:21:29 1.7
+++ DefaultConfigurationRepository.java 2001/12/11 10:13:33 1.8
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.configuration;
1.15 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/deployer/DefaultDeployer.java
Index: DefaultDeployer.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/deployer/DefaultDeployer.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- DefaultDeployer.java 2001/11/19 12:21:29 1.14
+++ DefaultDeployer.java 2001/12/11 10:13:33 1.15
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.deployer;
1.7 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/deployer/DefaultDeploymentRecorder.java
Index: DefaultDeploymentRecorder.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/deployer/DefaultDeploymentRecorder.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DefaultDeploymentRecorder.java 2001/11/17 07:09:50 1.6
+++ DefaultDeploymentRecorder.java 2001/12/11 10:13:33 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.deployer;
1.6 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/deployer/PersistentDeploymentRecorder.java
Index: PersistentDeploymentRecorder.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/deployer/PersistentDeploymentRecorder.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PersistentDeploymentRecorder.java 2001/11/17 07:09:50 1.5
+++ PersistentDeploymentRecorder.java 2001/12/11 10:13:33 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.deployer;
1.40 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/embeddor/DefaultEmbeddor.java
Index: DefaultEmbeddor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/embeddor/DefaultEmbeddor.java,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- DefaultEmbeddor.java 2001/12/09 07:07:15 1.39
+++ DefaultEmbeddor.java 2001/12/11 10:13:33 1.40
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.embeddor;
1.17 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/embeddor/SingleAppEmbeddor.java
Index: SingleAppEmbeddor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/embeddor/SingleAppEmbeddor.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- SingleAppEmbeddor.java 2001/11/24 10:39:48 1.16
+++ SingleAppEmbeddor.java 2001/12/11 10:13:33 1.17
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.embeddor;
1.3 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/extensions/NoopPackageRepository.java
Index: NoopPackageRepository.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/extensions/NoopPackageRepository.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NoopPackageRepository.java 2001/11/24 10:39:00 1.2
+++ NoopPackageRepository.java 2001/12/11 10:13:34 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.extensions;
@@ -17,7 +17,7 @@
* require apps to be be self-contained.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.2 $ $Date: 2001/11/24 10:39:00 $
+ * @version $Revision: 1.3 $ $Date: 2001/12/11 10:13:34 $
*/
public class NoopPackageRepository
implements PackageRepository
1.4 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/extensions/PhoenixPackageRepository.java
Index: PhoenixPackageRepository.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/extensions/PhoenixPackageRepository.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PhoenixPackageRepository.java 2001/12/02 04:12:51 1.3
+++ PhoenixPackageRepository.java 2001/12/11 10:13:34 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.extensions;
@@ -25,7 +25,7 @@
* PhoenixPackageRepository
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.3 $ $Date: 2001/12/02 04:12:51 $
+ * @version $Revision: 1.4 $ $Date: 2001/12/11 10:13:34 $
*/
public class PhoenixPackageRepository
extends DefaultPackageRepository
1.8 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/DefaultApplicationContext.java
Index: DefaultApplicationContext.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/DefaultApplicationContext.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DefaultApplicationContext.java 2001/11/19 12:21:29 1.7
+++ DefaultApplicationContext.java 2001/12/11 10:13:34 1.8
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.kernel;
1.47 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/DefaultKernel.java
Index: DefaultKernel.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/DefaultKernel.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- DefaultKernel.java 2001/12/09 07:04:43 1.46
+++ DefaultKernel.java 2001/12/11 10:13:34 1.47
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.kernel;
1.6 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/DefaultKernelMBean.java
Index: DefaultKernelMBean.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/DefaultKernelMBean.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DefaultKernelMBean.java 2001/11/19 12:21:30 1.5
+++ DefaultKernelMBean.java 2001/12/11 10:13:34 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.kernel;
1.8 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/SarEntry.java
Index: SarEntry.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/kernel/SarEntry.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- SarEntry.java 2001/11/19 12:21:30 1.7
+++ SarEntry.java 2001/12/11 10:13:34 1.8
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.kernel;
1.10 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/logger/DefaultLogManager.java
Index: DefaultLogManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/logger/DefaultLogManager.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DefaultLogManager.java 2001/11/20 11:12:58 1.9
+++ DefaultLogManager.java 2001/12/11 10:13:34 1.10
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.logger;
1.7 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/logger/SimpleLogKitManager.java
Index: SimpleLogKitManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/logger/SimpleLogKitManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SimpleLogKitManager.java 2001/11/20 11:09:45 1.6
+++ SimpleLogKitManager.java 2001/12/11 10:13:34 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.logger;
1.8 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/manager/AbstractSystemManager.java
Index: AbstractSystemManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/manager/AbstractSystemManager.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- AbstractSystemManager.java 2001/11/19 12:21:30 1.7
+++ AbstractSystemManager.java 2001/12/11 10:13:34 1.8
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.manager;
1.9 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/manager/DefaultManager.java
Index: DefaultManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/manager/DefaultManager.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- DefaultManager.java 2001/12/08 04:33:18 1.8
+++ DefaultManager.java 2001/12/11 10:13:34 1.9
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.manager;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/manager/NoopSystemManager.java
Index: NoopSystemManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/manager/NoopSystemManager.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NoopSystemManager.java 2001/09/27 05:04:13 1.2
+++ NoopSystemManager.java 2001/12/11 10:13:34 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.components.manager;
1.18 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/frontends/CLIMain.java
Index: CLIMain.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/frontends/CLIMain.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- CLIMain.java 2001/12/08 11:45:24 1.17
+++ CLIMain.java 2001/12/11 10:13:34 1.18
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.frontends;
1.10 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/frontends/CLISetup.java
Index: CLISetup.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/frontends/CLISetup.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- CLISetup.java 2001/11/19 12:21:30 1.9
+++ CLISetup.java 2001/12/11 10:13:34 1.10
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.frontends;
1.2 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/frontends/ComposableServlet.java
Index: ComposableServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/frontends/ComposableServlet.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ComposableServlet.java 2001/11/30 12:32:25 1.1
+++ ComposableServlet.java 2001/12/11 10:13:34 1.2
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.frontends;
1.5 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/frontends/PhoenixServlet.java
Index: PhoenixServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/frontends/PhoenixServlet.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PhoenixServlet.java 2001/11/24 10:35:49 1.4
+++ PhoenixServlet.java 2001/12/11 10:13:34 1.5
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.frontends;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/Application.java
Index: Application.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/Application.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Application.java 2001/11/19 12:21:30 1.3
+++ Application.java 2001/12/11 10:13:34 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ApplicationContext.java
Index: ApplicationContext.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ApplicationContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ApplicationContext.java 2001/11/19 12:21:30 1.3
+++ ApplicationContext.java 2001/12/11 10:13:34 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.2 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ApplicationException.java
Index: ApplicationException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ApplicationException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ApplicationException.java 2001/12/02 05:13:32 1.1
+++ ApplicationException.java 2001/12/11 10:13:34 1.2
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.2 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ApplicationMBean.java
Index: ApplicationMBean.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ApplicationMBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ApplicationMBean.java 2001/12/02 05:13:32 1.1
+++ ApplicationMBean.java 2001/12/11 10:13:34 1.2
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.7 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ClassLoaderManager.java
Index: ClassLoaderManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ClassLoaderManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ClassLoaderManager.java 2001/11/19 12:21:30 1.6
+++ ClassLoaderManager.java 2001/12/11 10:13:34 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.6 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ConfigurationRepository.java
Index: ConfigurationRepository.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ConfigurationRepository.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ConfigurationRepository.java 2001/11/19 12:21:30 1.5
+++ ConfigurationRepository.java 2001/12/11 10:13:34 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/Deployer.java
Index: Deployer.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/Deployer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Deployer.java 2001/11/19 12:21:30 1.3
+++ Deployer.java 2001/12/11 10:13:34 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/DeploymentException.java
Index: DeploymentException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/DeploymentException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DeploymentException.java 2001/11/19 12:21:30 1.2
+++ DeploymentException.java 2001/12/11 10:13:34 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/DeploymentRecorder.java
Index: DeploymentRecorder.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/DeploymentRecorder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DeploymentRecorder.java 2001/11/17 07:06:53 1.2
+++ DeploymentRecorder.java 2001/12/11 10:13:34 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/Embeddor.java
Index: Embeddor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/Embeddor.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Embeddor.java 2001/11/19 12:21:30 1.3
+++ Embeddor.java 2001/12/11 10:13:34 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/EmbeddorMBean.java
Index: EmbeddorMBean.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/EmbeddorMBean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EmbeddorMBean.java 2001/12/09 07:07:15 1.3
+++ EmbeddorMBean.java 2001/12/11 10:13:34 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.2 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ExtensionManagerMBean.java
Index: ExtensionManagerMBean.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ExtensionManagerMBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExtensionManagerMBean.java 2001/12/02 04:12:51 1.1
+++ ExtensionManagerMBean.java 2001/12/11 10:13:34 1.2
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
@@ -11,7 +11,7 @@
* Management interface to ExtensionManager.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.1 $ $Date: 2001/12/02 04:12:51 $
+ * @version $Revision: 1.2 $ $Date: 2001/12/11 10:13:34 $
*/
public interface ExtensionManagerMBean
{
1.6 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/Kernel.java
Index: Kernel.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/Kernel.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Kernel.java 2001/11/19 12:21:30 1.5
+++ Kernel.java 2001/12/11 10:13:34 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/LogManager.java
Index: LogManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/LogManager.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- LogManager.java 2001/11/19 12:21:30 1.3
+++ LogManager.java 2001/12/11 10:13:34 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ManagerException.java
Index: ManagerException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ManagerException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ManagerException.java 2001/11/19 12:21:30 1.2
+++ ManagerException.java 2001/12/11 10:13:34 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.5 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/PackageRepository.java
Index: PackageRepository.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/PackageRepository.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PackageRepository.java 2001/12/02 04:11:19 1.4
+++ PackageRepository.java 2001/12/11 10:13:34 1.5
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
@@ -13,7 +13,7 @@
* PackageRepository
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.4 $ $Date: 2001/12/02 04:11:19 $
+ * @version $Revision: 1.5 $ $Date: 2001/12/11 10:13:34 $
*/
public interface PackageRepository
extends org.apache.avalon.excalibur.extension.PackageRepository,
Component
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/SystemManager.java
Index: SystemManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/SystemManager.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SystemManager.java 2001/11/19 12:21:30 1.2
+++ SystemManager.java 2001/12/11 10:13:34 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.interfaces;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/launcher/DaemonLauncher.java
Index: DaemonLauncher.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/launcher/DaemonLauncher.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DaemonLauncher.java 2001/12/08 11:45:25 1.2
+++ DaemonLauncher.java 2001/12/11 10:13:35 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.launcher;
1.7 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/launcher/Main.java
Index: Main.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/launcher/Main.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Main.java 2001/12/08 11:45:25 1.6
+++ Main.java 2001/12/11 10:13:35 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.launcher;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metadata/BlockListenerMetaData.java
Index: BlockListenerMetaData.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metadata/BlockListenerMetaData.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BlockListenerMetaData.java 2001/11/19 12:21:31 1.3
+++ BlockListenerMetaData.java 2001/12/11 10:13:35 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.metadata;
1.9 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metadata/BlockMetaData.java
Index: BlockMetaData.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metadata/BlockMetaData.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- BlockMetaData.java 2001/11/19 12:21:31 1.8
+++ BlockMetaData.java 2001/12/11 10:13:35 1.9
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.metadata;
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metadata/DependencyMetaData.java
Index: DependencyMetaData.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metadata/DependencyMetaData.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DependencyMetaData.java 2001/11/19 12:21:31 1.3
+++ DependencyMetaData.java 2001/12/11 10:13:35 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.metadata;
1.7 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metadata/SarMetaData.java
Index: SarMetaData.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metadata/SarMetaData.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SarMetaData.java 2001/11/19 12:21:31 1.6
+++ SarMetaData.java 2001/12/11 10:13:35 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.metadata;
1.6 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metainfo/BlockDescriptor.java
Index: BlockDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metainfo/BlockDescriptor.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- BlockDescriptor.java 2001/11/19 12:21:31 1.5
+++ BlockDescriptor.java 2001/12/11 10:13:35 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.metainfo;
1.7 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metainfo/BlockInfo.java
Index: BlockInfo.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metainfo/BlockInfo.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- BlockInfo.java 2001/11/19 12:21:31 1.6
+++ BlockInfo.java 2001/12/11 10:13:35 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.metainfo;
1.6 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metainfo/DependencyDescriptor.java
Index: DependencyDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metainfo/DependencyDescriptor.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DependencyDescriptor.java 2001/11/19 12:21:31 1.5
+++ DependencyDescriptor.java 2001/12/11 10:13:35 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.metainfo;
1.6 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metainfo/ServiceDescriptor.java
Index: ServiceDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/metainfo/ServiceDescriptor.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ServiceDescriptor.java 2001/11/19 12:21:31 1.5
+++ ServiceDescriptor.java 2001/12/11 10:13:35 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.metainfo;
1.6 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/assembler/Assembler.java
Index: Assembler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/assembler/Assembler.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Assembler.java 2001/11/19 12:21:31 1.5
+++ Assembler.java 2001/12/11 10:13:35 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.assembler;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/assembler/AssemblyException.java
Index: AssemblyException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/assembler/AssemblyException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AssemblyException.java 2001/11/19 12:21:31 1.2
+++ AssemblyException.java 2001/12/11 10:13:35 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.assembler;
1.6 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/infobuilder/BlockInfoBuilder.java
Index: BlockInfoBuilder.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/infobuilder/BlockInfoBuilder.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- BlockInfoBuilder.java 2001/11/19 12:21:31 1.5
+++ BlockInfoBuilder.java 2001/12/11 10:13:35 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.infobuilder;
1.10 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/installer/Installation.java
Index: Installation.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/installer/Installation.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Installation.java 2001/11/19 12:21:31 1.9
+++ Installation.java 2001/12/11 10:13:35 1.10
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.installer;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/installer/InstallationException.java
Index: InstallationException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/installer/InstallationException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstallationException.java 2001/11/19 12:21:31 1.2
+++ InstallationException.java 2001/12/11 10:13:35 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.installer;
1.24 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/installer/Installer.java
Index: Installer.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/installer/Installer.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Installer.java 2001/11/21 10:55:57 1.23
+++ Installer.java 2001/12/11 10:13:35 1.24
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.installer;
1.11 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/tasks/Sar.java
Index: Sar.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/tasks/Sar.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Sar.java 2001/11/21 11:40:38 1.10
+++ Sar.java 2001/12/11 10:13:35 1.11
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.tasks;
1.9 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/verifier/SarVerifier.java
Index: SarVerifier.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/verifier/SarVerifier.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SarVerifier.java 2001/11/19 12:21:31 1.8
+++ SarVerifier.java 2001/12/11 10:13:35 1.9
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.verifier;
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/verifier/VerifyException.java
Index: VerifyException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/verifier/VerifyException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VerifyException.java 2001/11/19 12:21:31 1.2
+++ VerifyException.java 2001/12/11 10:13:35 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.verifier;
1.3 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/jmx/MBeanServerImpl.java
Index: MBeanServerImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/jmx/MBeanServerImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MBeanServerImpl.java 2001/04/25 01:02:44 1.2
+++ MBeanServerImpl.java 2001/12/11 10:13:36 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.jmx;
@@ -23,7 +23,7 @@
* javax.management.MBeanServer}.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Leo Simons</a>
- * @version CVS $Revision: 1.2 $ $Date: 2001/04/25 01:02:44 $
+ * @version CVS $Revision: 1.3 $ $Date: 2001/12/11 10:13:36 $
*/
public class MBeanServerImpl
extends com.sun.management.jmx.MBeanServerImpl
1.3 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/jmx/adaptor/RMIAdaptor.java
Index: RMIAdaptor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/jmx/adaptor/RMIAdaptor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RMIAdaptor.java 2001/04/25 01:02:15 1.2
+++ RMIAdaptor.java 2001/12/11 10:13:36 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.jmx.adaptor;
@@ -19,7 +19,7 @@
* to remote operations.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Leo Simons</a>
- * @version CVS $Revision: 1.2 $ $Date: 2001/04/25 01:02:15 $
+ * @version CVS $Revision: 1.3 $ $Date: 2001/12/11 10:13:36 $
*/
public interface RMIAdaptor
extends Remote
1.4 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/jmx/adaptor/RMIAdaptorImpl.java
Index: RMIAdaptorImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/jmx/adaptor/RMIAdaptorImpl.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RMIAdaptorImpl.java 2001/04/25 01:29:41 1.3
+++ RMIAdaptorImpl.java 2001/12/11 10:13:36 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.jmx.adaptor;
1.4 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/AbstractMBean.java
Index: AbstractMBean.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/AbstractMBean.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractMBean.java 2001/11/19 12:21:31 1.3
+++ AbstractMBean.java 2001/12/11 10:13:36 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.jmx.introspector;
@@ -31,7 +31,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Leo Simons</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version CVS $Revision: 1.3 $ $Date: 2001/11/19 12:21:31 $
+ * @version CVS $Revision: 1.4 $ $Date: 2001/12/11 10:13:36 $
*/
public abstract class AbstractMBean
extends NotificationBroadcasterSupport
1.2 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/AttributeEntry.java
Index: AttributeEntry.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/AttributeEntry.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AttributeEntry.java 2001/09/28 23:48:09 1.1
+++ AttributeEntry.java 2001/12/11 10:13:36 1.2
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.jmx.introspector;
1.5 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/ConstructiveMBean.java
Index: ConstructiveMBean.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/ConstructiveMBean.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ConstructiveMBean.java 2001/11/19 12:21:31 1.4
+++ ConstructiveMBean.java 2001/12/11 10:13:36 1.5
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.jmx.introspector;
@@ -22,7 +22,7 @@
* verified by reflection,
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version CVS $Revision: 1.4 $ $Date: 2001/11/19 12:21:31 $
+ * @version CVS $Revision: 1.5 $ $Date: 2001/12/11 10:13:36 $
*/
public abstract class ConstructiveMBean
extends AbstractMBean
1.3 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/JMXPermission.java
Index: JMXPermission.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/JMXPermission.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JMXPermission.java 2001/11/19 12:21:31 1.2
+++ JMXPermission.java 2001/12/11 10:13:36 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.jmx.introspector;
1.7 +2 -2
jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/JavaBeanMBean.java
Index: JavaBeanMBean.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/JavaBeanMBean.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- JavaBeanMBean.java 2001/12/02 03:44:24 1.6
+++ JavaBeanMBean.java 2001/12/11 10:13:36 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.jmx.introspector;
@@ -25,7 +25,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Leo Simons</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version CVS $Revision: 1.6 $ $Date: 2001/12/02 03:44:24 $
+ * @version CVS $Revision: 1.7 $ $Date: 2001/12/11 10:13:36 $
*/
public class JavaBeanMBean
extends AbstractMBean
1.2 +1 -1
jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/OperationEntry.java
Index: OperationEntry.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/jmx/introspector/OperationEntry.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- OperationEntry.java 2001/09/28 23:48:09 1.1
+++ OperationEntry.java 2001/12/11 10:13:36 1.2
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package org.apache.jmx.introspector;
1.6 +1 -1 jakarta-avalon-phoenix/src/pdk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/src/pdk/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 2001/11/10 21:21:43 1.5
+++ build.xml 2001/12/11 10:13:36 1.6
@@ -26,7 +26,7 @@
</path>
<target name="test">
- <available file="../../lib/README" property="wrong-place"/>
+ <available file="../../lib/README.txt" property="wrong-place"/>
</target>
<target name="warning" depends="test" if="wrong-place">
1.3 +2 -2
jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/api/PDKDemoServer.java
Index: PDKDemoServer.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/api/PDKDemoServer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PDKDemoServer.java 2001/11/09 22:30:40 1.2
+++ PDKDemoServer.java 2001/12/11 10:13:36 1.3
@@ -4,7 +4,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package phoenixdemo.api;
@@ -12,7 +12,7 @@
* Interface PDKDemoServer
*
* @author Paul Hammant <a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>
- * @version * $Revision: 1.2 $
+ * @version * $Revision: 1.3 $
*/
public interface PDKDemoServer
{
1.3 +1 -1
jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/block/DefaultPDKDemoServer.java
Index: DefaultPDKDemoServer.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/block/DefaultPDKDemoServer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DefaultPDKDemoServer.java 2001/11/09 22:30:40 1.2
+++ DefaultPDKDemoServer.java 2001/12/11 10:13:36 1.3
@@ -4,7 +4,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package phoenixdemo.block;
1.2 +3 -3
jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/block/SocketThread.java
Index: SocketThread.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/block/SocketThread.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SocketThread.java 2001/10/22 11:24:47 1.1
+++ SocketThread.java 2001/12/11 10:13:36 1.2
@@ -4,7 +4,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package phoenixdemo.block;
@@ -23,7 +23,7 @@
*
*
* @author Paul Hammant <a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class SocketThread extends Thread {
@@ -65,7 +65,7 @@
*
*
* @author Paul Hammant <a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
class ConnectionThread extends Thread {
1.3 +2 -2
jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/client/Client.java
Index: Client.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/client/Client.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Client.java 2001/11/09 22:30:40 1.2
+++ Client.java 2001/12/11 10:13:36 1.3
@@ -4,7 +4,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package phoenixdemo.client;
@@ -14,7 +14,7 @@
/**
* @author Paul Hammant <a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class Client
{
1.3 +2 -2
jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/server/PDKDemoServerImpl.java
Index: PDKDemoServerImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/pdk/src/java/phoenixdemo/server/PDKDemoServerImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PDKDemoServerImpl.java 2001/11/09 22:30:40 1.2
+++ PDKDemoServerImpl.java 2001/12/11 10:13:36 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE file.
+ * the LICENSE.txt file.
*/
package phoenixdemo.server;
@@ -15,7 +15,7 @@
/**
* @author Paul Hammant <a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class PDKDemoServerImpl
implements PDKDemoServer
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>