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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user