[Smartcc-cvs] smartcc/src/org/smartcc/metadata ApplicationClientMetaData.java,1.1.1.1,1.2 Descriptor
Brought to you by:
hengels
Update of /cvsroot/smartcc/smartcc/src/org/smartcc/metadata In directory usw-pr-cvs1:/tmp/cvs-serv3001/src/org/smartcc/metadata Modified Files: ApplicationClientMetaData.java DescriptorErrorHandler.java EJBJarMetaData.java EJBLocalRefMetaData.java EJBRefMetaData.java EnvEntryMetaData.java InterceptorMetaData.java LocalEntityResolver.java MetaData.java SessionMetaData.java Log Message: o added LGPL header and emacs footer Index: ApplicationClientMetaData.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/ApplicationClientMetaData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ApplicationClientMetaData.java 27 May 2002 16:22:02 -0000 1.1.1.1 --- ApplicationClientMetaData.java 7 Jun 2002 09:42:00 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 161,162 **** --- 174,181 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: DescriptorErrorHandler.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/DescriptorErrorHandler.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** DescriptorErrorHandler.java 27 May 2002 16:22:02 -0000 1.1.1.1 --- DescriptorErrorHandler.java 7 Jun 2002 09:42:02 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 56,57 **** --- 69,76 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: EJBJarMetaData.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/EJBJarMetaData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** EJBJarMetaData.java 27 May 2002 16:22:02 -0000 1.1.1.1 --- EJBJarMetaData.java 7 Jun 2002 09:42:02 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 71,72 **** --- 84,91 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: EJBLocalRefMetaData.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/EJBLocalRefMetaData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** EJBLocalRefMetaData.java 27 May 2002 16:22:02 -0000 1.1.1.1 --- EJBLocalRefMetaData.java 7 Jun 2002 09:42:03 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 87,88 **** --- 100,107 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: EJBRefMetaData.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/EJBRefMetaData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** EJBRefMetaData.java 27 May 2002 16:22:02 -0000 1.1.1.1 --- EJBRefMetaData.java 7 Jun 2002 09:42:03 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 112,113 **** --- 125,132 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: EnvEntryMetaData.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/EnvEntryMetaData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** EnvEntryMetaData.java 27 May 2002 16:22:02 -0000 1.1.1.1 --- EnvEntryMetaData.java 7 Jun 2002 09:42:03 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 40,41 **** --- 53,60 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: InterceptorMetaData.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/InterceptorMetaData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InterceptorMetaData.java 29 May 2002 08:12:12 -0000 1.2 --- InterceptorMetaData.java 7 Jun 2002 09:42:03 -0000 1.3 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 44,45 **** --- 57,64 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: LocalEntityResolver.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/LocalEntityResolver.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** LocalEntityResolver.java 27 May 2002 16:22:02 -0000 1.1.1.1 --- LocalEntityResolver.java 7 Jun 2002 09:42:03 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 54,55 **** --- 67,74 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: MetaData.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/MetaData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** MetaData.java 27 May 2002 16:22:02 -0000 1.1.1.1 --- MetaData.java 7 Jun 2002 09:42:04 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 140,141 **** --- 153,160 ---- public abstract void importCC(Element element) throws DeploymentException; } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: SessionMetaData.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/src/org/smartcc/metadata/SessionMetaData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** SessionMetaData.java 27 May 2002 16:22:02 -0000 1.1.1.1 --- SessionMetaData.java 7 Jun 2002 09:42:04 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC 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. + * + * Please see COPYING for the complete licence. + */ package org.smartcc.metadata; *************** *** 195,196 **** --- 208,215 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ |