Added first file to test commit
This commit is contained in:
commit
4e7b004fee
11
.project
Normal file
11
.project
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>x4o</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
</projectDescription>
|
63
readme.txt
Normal file
63
readme.txt
Normal file
|
@ -0,0 +1,63 @@
|
|||
|
||||
=== Welcome in X4O ===
|
||||
|
||||
X4O is a java package for parsing your own xml language over unmodified POJO objects.
|
||||
The xml element config is defined in a recursive x4o language and so can be extended.
|
||||
|
||||
The extension modules are dynamically loaded from the classpath to define new namespaces.
|
||||
Besides the elements in the namespace, modules also define the object parent child relation
|
||||
binding interfaces which results in an object tree.
|
||||
|
||||
This all can be used to create your own powerful xml parser and (re)define your own xml
|
||||
language, with using little code and also getting automatic schema generation.
|
||||
|
||||
|
||||
=== Files in this package ===
|
||||
|
||||
authors.txt - Contributors listing.
|
||||
build.txt - Developer build guide.
|
||||
license.txt - The license of x4o.
|
||||
pom.xml - Maven specific build file.
|
||||
readme.txt - This file.
|
||||
todo.txt - Small todo list.
|
||||
versions.txt - Versions history.
|
||||
x4o-* - Maven modules for x4o.
|
||||
src - site source.
|
||||
|
||||
|
||||
=== License Usage ===
|
||||
|
||||
The X4O software package uses the license described in the
|
||||
licese.txt file in the root project directory.
|
||||
|
||||
This license uses year range format to list the copyrightable years.
|
||||
|
||||
|
||||
=== Licensed text files ===
|
||||
|
||||
For testing reasons the following files can't contain there own
|
||||
license in the header so they are explicit listed here;
|
||||
|
||||
./x4o-core/src/test/resources/tests/empty-xml/empty-real.xml
|
||||
./x4o-core/src/test/resources/tests/empty-xml/empty-test.xml
|
||||
./x4o-core/src/test/resources/tests/empty-xml/empty-x4o.xml
|
||||
./x4o-core/src/test/resources/tests/empty-xml/empty-xml.xml
|
||||
|
||||
The text files in the above listing fall all under
|
||||
the license terms described in the license.txt file.
|
||||
|
||||
|
||||
=== Licensed binary files ===
|
||||
|
||||
./src/main/docbook/images/logo-x4o.png
|
||||
./src/site/resources/images/logo-x4o.png
|
||||
./src/site-child/resources/images/logo-x4o.png
|
||||
|
||||
The binary files in the above listing fall all under
|
||||
the license terms described in the license.txt file.
|
||||
|
||||
|
||||
=== External licensed binary files ===
|
||||
|
||||
None.
|
||||
|
Loading…
Reference in a new issue