pier        2004/03/31 05:01:39

  Modified:    .        CREDITS.txt
               src/kernel/org/apache/cocoon/kernel BlockLoader.java
                        DeployableInstance.java DeployedWirings.java
                        Installer.java KernelDeployer.java LoadedBlock.java
                        ProxyWire.java SimpleComposer.java
               src/kernel/org/apache/cocoon/kernel/archival
                        HashLibrary.java Library.java
               src/kernel/org/apache/cocoon/kernel/composition
                        Component.java Composer.java Lifecycle.java
                        LifecycleException.java Wire.java
                        WiringException.java Wirings.java
               src/kernel/org/apache/cocoon/kernel/configuration
                        Configurable.java Configuration.java
                        ConfigurationBuilder.java
                        ConfigurationException.java
                        ConfigurationSerializer.java Parameters.java
               src/kernel/org/apache/cocoon/kernel/deployment Block.java
                        Deployer.java DeploymentException.java
                        Instance.java Loader.java
               src/kernel/org/apache/cocoon/kernel/identification
                        AbstractDescriptor.java BlockDescriptor.java
                        Descriptor.java DescriptorBuilder.java
                        IdentificationException.java Identifier.java
                        InterfaceDescriptor.java ParsedIdentifier.java
               src/kernel/org/apache/cocoon/kernel/resolution
                        CompoundResolver.java FileResource.java
                        JarResource.java LocalResolver.java Resolver.java
                        Resource.java
               src/kernel/org/apache/cocoon/kernel/startup
                        AbstractLogger.java ConsoleLogger.java Logger.java
                        Main.java
  Log:
  Moving VNU Kernel credits from classes to CREDITS.txt
  
  Revision  Changes    Path
  1.5       +3 -0      cocoon-2.2/CREDITS.txt
  
  Index: CREDITS.txt
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/CREDITS.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CREDITS.txt       28 Sep 2003 04:31:11 -0000      1.4
  +++ CREDITS.txt       31 Mar 2004 13:01:38 -0000      1.5
  @@ -71,6 +71,9 @@
   This product includes software developed by ANTLR Project
   (http://www.antlr.org/)
   
  +This product includes sofrware developed by VNU Business Publications
  +(http://www.vnunet.com/)
  +
   
   
   
  
  
  
  1.3       +3 -5      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/BlockLoader.java
  
  Index: BlockLoader.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/BlockLoader.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BlockLoader.java  31 Mar 2004 11:20:52 -0000      1.2
  +++ BlockLoader.java  31 Mar 2004 13:01:38 -0000      1.3
  @@ -41,7 +41,6 @@
    * in every method returning a [EMAIL PROTECTED] Block}.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class BlockLoader extends HashLibrary implements Loader {
  @@ -191,7 +190,6 @@
        * [EMAIL PROTECTED] #addURL(URL)} method.</p>
        *
        * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  -     * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
        * @version 1.0 (CVS $Revision$)
        */
       private static final class RootClassLoader extends URLClassLoader {
  @@ -218,4 +216,4 @@
               for (int x = 0; x < urls.length; x++) this.addURL(urls[x]);
           }
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/DeployableInstance.java
  
  Index: DeployableInstance.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/DeployableInstance.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DeployableInstance.java   31 Mar 2004 11:20:51 -0000      1.2
  +++ DeployableInstance.java   31 Mar 2004 13:01:38 -0000      1.3
  @@ -28,7 +28,6 @@
    * the [EMAIL PROTECTED] Instance} interface.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class DeployableInstance implements Instance {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/DeployedWirings.java
  
  Index: DeployedWirings.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/DeployedWirings.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeployedWirings.java      31 Mar 2004 11:39:10 -0000      1.3
  +++ DeployedWirings.java      31 Mar 2004 13:01:38 -0000      1.4
  @@ -37,7 +37,6 @@
   /**
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class DeployedWirings implements Wirings, Lifecycle {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/Installer.java
  
  Index: Installer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/Installer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Installer.java    31 Mar 2004 11:39:10 -0000      1.3
  +++ Installer.java    31 Mar 2004 13:01:38 -0000      1.4
  @@ -36,7 +36,6 @@
    * deploying each block in the correct order.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class Installer {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/KernelDeployer.java
  
  Index: KernelDeployer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/KernelDeployer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- KernelDeployer.java       31 Mar 2004 11:39:10 -0000      1.3
  +++ KernelDeployer.java       31 Mar 2004 13:01:38 -0000      1.4
  @@ -43,7 +43,6 @@
    * interface.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class KernelDeployer implements Deployer {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/LoadedBlock.java
  
  Index: LoadedBlock.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/LoadedBlock.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LoadedBlock.java  31 Mar 2004 11:39:10 -0000      1.3
  +++ LoadedBlock.java  31 Mar 2004 13:01:38 -0000      1.4
  @@ -34,7 +34,6 @@
    * the default implementation returned by a [EMAIL PROTECTED] 
BlockLoader}.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class LoadedBlock implements Block {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/ProxyWire.java
  
  Index: ProxyWire.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/ProxyWire.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProxyWire.java    31 Mar 2004 11:39:10 -0000      1.3
  +++ ProxyWire.java    31 Mar 2004 13:01:38 -0000      1.4
  @@ -48,7 +48,6 @@
    * this planned new feature.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public final class ProxyWire implements InvocationHandler {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/SimpleComposer.java
  
  Index: SimpleComposer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/SimpleComposer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SimpleComposer.java       31 Mar 2004 11:39:10 -0000      1.3
  +++ SimpleComposer.java       31 Mar 2004 13:01:38 -0000      1.4
  @@ -28,7 +28,6 @@
    * requested.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class SimpleComposer implements Composer {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/archival/HashLibrary.java
  
  Index: HashLibrary.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/archival/HashLibrary.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HashLibrary.java  31 Mar 2004 11:21:56 -0000      1.2
  +++ HashLibrary.java  31 Mar 2004 13:01:38 -0000      1.3
  @@ -40,7 +40,6 @@
    * operations on remote servers).</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class HashLibrary extends HashSet implements Library {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/archival/Library.java
  
  Index: Library.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/archival/Library.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Library.java      31 Mar 2004 11:21:56 -0000      1.2
  +++ Library.java      31 Mar 2004 13:01:38 -0000      1.3
  @@ -24,7 +24,6 @@
    * [EMAIL PROTECTED] Descriptor}s.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Library extends Set {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Component.java
  
  Index: Component.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Component.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Component.java    31 Mar 2004 11:21:49 -0000      1.2
  +++ Component.java    31 Mar 2004 13:01:38 -0000      1.3
  @@ -56,7 +56,6 @@
    * is returned to the original [EMAIL PROTECTED] Composer}.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Component {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Composer.java
  
  Index: Composer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Composer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Composer.java     31 Mar 2004 11:21:49 -0000      1.2
  +++ Composer.java     31 Mar 2004 13:01:38 -0000      1.3
  @@ -51,7 +51,6 @@
    * (requiring no parameters) constructor.</p>
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Composer extends Configurable {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Lifecycle.java
  
  Index: Lifecycle.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Lifecycle.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Lifecycle.java    31 Mar 2004 11:21:49 -0000      1.2
  +++ Lifecycle.java    31 Mar 2004 13:01:38 -0000      1.3
  @@ -30,7 +30,6 @@
    * is implemented by a normal component, it will be silently ignored.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Lifecycle {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/LifecycleException.java
  
  Index: LifecycleException.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/LifecycleException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LifecycleException.java   31 Mar 2004 11:21:49 -0000      1.2
  +++ LifecycleException.java   31 Mar 2004 13:01:38 -0000      1.3
  @@ -20,7 +20,6 @@
    * management of a component instance.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class LifecycleException extends Exception {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wire.java
  
  Index: Wire.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wire.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Wire.java 31 Mar 2004 11:21:49 -0000      1.2
  +++ Wire.java 31 Mar 2004 13:01:38 -0000      1.3
  @@ -59,7 +59,6 @@
    * recreated, users should call the [EMAIL PROTECTED] #wired()} method.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Wire extends Resolver {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/WiringException.java
  
  Index: WiringException.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/WiringException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WiringException.java      31 Mar 2004 11:21:49 -0000      1.2
  +++ WiringException.java      31 Mar 2004 13:01:38 -0000      1.3
  @@ -20,7 +20,6 @@
    * [EMAIL PROTECTED] Wire}.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class WiringException extends Exception {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wirings.java
  
  Index: Wirings.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wirings.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Wirings.java      31 Mar 2004 11:21:49 -0000      1.3
  +++ Wirings.java      31 Mar 2004 13:01:38 -0000      1.4
  @@ -33,7 +33,6 @@
    * to its composed object instances.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Wirings extends Resolver {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Configurable.java
  
  Index: Configurable.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Configurable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Configurable.java 31 Mar 2004 11:22:31 -0000      1.2
  +++ Configurable.java 31 Mar 2004 13:01:38 -0000      1.3
  @@ -24,7 +24,6 @@
    * method using a [EMAIL PROTECTED] Configuration}
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Configurable {
  
  
  
  1.3       +2 -4      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Configuration.java
  
  Index: Configuration.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Configuration.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Configuration.java        31 Mar 2004 11:22:31 -0000      1.2
  +++ Configuration.java        31 Mar 2004 13:01:38 -0000      1.3
  @@ -40,7 +40,6 @@
    * name spaces</b>.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class Configuration extends ArrayList {
  @@ -1036,7 +1035,6 @@
            * <p>Check if this [EMAIL PROTECTED] Iterator} can return the next 
element.</p>
            *
            * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  -         * @author <a href="http://www.vnunet.com/";>VNU Business 
Publications</a>
            * @version 1.0 (CVS $Revision$)
            */
           public boolean hasNext() {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationBuilder.java
  
  Index: ConfigurationBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationBuilder.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConfigurationBuilder.java 31 Mar 2004 11:22:31 -0000      1.2
  +++ ConfigurationBuilder.java 31 Mar 2004 13:01:38 -0000      1.3
  @@ -42,7 +42,6 @@
    * and producing [EMAIL PROTECTED] Configuration} instances.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class ConfigurationBuilder extends DefaultHandler {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationException.java
  
  Index: ConfigurationException.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConfigurationException.java       31 Mar 2004 11:22:31 -0000      1.2
  +++ ConfigurationException.java       31 Mar 2004 13:01:38 -0000      1.3
  @@ -19,7 +19,6 @@
    * <p>An exception identifying an error in a configuration operation.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class ConfigurationException extends Exception {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationSerializer.java
  
  Index: ConfigurationSerializer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/ConfigurationSerializer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConfigurationSerializer.java      31 Mar 2004 11:22:31 -0000      1.3
  +++ ConfigurationSerializer.java      31 Mar 2004 13:01:38 -0000      1.4
  @@ -38,7 +38,6 @@
    * [EMAIL PROTECTED] OutputStream} instances.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class ConfigurationSerializer {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Parameters.java
  
  Index: Parameters.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/configuration/Parameters.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Parameters.java   31 Mar 2004 11:22:31 -0000      1.3
  +++ Parameters.java   31 Mar 2004 13:01:38 -0000      1.4
  @@ -35,7 +35,6 @@
    * [EMAIL PROTECTED] Parameters} object.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class Parameters extends HashMap implements Map {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Block.java
  
  Index: Block.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Block.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Block.java        31 Mar 2004 11:23:04 -0000      1.2
  +++ Block.java        31 Mar 2004 13:01:38 -0000      1.3
  @@ -26,7 +26,6 @@
    * way in which a [EMAIL PROTECTED] Object} instance is related to its 
[EMAIL PROTECTED] Class}.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Block {
  
  
  
  1.5       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Deployer.java
  
  Index: Deployer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Deployer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Deployer.java     31 Mar 2004 11:23:04 -0000      1.4
  +++ Deployer.java     31 Mar 2004 13:01:38 -0000      1.5
  @@ -23,7 +23,6 @@
    * can be deployed.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Deployer {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/DeploymentException.java
  
  Index: DeploymentException.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/DeploymentException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DeploymentException.java  31 Mar 2004 11:23:04 -0000      1.2
  +++ DeploymentException.java  31 Mar 2004 13:01:38 -0000      1.3
  @@ -20,7 +20,6 @@
    * a block [EMAIL PROTECTED] Instance}.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class DeploymentException extends Exception {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Instance.java
  
  Index: Instance.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Instance.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Instance.java     31 Mar 2004 11:23:04 -0000      1.2
  +++ Instance.java     31 Mar 2004 13:01:38 -0000      1.3
  @@ -24,7 +24,6 @@
    * instance.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Instance extends Configurable {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Loader.java
  
  Index: Loader.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/deployment/Loader.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Loader.java       31 Mar 2004 11:23:04 -0000      1.2
  +++ Loader.java       31 Mar 2004 13:01:38 -0000      1.3
  @@ -24,7 +24,6 @@
    * instances from their [EMAIL PROTECTED] Descriptor}s.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Loader extends Library {
  
  
  
  1.5       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/AbstractDescriptor.java
  
  Index: AbstractDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/AbstractDescriptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AbstractDescriptor.java   31 Mar 2004 11:24:20 -0000      1.4
  +++ AbstractDescriptor.java   31 Mar 2004 13:01:39 -0000      1.5
  @@ -32,7 +32,6 @@
    * interface .</p>
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public abstract class AbstractDescriptor extends ParsedIdentifier
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/BlockDescriptor.java
  
  Index: BlockDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/BlockDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BlockDescriptor.java      31 Mar 2004 11:24:20 -0000      1.3
  +++ BlockDescriptor.java      31 Mar 2004 13:01:39 -0000      1.4
  @@ -27,7 +27,6 @@
    * describe a &quot;solid&quot; implementation block descriptor.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class BlockDescriptor extends AbstractDescriptor {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Descriptor.java
  
  Index: Descriptor.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Descriptor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Descriptor.java   31 Mar 2004 11:24:20 -0000      1.2
  +++ Descriptor.java   31 Mar 2004 13:01:39 -0000      1.3
  @@ -27,7 +27,6 @@
    * &quot;functional&quot; specification of the block.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Descriptor extends Identifier {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/DescriptorBuilder.java
  
  Index: DescriptorBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/DescriptorBuilder.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DescriptorBuilder.java    31 Mar 2004 11:24:20 -0000      1.2
  +++ DescriptorBuilder.java    31 Mar 2004 13:01:39 -0000      1.3
  @@ -28,7 +28,6 @@
    * automatically from an original XML file.</p>
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class DescriptorBuilder {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/IdentificationException.java
  
  Index: IdentificationException.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/IdentificationException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IdentificationException.java      31 Mar 2004 11:24:20 -0000      1.2
  +++ IdentificationException.java      31 Mar 2004 13:01:39 -0000      1.3
  @@ -19,7 +19,6 @@
    * <p>An exception identifying a block identification error.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class IdentificationException extends Exception {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Identifier.java
  
  Index: Identifier.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Identifier.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Identifier.java   31 Mar 2004 11:24:20 -0000      1.2
  +++ Identifier.java   31 Mar 2004 13:01:39 -0000      1.3
  @@ -35,7 +35,6 @@
    * and an optional revision number all separated by &quot;.&quot; (dot).</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Identifier {
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/InterfaceDescriptor.java
  
  Index: InterfaceDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/InterfaceDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InterfaceDescriptor.java  31 Mar 2004 11:24:20 -0000      1.3
  +++ InterfaceDescriptor.java  31 Mar 2004 13:01:39 -0000      1.4
  @@ -23,7 +23,6 @@
    * [EMAIL PROTECTED] Descriptor}.</p>
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class InterfaceDescriptor extends AbstractDescriptor {
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/ParsedIdentifier.java
  
  Index: ParsedIdentifier.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/ParsedIdentifier.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ParsedIdentifier.java     31 Mar 2004 11:24:20 -0000      1.2
  +++ ParsedIdentifier.java     31 Mar 2004 13:01:39 -0000      1.3
  @@ -24,7 +24,6 @@
    * [EMAIL PROTECTED] Identifier} interface.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class ParsedIdentifier implements Identifier {
  
  
  
  1.3       +2 -3      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/CompoundResolver.java
  
  Index: CompoundResolver.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/CompoundResolver.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CompoundResolver.java     31 Mar 2004 11:24:12 -0000      1.2
  +++ CompoundResolver.java     31 Mar 2004 13:01:39 -0000      1.3
  @@ -28,7 +28,6 @@
    * <p>This instance is backed up by an [EMAIL PROTECTED] ArrayList}.</p>
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class CompoundResolver extends AbstractSet implements Resolver {
  @@ -170,4 +169,4 @@
       public void clear() {
           this.list.clear();
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +2 -3      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/FileResource.java
  
  Index: FileResource.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/FileResource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FileResource.java 31 Mar 2004 11:24:12 -0000      1.2
  +++ FileResource.java 31 Mar 2004 13:01:39 -0000      1.3
  @@ -27,7 +27,6 @@
    * interface for resources accessible via [EMAIL PROTECTED] File}s.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class FileResource implements Resource {
  @@ -105,4 +104,4 @@
       }
   
   
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +2 -3      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/JarResource.java
  
  Index: JarResource.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/JarResource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JarResource.java  31 Mar 2004 11:24:12 -0000      1.2
  +++ JarResource.java  31 Mar 2004 13:01:39 -0000      1.3
  @@ -29,7 +29,6 @@
    * interface for [EMAIL PROTECTED] JarEntry} resources in a [EMAIL 
PROTECTED] JarFile}.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class JarResource implements Resource {
  @@ -117,4 +116,4 @@
           if (this.url == null) throw new MalformedURLException("No jar URL");
           return(new URL("jar:" + this.url + "!" + this.entry.getName()));
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +2 -3      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/LocalResolver.java
  
  Index: LocalResolver.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/LocalResolver.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LocalResolver.java        31 Mar 2004 11:24:12 -0000      1.2
  +++ LocalResolver.java        31 Mar 2004 13:01:39 -0000      1.3
  @@ -35,7 +35,6 @@
    * If the file is not a directory, it must (then) be a valid JAR archive.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class LocalResolver implements Resolver {
  @@ -155,4 +154,4 @@
           for (int x = 0; x < files.length; x++) urls[x] = files[x].toURL();
           return(urls);
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +2 -3      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/Resolver.java
  
  Index: Resolver.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/Resolver.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Resolver.java     31 Mar 2004 11:24:12 -0000      1.2
  +++ Resolver.java     31 Mar 2004 13:01:39 -0000      1.3
  @@ -24,7 +24,6 @@
    * to outline this contract.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Resolver {
  @@ -37,4 +36,4 @@
        */
       public Resource resolve(String name);
   
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +2 -3      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/Resource.java
  
  Index: Resource.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/resolution/Resource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Resource.java     31 Mar 2004 11:24:12 -0000      1.2
  +++ Resource.java     31 Mar 2004 13:01:39 -0000      1.3
  @@ -24,7 +24,6 @@
    * <p>The [EMAIL PROTECTED] Resource} interface defines an abstract readable 
resource.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public interface Resource {
  @@ -67,4 +66,4 @@
        */
       public URL toURL()
       throws MalformedURLException;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.4       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/AbstractLogger.java
  
  Index: AbstractLogger.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/AbstractLogger.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractLogger.java       31 Mar 2004 11:37:07 -0000      1.3
  +++ AbstractLogger.java       31 Mar 2004 13:01:39 -0000      1.4
  @@ -24,7 +24,6 @@
    * log entries and outputting them.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public abstract class AbstractLogger extends Logger {
  
  
  
  1.4       +2 -3      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/ConsoleLogger.java
  
  Index: ConsoleLogger.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/ConsoleLogger.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConsoleLogger.java        31 Mar 2004 11:37:07 -0000      1.3
  +++ ConsoleLogger.java        31 Mar 2004 13:01:39 -0000      1.4
  @@ -23,7 +23,6 @@
    * writing to [EMAIL PROTECTED] System#err} or a specified [EMAIL PROTECTED] 
PrintStream}.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class ConsoleLogger extends AbstractLogger {
  @@ -138,4 +137,4 @@
       public void output(String line) {
           this.out.println(line);
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +2 -3      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/Logger.java
  
  Index: Logger.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/Logger.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Logger.java       31 Mar 2004 11:24:48 -0000      1.2
  +++ Logger.java       31 Mar 2004 13:01:39 -0000      1.3
  @@ -22,7 +22,6 @@
    * <p>This implementation never logs.</p>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class Logger {
  @@ -118,4 +117,4 @@
        */
       public void fatal(String message, Throwable throwable) {
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +1 -2      
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/startup/Main.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Main.java 31 Mar 2004 11:24:48 -0000      1.2
  +++ Main.java 31 Mar 2004 13:01:39 -0000      1.3
  @@ -22,7 +22,6 @@
   /**
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Pier Fumagalli</a>
  - * @author <a href="http://www.vnunet.com/";>VNU Business Publications</a>
    * @version 1.0 (CVS $Revision$)
    */
   public class Main {
  
  
  

Reply via email to