[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss-mail/src/java/org/jboss/mail/dev/prot/inf            ...
From:       Andy Oliver <acoliver () jboss ! org>
Date:       2006-03-31 21:55:58
Message-ID: E1FPRb4-0007Cd-Qu () committer01 ! frg ! pub ! inap ! atl ! jboss ! com
[Download RAW message or body]

  User: acoliver
  Date: 06/03/31 16:55:58

  Modified:    src/java/org/jboss/mail/dev/prot/inf           
                        MutableConditional.java Manager.java
                        MutableModule.java Script.java ManagerFactory.java
                        ConditionalFactory.java ModuleFactory.java
                        Conditional.java MutableConditionalFactory.java
                        MutableManager.java Module.java
  Log:
  fixed (c) headers, removed no-longer-used files, added missing authors, version \
tags, basic cleanup/tcb  
  Revision  Changes    Path
  1.3       +21 -5     \
jboss-mail/src/java/org/jboss/mail/dev/prot/inf/MutableConditional.java  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MutableConditional.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/MutableConditional.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MutableConditional.java	16 Apr 2004 23:56:31 -0000	1.2
  +++ MutableConditional.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,14 +1,30 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   
   /** 
    * @author <a href='mailto:mikea@xoba.com'>mike andrews</a>
  + * @version $Revision: 1.3 $
    */	
   public interface MutableConditional extends Conditional {
   
  
  
  
  1.4       +21 -5     jboss-mail/src/java/org/jboss/mail/dev/prot/inf/Manager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Manager.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/Manager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Manager.java	17 Jan 2005 16:21:49 -0000	1.3
  +++ Manager.java	31 Mar 2006 21:55:58 -0000	1.4
  @@ -1,9 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   import java.io.IOException;
  @@ -12,6 +27,7 @@
    * protocol testing manager. this is actually more like a 'protocol' than \
                'manager'
    *
    * @author mike andrews
  + * @version $Revision: 1.4 $
    */
   public interface Manager {
       
  
  
  
  1.3       +21 -5     \
jboss-mail/src/java/org/jboss/mail/dev/prot/inf/MutableModule.java  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MutableModule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/MutableModule.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MutableModule.java	16 Apr 2004 23:56:31 -0000	1.2
  +++ MutableModule.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,9 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   
  @@ -12,6 +27,7 @@
    * after the getSuccess() method is called, javabeans methods may be called
    *
    * @author mike andrews
  + * @version $Revision: 1.3 $
    */
   public interface MutableModule extends Module {
   
  
  
  
  1.5       +21 -5     jboss-mail/src/java/org/jboss/mail/dev/prot/inf/Script.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Script.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/Script.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Script.java	17 Jan 2005 16:21:49 -0000	1.4
  +++ Script.java	31 Mar 2006 21:55:58 -0000	1.5
  @@ -1,9 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   import java.util.HashMap;
  @@ -13,6 +28,7 @@
    * represents a script to be run
    *
    * @author <a href='mailto:mikea@xoba.com>mike andrews</a>
  + * @version $Revision: 1.5 $
    */
   public interface Script extends Conditional {
   
  
  
  
  1.3       +21 -5     \
jboss-mail/src/java/org/jboss/mail/dev/prot/inf/ManagerFactory.java  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ManagerFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/ManagerFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ManagerFactory.java	16 Apr 2004 23:56:31 -0000	1.2
  +++ ManagerFactory.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,13 +1,29 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   /** 
    * @author <a href='mailto:mikea@xoba.com'>mike andrews</a>
  + * @version $Revision: 1.3 $
    */	
   public interface ManagerFactory {
   
  
  
  
  1.3       +21 -5     \
jboss-mail/src/java/org/jboss/mail/dev/prot/inf/ConditionalFactory.java  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConditionalFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/ConditionalFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ConditionalFactory.java	16 Apr 2004 23:56:31 -0000	1.2
  +++ ConditionalFactory.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,14 +1,30 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   
   /** 
    * @author <a href='mailto:mikea@xoba.com'>mike andrews</a>
  + * @version $Revision: 1.3 $
    */	
   public interface ConditionalFactory {
   
  
  
  
  1.3       +21 -5     \
jboss-mail/src/java/org/jboss/mail/dev/prot/inf/ModuleFactory.java  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ModuleFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/ModuleFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ModuleFactory.java	16 Apr 2004 23:56:31 -0000	1.2
  +++ ModuleFactory.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,14 +1,30 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   
   /** 
    * @author <a href='mailto:mikea@xoba.com'>mike andrews</a>
  + * @version $Revision: 1.3 $
    */	
   public interface ModuleFactory {
   
  
  
  
  1.3       +21 -5     \
jboss-mail/src/java/org/jboss/mail/dev/prot/inf/Conditional.java  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Conditional.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/Conditional.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Conditional.java	16 Apr 2004 23:56:31 -0000	1.2
  +++ Conditional.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,14 +1,30 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   /**
    * an object that takes on a boolean value
    * @author <a href='mailto:mikea@xoba.com'>mike andrews</a>
  + * @version $Revision: 1.3 $
    */
   public interface Conditional {
   
  
  
  
  1.3       +21 -5     \
jboss-mail/src/java/org/jboss/mail/dev/prot/inf/MutableConditionalFactory.java  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MutableConditionalFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/MutableConditionalFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MutableConditionalFactory.java	16 Apr 2004 23:56:31 -0000	1.2
  +++ MutableConditionalFactory.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,14 +1,30 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   
   /** 
    * @author <a href='mailto:mikea@xoba.com'>mike andrews</a>
  + * @version $Revision: 1.3 $
    */	
   public interface MutableConditionalFactory extends ConditionalFactory {
   
  
  
  
  1.3       +22 -6     \
jboss-mail/src/java/org/jboss/mail/dev/prot/inf/MutableManager.java  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MutableManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/MutableManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MutableManager.java	16 Apr 2004 23:56:31 -0000	1.2
  +++ MutableManager.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,9 +1,24 @@
  -/*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +//*
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   
  @@ -11,6 +26,7 @@
    * protocol testing manager
    *
    * @author mike andrews
  + * @version $Revision: 1.3 $
    */
   public interface MutableManager extends Manager {
   
  
  
  
  1.3       +21 -5     jboss-mail/src/java/org/jboss/mail/dev/prot/inf/Module.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Module.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/dev/prot/inf/Module.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Module.java	16 Apr 2004 23:56:31 -0000	1.2
  +++ Module.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,9 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.dev.prot.inf;
   
   
  @@ -13,6 +28,7 @@
    * for interacting with its manager in order to communicate with server
    *
    * @author mike andrews
  + * @version $Revision: 1.3 $
    */
   public interface Module extends Conditional {
   
  
  
  


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic