|
Revision 1824, 447 bytes
(checked in by nahi, 1 year ago)
|
- Copyright notice updated. add '2000-2007' uniformly.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
author date id revision
|
| Line | |
|---|
| 1 |
# XSD4R - Generating code library |
|---|
| 2 |
# Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>. |
|---|
| 3 |
|
|---|
| 4 |
# This program is copyrighted free software by NAKAMURA, Hiroshi. You can |
|---|
| 5 |
# redistribute it and/or modify it under the same terms of Ruby's license; |
|---|
| 6 |
# either the dual license version in 2003, or any later version. |
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
require 'xsd/codegen/gensupport' |
|---|
| 10 |
require 'xsd/codegen/moduledef' |
|---|
| 11 |
require 'xsd/codegen/classdef' |
|---|
| 12 |
require 'xsd/codegen/methoddef' |
|---|