User: oberg   
  Date: 00/12/07 07:45:25

  Modified:    src/main/org/jboss/verifier BeanVerifier.java Main.java
  Log:
  Changed configuration scheme (lots of changes to jboss.conf, jboss.jcml, 
org.jboss.Main)
  Added ServiceControl
  Changed jBoss -> JBoss
  Changed GPL -> LGPL
  Added jaxp/parser
  Updated services to have default constructors
  
  Revision  Changes    Path
  1.8       +3 -3      jboss/src/main/org/jboss/verifier/BeanVerifier.java
  
  Index: BeanVerifier.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/verifier/BeanVerifier.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BeanVerifier.java 2000/12/06 13:03:36     1.7
  +++ BeanVerifier.java 2000/12/07 15:45:24     1.8
  @@ -19,7 +19,7 @@
    * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    *
    * This package and its source code is available at www.jboss.org
  - * $Id: BeanVerifier.java,v 1.7 2000/12/06 13:03:36 pra Exp $
  + * $Id: BeanVerifier.java,v 1.8 2000/12/07 15:45:24 oberg Exp $
    */
   
    
  @@ -52,7 +52,7 @@
   
   /**
    * Attempts to verify the spec compliance of the beans in a given
  - * EJB-JAR file. Works against EJB spec 1.1. Built for use in jBoss
  + * EJB-JAR file. Works against EJB spec 1.1. Built for use in JBoss
    * project.
    *
    * For more detailed documentation, refer to the
  @@ -62,7 +62,7 @@
    * @see     org.jboss.verifier.factory.VerificationEventFactory
    *
    * @author  Juha Lindfors ([EMAIL PROTECTED])
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    * @since   JDK 1.3
    */
   public class BeanVerifier implements VerificationContext {
  
  
  
  1.3       +3 -3      jboss/src/main/org/jboss/verifier/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/verifier/Main.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Main.java 2000/11/29 14:00:41     1.2
  +++ Main.java 2000/12/07 15:45:24     1.3
  @@ -19,7 +19,7 @@
    * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    *
    * This package and its source code is available at www.jboss.org
  - * $Id: Main.java,v 1.2 2000/11/29 14:00:41 juha Exp $
  + * $Id: Main.java,v 1.3 2000/12/07 15:45:24 oberg Exp $
    *
    * You can reach the author by sending email to [EMAIL PROTECTED]
    */
  @@ -41,12 +41,12 @@
    * Main class for bean verifier.
    *
    * For more detailed documentation, refer to the
  - * <a href="http://www.ejboss.org">jBoss project</a>
  + * <a href="http://www.ejboss.org">JBoss project</a>
    *
    * @see     << OTHER RELATED CLASSES >>
    *
    * @author   Juha Lindfors
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @since    JDK 1.3
    */
   public class Main {
  
  
  

Reply via email to