Switched to our own set of annotation classes, provided by Zell. This removes

the dependency on the EJB3 persistence library.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1977 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-11-20 21:03:22 +00:00
parent 49ff4d36a7
commit 8437bb657f
18 changed files with 454 additions and 33 deletions
-12
View File
@@ -31,10 +31,6 @@
classname="javax.xml.parsers.SAXParser" classpathref="classpath"/>
<echo level="info">JAXP: ${jaxp.present}</echo>
<available property="javax.persistence.present"
classname="javax.persistence.Entity" classpathref="classpath"/>
<echo level="info">Java Persistence: ${javax.persistence.present}</echo>
<echo level="info"></echo>
<echo level="info">----------------------------------------------</echo>
<echo level="info">Jakarta libraries - http://jakarta.apache.org/</echo>
@@ -88,14 +84,6 @@
</condition>
<echo>com.samskivert.jdbc: ${build.jdbc}</echo>
<condition property="build.depot">
<and>
<isset property="build.jdbc"/>
<isset property="javax.persistence.present"/>
</and>
</condition>
<echo>com.samskivert.jdbc.depot: ${build.depot}</echo>
<condition property="build.net">
<and>
<isset property="build.io"/>