HHH-3550 : import annotations into core

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15429 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2008-10-28 21:47:32 +00:00
parent 513c71de5c
commit d19e0a4b1e
10 changed files with 118 additions and 49 deletions

Binary file not shown.

View File

@ -1,33 +0,0 @@
<ivyconf>
<!-- conf defaultResolver="jboss-rep"/ -->
<conf defaultResolver="jboss-rep"/>
<resolvers>
<chain name="jboss-rep">
<url name="jboss-rep-regular" m2compatible="true">
<artifact pattern="http://repository.jboss.org/maven2/[organization]/[module]/[revision]/[artifact]-[revision].[ext]"/>
</url>
</chain>
<chain name="rep-hibernate" returnFirst="true" latest="latest-revision">
<filesystem name="local">
<ivy pattern="../[module]/target/[revision]/ivy.xml"/>
<artifact pattern="../[module]/target/[revision]/[artifact].[ext]"/>
</filesystem>
<filesystem name="hudson-local">
<ivy pattern="../../[module]/trunk/target/hibernate-[module]/ivy.xml"/>
<artifact pattern="../../[module]/trunk/target/hibernate-[module]/[artifact].[ext]"/>
</filesystem>
<filesystem name="maven-local" m2compatible="true">
<artifact pattern="${offline.repository.jboss.org}/[organization]/hibernate-[module]/[revision]/hibernate-[artifact]-[revision].[ext]"/>
</filesystem>
<url name="jboss-rep-maven-regular" m2compatible="true">
<artifact pattern="http://repository.jboss.org/maven2/[organization]/[module]/[revision]/[artifact]-[revision].[ext]"/>
</url>
<url name="jboss-rep-maven-regular" m2compatible="true">
<artifact pattern="http://repository.jboss.org/maven2/[organization]/hibernate-[module]/[revision]/hibernate-[artifact]-[revision].[ext]"/>
</url>
</chain>
</resolvers>
<modules>
<module organisation="org.hibernate" name="*" resolver="rep-hibernate"/>
</modules>
</ivyconf>

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +0,0 @@
Hibernate Annotations dependencies
==================================
Core
====
hibernate-commons-annotations.jar: required
hibernate3.jar: required
hibernate core dependencies: required (see Hibernate Core for more information)
ejb3-persistence.jar: required
hibernate-validator.jar: optional
hibernate-search.jar: optional
Test
====
(no additinal dependency)

View File

@ -0,0 +1,117 @@
/* Javadoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults */
/* Page background color */
body { font-family: Arial;
background-color: white;
font-size: 10pt;
}
td { font-family: Arial;
font-size: 10pt;
}
/* Table colors */
.TableHeadingColor { background: #F4F4F4 }
.TableSubHeadingColor { background: #F4F4F4 }
.TableRowColor { background: #FFFFFF }
/* Font used in left-hand frame lists */
.FrameTitleFont { font-size: normal; font-family: Arial }
.FrameHeadingFont { font-size: normal; font-family: Arial }
.FrameItemFont { font-size: normal; font-family: Arial }
/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
/* Navigation bar fonts and colors */
.NavBarCell1 { background-color:#F4F4F4;}
.NavBarCell1Rev { background-color:silver;}
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
A {
color: #003399;
}
A:active {
color: #003399;
}
A:visited {
color: #888888;
}
P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE {
color: #000000;
}
TD, TH, SPAN {
color: #000000;
}
BLOCKQUOTE {
margin-right: 0px;
}
/*H1, H2, H3, H4, H5, H6 {
color: #000000;
font-weight:500;
margin-top:10px;
padding-top:15px;
}
H1 { font-size: 150%; }
H2 { font-size: 140%; }
H3 { font-size: 110%; font-weight: bold; }
H4 { font-size: 110%; font-weight: bold;}
H5 { font-size: 100%; font-style: italic; }
H6 { font-size: 100%; font-style: italic; }*/
TT {
font-size: 90%;
font-family: "Courier New", Courier, monospace;
color: #000000;
}
PRE {
font-size: 90%;
padding: 5px;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
background-color: #F4F4F4;
}
UL, OL, LI {
list-style: disc;
}
HR {
width: 100%;
height: 1px;
background-color: #CCCCCC;
border-width: 0px;
padding: 0px;
color: #CCCCCC;
}
.variablelist {
padding-top: 10;
padding-bottom:10;
margin:0;
}
.itemizedlist, UL {
padding-top: 0;
padding-bottom:0;
margin:0;
}
.term {
font-weight:bold;
}

View File

@ -0,0 +1 @@
<body></body>