openesb-components/contrib-fort/rules4jbi/netbeans/project/build.xml

50 lines
1.9 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
<!-- for some information on what you could do (e.g. targets to override). -->
<!-- If you delete this file and reopen the project it will be recreated. -->
<project name="org.openesb.components.rules4jbi.netbeans" default="netbeans" basedir=".">
<description>Builds, tests, and runs the project org.openesb.components.rules4jbi.netbeans.</description>
<property name="root.project.dir" location="../.."/>
<ant dir="${root.project.dir}"
antfile="build.xml"
target="build-shared"
inheritAll="false"
inheritrefs="false"/>
<import file="nbproject/build-impl.xml"/>
<target name="test-preinit" depends="init">
<echo message="test pre-init"/>
</target>
<target name="netbeans-extra" depends="init">
<echo message="Copying dependencies to cluster"/>
<property name="lib.dir" location="${root.project.dir}/lib"/>
<property name="destination.dir" location="${cluster}/modules/ext"/>
<mkdir dir="${destination.dir}"/>
<copy todir="${destination.dir}">
<fileset dir="${lib.dir}">
<include name="xom-1.1.jar"/>
<include name="asm-3.1.jar"/>
<include name="junit-4.4.jar"/>
<include name="wsdl4j-1.6.2.jar"/>
<include name="activation.jar"/>
<include name="jaxb1-impl.jar"/>
<include name="jaxb-api.jar"/>
<include name="jaxb-impl.jar"/>
<include name="jaxb-xjc.jar"/>
<include name="jsr173_1.0_api.jar"/>
<include name="jbi.jar"/>
<include name="jcip-annotations.jar"/>
<include name="rules4jbi-shared.jar"/>
</fileset>
</copy>
</target>
</project>