One jar with all the drivers.  This would be more of a release jar than
anything.

This should take care of this:

<target name="driver-release"
depends="src-build, test-build">
<jar jarfile="${dist.dir}/${project.filename}-drivers-${project.version}.jar">
<fileset dir="${src.build.dir}" includes="org/apache/xindice/client/xmldb/*"/>
<fileset dir="${src.build.dir}" includes="org/apache/xindice/server/*"/>


            <manifest>
                <attribute name="Built-By" value="${user.name}"/>
                <section name="org/apache/xindice">
                    <attribute name="Sealed" value="false"/>
                </section>
            </manifest>
        </jar>
    </target>

I haven't tested it but it's a good starting point IMO.

-Vladimir

--
Vladimir R. Bossicard
Apache Xindice - http://xml.apache.org/xindice



Reply via email to