1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project default="create_run_jar" name="Create Runnable Jar for Project org.splat with Jar-in-Jar Loader">
3 <!--this file was created by Eclipse Runnable JAR Export Wizard-->
4 <!--ANT 1.7 is required -->
5 <property environment="env" />
6 <property file="build.properties" description="set the build parameters" />
8 <target name="create_run_jar">
9 <jar destfile="${converter.dist.dir}/converter.jar">
11 <attribute name="Main-Class" value="org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader"/>
12 <attribute name="Rsrc-Main-Class" value="Test"/>
13 <attribute name="Class-Path" value="."/>
14 <attribute name="Rsrc-Class-Path" value="./ mysql-connector-java-5.1.5-bin.jar hibernate-3.5.jar dom4j-1.6.1.jar log4j-1.2.15.jar splat-kernel.jar commons-collections-3.1.jar antlr-2.7.6.jar javassist-3.9.0.GA.jar jta-1.1.jar slf4j-api-1.6.1.jar slf4j-log4j12-1.6.1.jar splat-som.jar lucene-core-2.9.2.jar lucene-queries-2.9.2.jar splat-manox.jar poi-3.7-20101029.jar poi-ooxml-3.7-20101029.jar xmlpublic.jar poi-ooxml-schemas-3.7-20101029.jar"/>
16 <zipfileset src="jar-in-jar-loader.zip"/>
17 <fileset dir="../SPlat/bin"/>
19 <fileset dir="../SPlat">
20 <include name="${splat.lib.dir}/*.*"/>