diff options
Diffstat (limited to 'main/project/attributes_okapi/AttrGen/build.xml')
| -rw-r--r-- | main/project/attributes_okapi/AttrGen/build.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/project/attributes_okapi/AttrGen/build.xml b/main/project/attributes_okapi/AttrGen/build.xml new file mode 100644 index 0000000..e8426f3 --- /dev/null +++ b/main/project/attributes_okapi/AttrGen/build.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<project default="create_run_jar" name="Create Runnable Jar for Project AttrGen"> + <!--this file was created by Eclipse Runnable JAR Export Wizard--> + <!--ANT 1.7 is required --> + <target name="create_run_jar"> + <jar destfile="../genattr.jar" filesetmanifest="mergewithoutmain"> + <manifest> + <attribute name="Main-Class" value="GenerateAttributes"/> + <attribute name="Class-Path" value="."/> + </manifest> + <fileset dir="bin"/> + </jar> + </target> +</project> |
