[jboss-cvs] jboss-seam-tools/src/org/jboss/seam/tools/exception ...

Thomas Heute theute at jboss.com
Tue Aug 8 07:33:15 EDT 2006


  User: theute  
  Date: 06/08/08 07:33:15

  Modified:    src/org/jboss/seam/tools/exception  
                        InvalidNameException.java GenerationException.java
  Log:
   - WTP and Maven support
   - Legal headers
   - Moved the templates
  
  Revision  Changes    Path
  1.2       +25 -5     jboss-seam-tools/src/org/jboss/seam/tools/exception/InvalidNameException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InvalidNameException.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam-tools/src/org/jboss/seam/tools/exception/InvalidNameException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- InvalidNameException.java	19 Jul 2006 16:11:33 -0000	1.1
  +++ InvalidNameException.java	8 Aug 2006 11:33:15 -0000	1.2
  @@ -1,11 +1,31 @@
  +/*
  + * JBoss, Home of Professional Open Source
  + * Copyright 2005, 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.seam.tools.exception;
   
  -public class InvalidNameException extends Exception {
  -
  -	/**
  -	 * 
  +/**
  + * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  + * @version <tt>$Revision: 1.2 $</tt>
   	 */
  -	private static final long serialVersionUID = -8183747293414088195L;
  +public class InvalidNameException extends Exception {
   
   	public InvalidNameException(String string) {
   		super(string);
  
  
  
  1.2       +25 -5     jboss-seam-tools/src/org/jboss/seam/tools/exception/GenerationException.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: GenerationException.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam-tools/src/org/jboss/seam/tools/exception/GenerationException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- GenerationException.java	19 Jul 2006 16:11:33 -0000	1.1
  +++ GenerationException.java	8 Aug 2006 11:33:15 -0000	1.2
  @@ -1,11 +1,31 @@
  +/*
  + * JBoss, Home of Professional Open Source
  + * Copyright 2005, 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.seam.tools.exception;
   
  -public class GenerationException extends Exception {
  -
  -	/**
  -	 * 
  +/**
  + * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  + * @version <tt>$Revision: 1.2 $</tt>
   	 */
  -	private static final long serialVersionUID = -8732707892744379310L;
  +public class GenerationException extends Exception {
   
   	public GenerationException(String string) {
   		super(string);
  
  
  



More information about the jboss-cvs-commits mailing list