HHH-8483 Deleting readme

This commit is contained in:
Hardy Ferentschik 2013-10-28 19:38:01 +01:00 committed by Strong Liu
parent 9cd2851373
commit 052012776e
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
# Hibernate JPA 2 Metamodel Generator
## Latest stable version
*1.3.0.Final, 09.08.2013*
## What is it?
The Hibernate JPA 2 Metamodel Generator is a Java 6 annotation processor generating meta model classes for JPA 2 type-safe criteria queries.
The processor, *JPAMetaModelEntityProcessor*, processes classes annotated with *@Entity*, *@MappedSuperclass* or *@Embeddable*, as well as entities mapped in */META-INF/orm.xml* and mapping files specified in *persistence.xml*.
## System Requirements
JDK 1.6 or above.
## Licensing
Please see the file called license.txt
## Documentation
[JPA 2 Metamodel Generator Documentation](http://www.hibernate.org/subprojects/jpamodelgen/docs)
## Resources
* [Home Page](http://www.hibernate.org/subprojects/jpamodelgen.html)
* [Source Code](http://github.com/hibernate/hibernate-metamodelgen)
* [Mailing Lists](http://www.hibernate.org/community/mailinglists)
* [Issue Tracking](http://opensource.atlassian.com/projects/hibernate/browse/METAGEN)
## Build from source
git clone git@github.com:hibernate/hibernate-metamodelgen.git
cd hibernate-metamodelgen
mvn clean package