All Downloads are FREE. Search and download functionalities are using the official Maven repository.

b.beanlib-hibernate.3.2.0.source-code.build.xml Maven / Gradle / Ivy

Go to download

Particularly handy when used with Hibernate. It allows developers to easily reuse the same pojo classes for both persistence instances and data transfer objects.

There is a newer version: 5.0.2beta
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE project [<!ENTITY buildfile SYSTEM "file:./build-user.xml">
				   <!ENTITY cobertura SYSTEM "file:../beanlib/build-cobertura.xml">
]>
<!-- WARNING: Eclipse autogenerated file. 
              Any modifications will be overwritten.
              Please edit build-user.xml instead.
-->
<project basedir="." default="full" name="beanlib-hibernate">
    &buildfile;
    <path id="project.classpath">
        <path refid="mainproject.classpath"/>
        <path refid="beanlib.classpath"/>
    </path>
    <path id="mainproject.classpath">
        <pathelement location="target/classes"/>
        <pathelement location="${beanlib-hibernate.location}/lib/hibernate/hibernate3.jar"/>
        <pathelement location="${beanlib-hibernate.location}/lib/spring/spring.jar"/>
        <pathelement location="${beanlib-hibernate.location}/lib/spring/spring-hibernate3.jar"/>
        <pathelement location="${beanlib.location}/lib/asm/asm-1.5.3.jar"/>
        <pathelement location="${beanlib.location}/lib/commons/commons-logging.jar"/>
        <pathelement location="${beanlib.location}/lib/log4j-1.2.12.jar"/>
        <pathelement location="${beanlib.location}/lib/commons/commons-lang-2.1.jar"/>
    </path>
    <path id="beanlib.classpath">
        <pathelement location="${beanlib.location}/target/classes"/>
        <pathelement location="${beanlib.location}/lib/commons/commons-logging.jar"/>
        <pathelement location="${beanlib.location}/lib/commons/commons-lang-2.1.jar"/>
        <pathelement location="${beanlib.location}/lib/log4j-1.2.12.jar"/>
        <pathelement location="${beanlib.location}/lib/xstream-1.1.2.jar"/>
        <pathelement location="${beanlib.location}/lib/cglib-2.1_3.jar"/>
    </path>
    <target name="init">
        <mkdir dir="target/classes"/>
    </target>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy