01: /*
02: * (C) Copyright 2000 - 2005 Nabh Information Systems, Inc.
03: *
04: * This program is free software; you can redistribute it and/or
05: * modify it under the terms of the GNU General Public License
06: * as published by the Free Software Foundation; either version 2
07: * of the License, or (at your option) any later version.
08: *
09: * This program is distributed in the hope that it will be useful,
10: * but WITHOUT ANY WARRANTY; without even the implied warranty of
11: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12: * GNU General Public License for more details.
13: *
14: * You should have received a copy of the GNU General Public License
15: * along with this program; if not, write to the Free Software
16: * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17: *
18: */
19:
20: //
21: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
22: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
23: // Any modifications to this file will be lost upon recompilation of the source schema.
24: // Generated on: 2005.03.04 at 10:20:40 PST
25: //
26:
27: package com.nabhinc.portal.config.impl;
28:
29: public class JAXBVersion {
30:
31: public final static java.lang.String version = "1.0.4";
32:
33: }
|